protected static enum UITreeNode.Properties extends Enum<UITreeNode.Properties>
Enum Constant and Description |
---|
dir |
handleClass |
iconClass |
iconCollapsed |
iconExpanded |
iconLeaf |
immediate |
labelClass |
lang |
onbeforetoggle |
onclick |
ondblclick |
onkeydown |
onkeypress |
onkeyup |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
ontoggle |
style |
styleClass |
title |
toggleListener |
type |
Modifier and Type | Method and Description |
---|---|
static UITreeNode.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UITreeNode.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UITreeNode.Properties dir
public static final UITreeNode.Properties handleClass
public static final UITreeNode.Properties iconClass
public static final UITreeNode.Properties iconCollapsed
public static final UITreeNode.Properties iconExpanded
public static final UITreeNode.Properties iconLeaf
public static final UITreeNode.Properties immediate
public static final UITreeNode.Properties labelClass
public static final UITreeNode.Properties lang
public static final UITreeNode.Properties onbeforetoggle
public static final UITreeNode.Properties onclick
public static final UITreeNode.Properties ondblclick
public static final UITreeNode.Properties onkeydown
public static final UITreeNode.Properties onkeypress
public static final UITreeNode.Properties onkeyup
public static final UITreeNode.Properties onmousedown
public static final UITreeNode.Properties onmousemove
public static final UITreeNode.Properties onmouseout
public static final UITreeNode.Properties onmouseover
public static final UITreeNode.Properties onmouseup
public static final UITreeNode.Properties ontoggle
public static final UITreeNode.Properties style
public static final UITreeNode.Properties styleClass
public static final UITreeNode.Properties title
public static final UITreeNode.Properties toggleListener
public static final UITreeNode.Properties type
public static UITreeNode.Properties[] values()
for (UITreeNode.Properties c : UITreeNode.Properties.values()) System.out.println(c);
public static UITreeNode.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.