protected static enum UIPanelMenuGroup.Properties extends Enum<UIPanelMenuGroup.Properties>
Modifier and Type | Method and Description |
---|---|
static UIPanelMenuGroup.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIPanelMenuGroup.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIPanelMenuGroup.Properties bypassUpdates
public static final UIPanelMenuGroup.Properties collapseEvent
public static final UIPanelMenuGroup.Properties data
public static final UIPanelMenuGroup.Properties disabled
public static final UIPanelMenuGroup.Properties expandEvent
public static final UIPanelMenuGroup.Properties hoverClass
public static final UIPanelMenuGroup.Properties label
public static final UIPanelMenuGroup.Properties leftIcon
public static final UIPanelMenuGroup.Properties leftIconClass
public static final UIPanelMenuGroup.Properties limitRender
public static final UIPanelMenuGroup.Properties mode
public static final UIPanelMenuGroup.Properties onbeforecollapse
public static final UIPanelMenuGroup.Properties onbeforedomupdate
public static final UIPanelMenuGroup.Properties onbeforeexpand
public static final UIPanelMenuGroup.Properties onbeforeselect
public static final UIPanelMenuGroup.Properties onbeforeswitch
public static final UIPanelMenuGroup.Properties onbegin
public static final UIPanelMenuGroup.Properties onclick
public static final UIPanelMenuGroup.Properties oncollapse
public static final UIPanelMenuGroup.Properties oncomplete
public static final UIPanelMenuGroup.Properties ondblclick
public static final UIPanelMenuGroup.Properties onexpand
public static final UIPanelMenuGroup.Properties onmousedown
public static final UIPanelMenuGroup.Properties onmousemove
public static final UIPanelMenuGroup.Properties onmouseout
public static final UIPanelMenuGroup.Properties onmouseover
public static final UIPanelMenuGroup.Properties onmouseup
public static final UIPanelMenuGroup.Properties onselect
public static final UIPanelMenuGroup.Properties onswitch
public static final UIPanelMenuGroup.Properties onunselect
public static final UIPanelMenuGroup.Properties render
public static final UIPanelMenuGroup.Properties resetValues
public static final UIPanelMenuGroup.Properties rightIcon
public static final UIPanelMenuGroup.Properties rightIconClass
public static final UIPanelMenuGroup.Properties selectable
public static final UIPanelMenuGroup.Properties status
public static final UIPanelMenuGroup.Properties style
public static final UIPanelMenuGroup.Properties unselectable
public static UIPanelMenuGroup.Properties[] values()
for (UIPanelMenuGroup.Properties c : UIPanelMenuGroup.Properties.values()) System.out.println(c);
public static UIPanelMenuGroup.Properties 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 © 2015 JBoss by Red Hat. All Rights Reserved.