org.richfaces.component
Enum UIPanelMenu.Properties
java.lang.Object
java.lang.Enum<UIPanelMenu.Properties>
org.richfaces.component.UIPanelMenu.Properties
- All Implemented Interfaces:
- Serializable, Comparable<UIPanelMenu.Properties>
- Enclosing class:
- UIPanelMenu
protected static enum UIPanelMenu.Properties
- extends Enum<UIPanelMenu.Properties>
bubbleSelection
public static final UIPanelMenu.Properties bubbleSelection
collapseEvent
public static final UIPanelMenu.Properties collapseEvent
disabled
public static final UIPanelMenu.Properties disabled
expandEvent
public static final UIPanelMenu.Properties expandEvent
expandSingle
public static final UIPanelMenu.Properties expandSingle
groupClass
public static final UIPanelMenu.Properties groupClass
groupDisabledClass
public static final UIPanelMenu.Properties groupDisabledClass
groupMode
public static final UIPanelMenu.Properties groupMode
itemChangeListener
public static final UIPanelMenu.Properties itemChangeListener
itemClass
public static final UIPanelMenu.Properties itemClass
itemDisabledClass
public static final UIPanelMenu.Properties itemDisabledClass
itemMode
public static final UIPanelMenu.Properties itemMode
onclick
public static final UIPanelMenu.Properties onclick
ondblclick
public static final UIPanelMenu.Properties ondblclick
onmousedown
public static final UIPanelMenu.Properties onmousedown
onmousemove
public static final UIPanelMenu.Properties onmousemove
onmouseout
public static final UIPanelMenu.Properties onmouseout
onmouseover
public static final UIPanelMenu.Properties onmouseover
onmouseup
public static final UIPanelMenu.Properties onmouseup
style
public static final UIPanelMenu.Properties style
styleClass
public static final UIPanelMenu.Properties styleClass
topGroupClass
public static final UIPanelMenu.Properties topGroupClass
topGroupDisabledClass
public static final UIPanelMenu.Properties topGroupDisabledClass
topItemClass
public static final UIPanelMenu.Properties topItemClass
topItemDisabledClass
public static final UIPanelMenu.Properties topItemDisabledClass
width
public static final UIPanelMenu.Properties width
values
public static UIPanelMenu.Properties[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (UIPanelMenu.Properties c : UIPanelMenu.Properties.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static UIPanelMenu.Properties valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.