public enum Facets extends Enum<Facets>
Enum Constant and Description |
---|
action |
change |
checkbox |
click |
complete |
confirmation |
constraints |
contextMenu |
dropDownMenu |
label |
layout
Deprecated.
since 3.0.0. The layout manager tag should surround the content instead.
|
layoutDefault |
menuBar |
pagerPage |
pagerPageDirect |
pagerRow |
popup |
radio |
reload |
resize |
sorter |
toolBar |
Modifier and Type | Field and Description |
---|---|
static String |
ACTION
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
CHANGE
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
CHECKBOX
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
CLICK
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
COMPLETE
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
CONFIRMATION
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
CONSTRAINTS
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
CONTEXT_MENU
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
DROP_DOWN_MENU
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
LABEL
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
LAYOUT
Deprecated.
since 3.0.0. The layout manager tag should surround the content instead. Try to use the enum.
|
static String |
LAYOUT_DEFAULT
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
MENUBAR
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
PAGER_PAGE
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
PAGER_PAGE_DIRECT
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
PAGER_ROW
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
POPUP
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
RADIO
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
RELOAD
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
RESIZE
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
SORTER
Deprecated.
since 3.0.0. Try to use the enum.
|
static String |
TOOL_BAR
Deprecated.
since 3.0.0. Try to use the enum.
|
Modifier and Type | Method and Description |
---|---|
static Facets |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Facets[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Facets action
public static final Facets change
public static final Facets checkbox
public static final Facets click
public static final Facets complete
public static final Facets confirmation
public static final Facets constraints
public static final Facets contextMenu
public static final Facets dropDownMenu
public static final Facets label
@Deprecated public static final Facets layout
public static final Facets layoutDefault
public static final Facets menuBar
public static final Facets pagerPage
public static final Facets pagerPageDirect
public static final Facets pagerRow
public static final Facets popup
public static final Facets radio
public static final Facets reload
public static final Facets resize
public static final Facets sorter
public static final Facets toolBar
@Deprecated public static final String ACTION
@Deprecated public static final String CHANGE
@Deprecated public static final String CHECKBOX
@Deprecated public static final String CLICK
@Deprecated public static final String COMPLETE
@Deprecated public static final String CONFIRMATION
@Deprecated public static final String CONSTRAINTS
@Deprecated public static final String CONTEXT_MENU
@Deprecated public static final String DROP_DOWN_MENU
@Deprecated public static final String LABEL
@Deprecated public static final String LAYOUT
@Deprecated public static final String LAYOUT_DEFAULT
@Deprecated public static final String MENUBAR
@Deprecated public static final String PAGER_PAGE
@Deprecated public static final String PAGER_PAGE_DIRECT
@Deprecated public static final String PAGER_ROW
@Deprecated public static final String POPUP
@Deprecated public static final String RADIO
@Deprecated public static final String RELOAD
@Deprecated public static final String RESIZE
@Deprecated public static final String SORTER
@Deprecated public static final String TOOL_BAR
public static Facets[] values()
for (Facets c : Facets.values()) System.out.println(c);
public static Facets 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 nullCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.