Enum Class HtmlInputTypes
- All Implemented Interfaces:
Serializable
,Comparable<HtmlInputTypes>
,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 final String
static final String
static final String
static final String
static final String
Deprecated.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
final boolean
final boolean
static HtmlInputTypes
Returns the enum constant of this class with the specified name.static HtmlInputTypes[]
values()
Returns an array containing the constants of this enum class, 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:
-
STRING_PASSWORD
- See Also:
-
STRING_CHECKBOX
- See Also:
-
STRING_RADIO
- See Also:
-
STRING_RANGE
- See Also:
-
STRING_SUBMIT
- See Also:
-
STRING_RESET
- See Also:
-
STRING_FILE
- See Also:
-
STRING_HIDDEN
- See Also:
-
STRING_IMAGE
- See Also:
-
STRING_BUTTON
- See Also:
-
STRING_COLOR
- See Also:
-
STRING_DATE
- See Also:
-
STRING_DATETIME
-
STRING_DATETIME_LOCAL
- See Also:
-
STRING_EMAIL
- See Also:
-
STRING_MONTH
- See Also:
-
STRING_NUMBER
- See Also:
-
STRING_SEARCH
- See Also:
-
STRING_TEL
- See Also:
-
STRING_TIME
- See Also:
-
STRING_URL
- See Also:
-
STRING_WEEK
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
-
supportsDate
public final boolean supportsDate() -
supportsTime
public final boolean supportsTime()
-