public enum GridToolbarButtonType extends Enum<GridToolbarButtonType>
Enum Constant and Description |
---|
BUTTON
普通按钮
|
BUTTON_AND_MENU
带有一个快捷菜单的按钮
|
CHECK_BOX
复选框按钮
|
GROUP
组
|
MENU
菜单
|
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.