protected static enum AbstractTableView.ToolbarPosition extends java.lang.Enum<AbstractTableView.ToolbarPosition>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPosition() |
static AbstractTableView.ToolbarPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractTableView.ToolbarPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractTableView.ToolbarPosition TOP
public static final AbstractTableView.ToolbarPosition LEFT
public static final AbstractTableView.ToolbarPosition RIGHT
public static final AbstractTableView.ToolbarPosition BOTTOM
public static AbstractTableView.ToolbarPosition[] values()
for (AbstractTableView.ToolbarPosition c : AbstractTableView.ToolbarPosition.values()) System.out.println(c);
public static AbstractTableView.ToolbarPosition 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 nullpublic java.lang.String getPosition()