protected static enum UIPanelMenuItem.Properties extends Enum<UIPanelMenuItem.Properties>
Enum Constant and Description |
---|
bypassUpdates |
data |
disabled |
label |
leftIconClass |
limitRender |
mode |
onbeforedomupdate |
onbeforeselect |
onbegin |
onclick |
oncomplete |
ondblclick |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
onselect |
onunselect |
render |
resetValues |
rightIconClass |
selectable |
status |
style |
unselectable |
Modifier and Type | Method and Description |
---|---|
static UIPanelMenuItem.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIPanelMenuItem.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIPanelMenuItem.Properties bypassUpdates
public static final UIPanelMenuItem.Properties data
public static final UIPanelMenuItem.Properties disabled
public static final UIPanelMenuItem.Properties label
public static final UIPanelMenuItem.Properties leftIconClass
public static final UIPanelMenuItem.Properties limitRender
public static final UIPanelMenuItem.Properties mode
public static final UIPanelMenuItem.Properties onbeforedomupdate
public static final UIPanelMenuItem.Properties onbeforeselect
public static final UIPanelMenuItem.Properties onbegin
public static final UIPanelMenuItem.Properties onclick
public static final UIPanelMenuItem.Properties oncomplete
public static final UIPanelMenuItem.Properties ondblclick
public static final UIPanelMenuItem.Properties onmousedown
public static final UIPanelMenuItem.Properties onmousemove
public static final UIPanelMenuItem.Properties onmouseout
public static final UIPanelMenuItem.Properties onmouseover
public static final UIPanelMenuItem.Properties onmouseup
public static final UIPanelMenuItem.Properties onselect
public static final UIPanelMenuItem.Properties onunselect
public static final UIPanelMenuItem.Properties render
public static final UIPanelMenuItem.Properties resetValues
public static final UIPanelMenuItem.Properties rightIconClass
public static final UIPanelMenuItem.Properties selectable
public static final UIPanelMenuItem.Properties status
public static final UIPanelMenuItem.Properties style
public static final UIPanelMenuItem.Properties unselectable
public static UIPanelMenuItem.Properties[] values()
for (UIPanelMenuItem.Properties c : UIPanelMenuItem.Properties.values()) System.out.println(c);
public static UIPanelMenuItem.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.