protected static enum UITogglePanel.Properties extends Enum<UITogglePanel.Properties>
Enum Constant and Description |
---|
cycledSwitching |
data |
dir |
execute |
itemChangeListener |
lang |
limitRender |
onbeforeitemchange |
onclick |
ondblclick |
onitemchange |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
render |
status |
style |
styleClass |
title |
Modifier and Type | Method and Description |
---|---|
static UITogglePanel.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UITogglePanel.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UITogglePanel.Properties cycledSwitching
public static final UITogglePanel.Properties data
public static final UITogglePanel.Properties dir
public static final UITogglePanel.Properties execute
public static final UITogglePanel.Properties itemChangeListener
public static final UITogglePanel.Properties lang
public static final UITogglePanel.Properties limitRender
public static final UITogglePanel.Properties onbeforeitemchange
public static final UITogglePanel.Properties onclick
public static final UITogglePanel.Properties ondblclick
public static final UITogglePanel.Properties onitemchange
public static final UITogglePanel.Properties onmousedown
public static final UITogglePanel.Properties onmousemove
public static final UITogglePanel.Properties onmouseout
public static final UITogglePanel.Properties onmouseover
public static final UITogglePanel.Properties onmouseup
public static final UITogglePanel.Properties render
public static final UITogglePanel.Properties status
public static final UITogglePanel.Properties style
public static final UITogglePanel.Properties styleClass
public static final UITogglePanel.Properties title
public static UITogglePanel.Properties[] values()
for (UITogglePanel.Properties c : UITogglePanel.Properties.values()) System.out.println(c);
public static UITogglePanel.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.