com.sapportals.portal.prt.util.html
Class HtmlInput.InputType
java.lang.Object
|
+--com.sapportals.portal.prt.util.html.Stringable
|
+--com.sapportals.portal.prt.util.html.HtmlInput.InputType
- Enclosing class:
- HtmlInput
- public static class HtmlInput.InputType
- extends Stringable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TEXT
public static final HtmlInput.InputType TEXT
CHECKBOX
public static final HtmlInput.InputType CHECKBOX
RADIO
public static final HtmlInput.InputType RADIO
PASSWORD
public static final HtmlInput.InputType PASSWORD
HIDDEN
public static final HtmlInput.InputType HIDDEN
SUBMIT
public static final HtmlInput.InputType SUBMIT
RESET
public static final HtmlInput.InputType RESET
BUTTON
public static final HtmlInput.InputType BUTTON
FILE
public static final HtmlInput.InputType FILE
IMAGE
public static final HtmlInput.InputType IMAGE