public enum HtmlElementType extends Enum<HtmlElementType>
| Enum Constant and Description |
|---|
A |
Abbr |
Acronym |
Area |
Base |
Button |
Caption |
CheckBox |
Cite |
Code |
Col |
Colgroup |
Dd |
Dfn |
Div |
Dl |
DropDown |
Dt |
Em |
FieldSet |
File |
Form |
Frame |
FrameSet |
Hidden |
IFrame |
Img |
Input |
InputPassword |
InputText |
Kbd |
Label |
Legend |
Li |
Link |
ListBox |
Map |
NoFrames |
Object |
Ol |
Option |
OptionGroup |
P |
Param |
Password |
Radio |
Samp |
Script |
Select |
Span |
Strong |
Table |
TBody |
Td |
TextArea |
TFoot |
Th |
THead |
Title |
Tr |
Ul |
Undefined |
Var |
| Modifier and Type | Method and Description |
|---|---|
static HtmlElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlElementType |
valueOfIgnoreCase(String value) |
static HtmlElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlElementType A
public static final HtmlElementType Abbr
public static final HtmlElementType Acronym
public static final HtmlElementType Area
public static final HtmlElementType Base
public static final HtmlElementType Button
public static final HtmlElementType Caption
public static final HtmlElementType Cite
public static final HtmlElementType CheckBox
public static final HtmlElementType Code
public static final HtmlElementType Col
public static final HtmlElementType Colgroup
public static final HtmlElementType Dd
public static final HtmlElementType Dfn
public static final HtmlElementType Div
public static final HtmlElementType Span
public static final HtmlElementType Dl
public static final HtmlElementType DropDown
public static final HtmlElementType Dt
public static final HtmlElementType Em
public static final HtmlElementType FieldSet
public static final HtmlElementType File
public static final HtmlElementType Form
public static final HtmlElementType Frame
public static final HtmlElementType FrameSet
public static final HtmlElementType Hidden
public static final HtmlElementType IFrame
public static final HtmlElementType Img
public static final HtmlElementType Input
public static final HtmlElementType InputPassword
public static final HtmlElementType InputText
public static final HtmlElementType Kbd
public static final HtmlElementType Label
public static final HtmlElementType Legend
public static final HtmlElementType Li
public static final HtmlElementType Link
public static final HtmlElementType ListBox
public static final HtmlElementType Map
public static final HtmlElementType NoFrames
public static final HtmlElementType Object
public static final HtmlElementType Ol
public static final HtmlElementType Option
public static final HtmlElementType OptionGroup
public static final HtmlElementType Param
public static final HtmlElementType Password
public static final HtmlElementType Radio
public static final HtmlElementType Samp
public static final HtmlElementType Script
public static final HtmlElementType Select
public static final HtmlElementType Strong
public static final HtmlElementType Table
public static final HtmlElementType TBody
public static final HtmlElementType Td
public static final HtmlElementType TextArea
public static final HtmlElementType TFoot
public static final HtmlElementType Th
public static final HtmlElementType THead
public static final HtmlElementType Tr
public static final HtmlElementType Ul
public static final HtmlElementType Var
public static final HtmlElementType Undefined
public static final HtmlElementType P
public static final HtmlElementType Title
public static HtmlElementType[] values()
for (HtmlElementType c : HtmlElementType.values()) System.out.println(c);
public static HtmlElementType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static HtmlElementType valueOfIgnoreCase(String value)
Copyright © 2008-2012 Ovea. All Rights Reserved.