protected static enum UITree.Properties extends Enum<UITree.Properties>
Modifier and Type | Method and Description |
---|---|
static UITree.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UITree.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UITree.Properties data
public static final UITree.Properties dir
public static final UITree.Properties execute
public static final UITree.Properties handleClass
public static final UITree.Properties iconClass
public static final UITree.Properties iconCollapsed
public static final UITree.Properties iconExpanded
public static final UITree.Properties iconLeaf
public static final UITree.Properties immediate
public static final UITree.Properties labelClass
public static final UITree.Properties lang
public static final UITree.Properties limitRender
public static final UITree.Properties nodeClass
public static final UITree.Properties nodeType
public static final UITree.Properties onbeforedomupdate
public static final UITree.Properties onbeforenodetoggle
public static final UITree.Properties onbeforeselectionchange
public static final UITree.Properties onbegin
public static final UITree.Properties onclick
public static final UITree.Properties oncomplete
public static final UITree.Properties ondblclick
public static final UITree.Properties onkeydown
public static final UITree.Properties onkeypress
public static final UITree.Properties onkeyup
public static final UITree.Properties onmousedown
public static final UITree.Properties onmousemove
public static final UITree.Properties onmouseout
public static final UITree.Properties onmouseover
public static final UITree.Properties onmouseup
public static final UITree.Properties onnodetoggle
public static final UITree.Properties onselectionchange
public static final UITree.Properties render
public static final UITree.Properties selectionChangeListener
public static final UITree.Properties selectionType
public static final UITree.Properties status
public static final UITree.Properties style
public static final UITree.Properties styleClass
public static final UITree.Properties title
public static final UITree.Properties toggleListener
public static final UITree.Properties toggleNodeEvent
public static final UITree.Properties toggleType
public static final UITree.Properties value
public static UITree.Properties[] values()
for (UITree.Properties c : UITree.Properties.values()) System.out.println(c);
public static UITree.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 © 2014 JBoss by Red Hat. All Rights Reserved.