Enum HtmlAttributes
- All Implemented Interfaces:
Serializable
,Comparable<HtmlAttributes>
,java.lang.constant.Constable
,MarkupLanguageAttributes
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Since 2.0.0.Deprecated.Since 2.0.0.Deprecated.Since 2.0.0.Deprecated.Since 2.0.0.Deprecated.Since 2.0.0.Deprecated.Since 2.0.0.Deprecated.Since 2.0.0.Deprecated.Since 2.0.0.Deprecated.Since 2.0.0.Deprecated.Since 2.0.0.Deprecated.Since 2.0.0.Deprecated.Since 2.0.0.Deprecated.Since 2.0.0.Deprecated.since 4.3.0, please useDataAttributes.SWITCH_TYPE
Deprecated.since 4.3.0, please useDataAttributes.TAB_GROUP_INDEX
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
static HtmlAttributes
Returns the enum constant of this type with the specified name.static HtmlAttributes[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ACCEPT_CHARSET
-
ACCEPT
-
ACCESSKEY
-
ACTION
-
ALIGN
-
ALT
-
AUTOCOMPLETE
-
AUTOFOCUS
-
BORDER
-
CHARSET
-
CELLPADDING
-
CELLSPACING
-
CHECKED
-
CLASS
-
COLSPAN
-
CONTENT
-
DEFER
-
DISABLED
-
ENCTYPE
-
FOR
-
FRAMEBORDER
-
HEIGHT
-
HREF
-
HREFLANG
-
HTTP_EQUIV
-
ID
-
LABEL
-
LANG
-
MAX
-
MAXLENGTH
-
MEDIA
-
METHOD
-
MULTIPLE
-
NAME
-
NONCE
-
MIN
-
MINLENGTH
-
ONBLUR
Deprecated.Since 2.0.0. This attribute work not with SCP -
ONCHANGE
Deprecated.Since 2.0.0. This attribute work not with SCP -
ONCLICK
Deprecated.Since 2.0.0. This attribute work not with SCP -
ONDBLCLICK
Deprecated.Since 2.0.0. This attribute work not with SCP -
ONFOCUS
Deprecated.Since 2.0.0. This attribute work not with SCP -
ONFOCUSIN
Deprecated.Since 2.0.0. This attribute work not with SCP -
ONKEYDOWN
Deprecated.Since 2.0.0. This attribute work not with SCP -
ONKEYPRESS
Deprecated.Since 2.0.0. This attribute work not with SCP -
ONKEYUP
Deprecated.Since 2.0.0. This attribute work not with SCP -
ONLOAD
Deprecated.Since 2.0.0. This attribute work not with SCP -
ONMOUSEOVER
Deprecated.Since 2.0.0. This attribute work not with SCP -
ONMOUSEOUT
Deprecated.Since 2.0.0. This attribute work not with SCP -
PATTERN
-
PLACEHOLDER
-
READONLY
-
REL
-
REV
-
REQUIRED
-
ROLE
-
ROWS
-
ROWSPAN
-
SANDBOX
-
SCROLL
-
SELECTED
-
SIZE
-
SRC
-
STEP
-
STYLE
Deprecated.Since 2.0.0. This attribute work not with SCP -
SUMMARY
-
TABINDEX
-
TARGET
-
TITLE
-
TYPE
-
VALIGN
-
VALUE
-
WIDTH
-
XMLNS
-
TABGROUPINDEX
Deprecated.since 4.3.0, please useDataAttributes.TAB_GROUP_INDEX
The index of the tab inside the tab group. -
SWITCHTYPE
Deprecated.since 4.3.0, please useDataAttributes.SWITCH_TYPE
The mode of the tab switch: client, reloadTab, reloadPage.
-
-
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
- Specified by:
getValue
in interfaceMarkupLanguageAttributes
-