Enum Class HtmlAttributes
- All Implemented Interfaces:
- Serializable,- Comparable<HtmlAttributes>,- Constable,- MarkupLanguageAttributes
HTML standard attributes. For non-standard attributes 
CustomAttributes- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum 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.
- 
Method SummaryModifier and TypeMethodDescriptiongetValue()static HtmlAttributesReturns the enum constant of this class with the specified name.static HtmlAttributes[]values()Returns an array containing the constants of this enum class, 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
- 
FOCUS_ON_ERROR
- 
FOR
- 
FRAMEBORDER
- 
FREQUENCY
- 
HEIGHT
- 
HREF
- 
HREFLANG
- 
HTTP_EQUIV
- 
ID
- 
LABEL
- 
LANG
- 
MAX
- 
MAXLENGTH
- 
MEDIA
- 
METHOD
- 
MULTIPLE
- 
NAME
- 
NONCE
- 
MIN
- 
MINLENGTH
- 
ONBLURDeprecated.Since 2.0.0. This attribute work not with SCP
- 
ONCHANGEDeprecated.Since 2.0.0. This attribute work not with SCP
- 
ONCLICKDeprecated.Since 2.0.0. This attribute work not with SCP
- 
ONDBLCLICKDeprecated.Since 2.0.0. This attribute work not with SCP
- 
ONFOCUSDeprecated.Since 2.0.0. This attribute work not with SCP
- 
ONFOCUSINDeprecated.Since 2.0.0. This attribute work not with SCP
- 
ONKEYDOWNDeprecated.Since 2.0.0. This attribute work not with SCP
- 
ONKEYPRESSDeprecated.Since 2.0.0. This attribute work not with SCP
- 
ONKEYUPDeprecated.Since 2.0.0. This attribute work not with SCP
- 
ONLOADDeprecated.Since 2.0.0. This attribute work not with SCP
- 
ONMOUSEOVERDeprecated.Since 2.0.0. This attribute work not with SCP
- 
ONMOUSEOUTDeprecated.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
- 
STYLEDeprecated.Since 2.0.0. This attribute work not with SCP
- 
SUMMARY
- 
TABINDEX
- 
TARGET
- 
TITLE
- 
TYPE
- 
VALIGN
- 
VALUE
- 
WAIT_OVERLAY_DELAY_AJAX
- 
WAIT_OVERLAY_DELAY_FULL
- 
WIDTH
- 
XMLNS
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
getValue- Specified by:
- getValuein interface- MarkupLanguageAttributes
 
 
-