Enum Class Facets
- All Implemented Interfaces:
Serializable
,Comparable<Facets>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Currently not supported! -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Deprecated, for removal: This API element is subject to removal in a future version.Currently not supported!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
TODO: Must be replaced by a behaviorstatic final String
-
Method Summary
-
Enum Constant Details
-
after
-
bar
-
before
-
brand
-
checkbox
-
confirmation
-
constraints
-
contextMenu
Deprecated, for removal: This API element is subject to removal in a future version.Currently not supported! -
empty
-
label
-
header
-
pagerPage
-
pagerPageDirect
-
pagerRow
-
popover
-
radio
-
reload
-
sorter
-
-
Field Details
-
AFTER
- See Also:
-
BAR
- See Also:
-
BEFORE
- See Also:
-
BRAND
- See Also:
-
CHECKBOX
- See Also:
-
CONFIRMATION
- See Also:
-
CONSTRAINTS
- See Also:
-
CONTEXT_MENU
Deprecated, for removal: This API element is subject to removal in a future version.Currently not supported!- See Also:
-
EMPTY
- See Also:
-
FOOTER
- See Also:
-
LABEL
- See Also:
-
HEADER
- See Also:
-
PAGER_PAGE
- See Also:
-
PAGER_PAGE_DIRECT
- See Also:
-
PAGER_ROW
- See Also:
-
POPOVER
- See Also:
-
RADIO
- See Also:
-
RELOAD
-
SORTER
- 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
-