public enum GridToolbarButtonType extends Enum<GridToolbarButtonType>
Enum Constant and Description |
---|
BUTTON
Normal button
|
BUTTON_AND_MENU
Button with a context menu
|
CHECK_BOX
Check box button
|
GROUP
Group
|
MENU
Menu
|
SEPARATOR
Separator
|
Modifier and Type | Method and Description |
---|---|
static GridToolbarButtonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridToolbarButtonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridToolbarButtonType BUTTON
public static final GridToolbarButtonType BUTTON_AND_MENU
public static final GridToolbarButtonType MENU
public static final GridToolbarButtonType SEPARATOR
public static final GridToolbarButtonType GROUP
public static final GridToolbarButtonType CHECK_BOX
public static GridToolbarButtonType[] values()
for (GridToolbarButtonType c : GridToolbarButtonType.values()) System.out.println(c);
public static GridToolbarButtonType 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 2009-2012 Micro Focus. All Rights Reserved.