Enum HtmlInputTypes
- All Implemented Interfaces:
Serializable
,Comparable<HtmlInputTypes>
,java.lang.constant.Constable
,HtmlTypes
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
static String
static String
static String
static String
Deprecated.static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
boolean
boolean
static HtmlInputTypes
Returns the enum constant of this type with the specified name.static HtmlInputTypes[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TEXT
-
PASSWORD
-
CHECKBOX
-
RADIO
-
RANGE
-
SUBMIT
-
RESET
-
FILE
-
HIDDEN
-
IMAGE
-
BUTTON
-
COLOR
-
DATE
-
DATETIME
Deprecated. -
DATETIME_LOCAL
-
EMAIL
-
MONTH
-
NUMBER
-
SEARCH
-
TEL
-
TIME
-
URL
-
WEEK
-
-
Field Details
-
STRING_TEXT
- See Also:
- Constant Field Values
-
STRING_PASSWORD
- See Also:
- Constant Field Values
-
STRING_CHECKBOX
- See Also:
- Constant Field Values
-
STRING_RADIO
- See Also:
- Constant Field Values
-
STRING_RANGE
- See Also:
- Constant Field Values
-
STRING_SUBMIT
- See Also:
- Constant Field Values
-
STRING_RESET
- See Also:
- Constant Field Values
-
STRING_FILE
- See Also:
- Constant Field Values
-
STRING_HIDDEN
- See Also:
- Constant Field Values
-
STRING_IMAGE
- See Also:
- Constant Field Values
-
STRING_BUTTON
- See Also:
- Constant Field Values
-
STRING_COLOR
- See Also:
- Constant Field Values
-
STRING_DATE
- See Also:
- Constant Field Values
-
STRING_DATETIME
Deprecated.- See Also:
- Constant Field Values
-
STRING_DATETIME_LOCAL
- See Also:
- Constant Field Values
-
STRING_EMAIL
- See Also:
- Constant Field Values
-
STRING_MONTH
- See Also:
- Constant Field Values
-
STRING_NUMBER
- See Also:
- Constant Field Values
-
STRING_SEARCH
- See Also:
- Constant Field Values
-
STRING_TEL
- See Also:
- Constant Field Values
-
STRING_TIME
- See Also:
- Constant Field Values
-
STRING_URL
- See Also:
- Constant Field Values
-
STRING_WEEK
- See Also:
- Constant Field Values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
-
supportsDate
public final boolean supportsDate() -
supportsTime
public final boolean supportsTime()
-