protected static enum UIPanelMenu.Properties extends Enum<UIPanelMenu.Properties>
Modifier and Type | Method and Description |
---|---|
static UIPanelMenu.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIPanelMenu.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIPanelMenu.Properties bubbleSelection
public static final UIPanelMenu.Properties collapseEvent
public static final UIPanelMenu.Properties disabled
public static final UIPanelMenu.Properties expandEvent
public static final UIPanelMenu.Properties expandSingle
public static final UIPanelMenu.Properties groupClass
public static final UIPanelMenu.Properties groupDisabledClass
public static final UIPanelMenu.Properties groupMode
public static final UIPanelMenu.Properties itemChangeListener
public static final UIPanelMenu.Properties itemClass
public static final UIPanelMenu.Properties itemDisabledClass
public static final UIPanelMenu.Properties itemMode
public static final UIPanelMenu.Properties onclick
public static final UIPanelMenu.Properties ondblclick
public static final UIPanelMenu.Properties onmousedown
public static final UIPanelMenu.Properties onmousemove
public static final UIPanelMenu.Properties onmouseout
public static final UIPanelMenu.Properties onmouseover
public static final UIPanelMenu.Properties onmouseup
public static final UIPanelMenu.Properties style
public static final UIPanelMenu.Properties styleClass
public static final UIPanelMenu.Properties topGroupClass
public static final UIPanelMenu.Properties topGroupDisabledClass
public static final UIPanelMenu.Properties topItemClass
public static final UIPanelMenu.Properties topItemDisabledClass
public static final UIPanelMenu.Properties width
public static UIPanelMenu.Properties[] values()
for (UIPanelMenu.Properties c : UIPanelMenu.Properties.values()) System.out.println(c);
public static UIPanelMenu.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.