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