public static enum TableControl.Component extends java.lang.Enum<TableControl.Component>
Enum Constant and Description |
---|
BUTTON_DELETE |
BUTTON_EDIT |
BUTTON_EXPORT |
BUTTON_INSERT |
BUTTON_PAGINATION |
BUTTON_RELOAD |
BUTTON_SAVE |
FOOTER |
TOOLBAR |
Modifier and Type | Method and Description |
---|---|
static TableControl.Component |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableControl.Component[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableControl.Component BUTTON_RELOAD
public static final TableControl.Component BUTTON_INSERT
public static final TableControl.Component BUTTON_EDIT
public static final TableControl.Component BUTTON_SAVE
public static final TableControl.Component BUTTON_DELETE
public static final TableControl.Component BUTTON_EXPORT
public static final TableControl.Component BUTTON_PAGINATION
public static final TableControl.Component TOOLBAR
public static final TableControl.Component FOOTER
public static TableControl.Component[] values()
for (TableControl.Component c : TableControl.Component.values()) System.out.println(c);
public static TableControl.Component valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null