org.primefaces.component.tabview
Enum TabView.PropertyKeys
java.lang.Object
java.lang.Enum<TabView.PropertyKeys>
org.primefaces.component.tabview.TabView.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<TabView.PropertyKeys>
- Enclosing class:
- TabView
protected static enum TabView.PropertyKeys
- extends Enum<TabView.PropertyKeys>
widgetVar
public static final TabView.PropertyKeys widgetVar
activeIndex
public static final TabView.PropertyKeys activeIndex
effect
public static final TabView.PropertyKeys effect
effectDuration
public static final TabView.PropertyKeys effectDuration
dynamic
public static final TabView.PropertyKeys dynamic
cache
public static final TabView.PropertyKeys cache
onTabChange
public static final TabView.PropertyKeys onTabChange
onTabShow
public static final TabView.PropertyKeys onTabShow
style
public static final TabView.PropertyKeys style
styleClass
public static final TabView.PropertyKeys styleClass
orientation
public static final TabView.PropertyKeys orientation
onTabClose
public static final TabView.PropertyKeys onTabClose
dir
public static final TabView.PropertyKeys dir
scrollable
public static final TabView.PropertyKeys scrollable
values
public static TabView.PropertyKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TabView.PropertyKeys c : TabView.PropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TabView.PropertyKeys valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<TabView.PropertyKeys>
Copyright © 2013. All rights reserved.