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