com.liferay.faces.alloy.component.tabview
Enum TabViewBase.TabViewPropertyKeys
java.lang.Object
java.lang.Enum<TabViewBase.TabViewPropertyKeys>
com.liferay.faces.alloy.component.tabview.TabViewBase.TabViewPropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<TabViewBase.TabViewPropertyKeys>
- Enclosing class:
- TabViewBase
protected static enum TabViewBase.TabViewPropertyKeys
- extends Enum<TabViewBase.TabViewPropertyKeys>
clientKey
public static final TabViewBase.TabViewPropertyKeys clientKey
height
public static final TabViewBase.TabViewPropertyKeys height
selectedIndex
public static final TabViewBase.TabViewPropertyKeys selectedIndex
stacked
public static final TabViewBase.TabViewPropertyKeys stacked
style
public static final TabViewBase.TabViewPropertyKeys style
styleClass
public static final TabViewBase.TabViewPropertyKeys styleClass
width
public static final TabViewBase.TabViewPropertyKeys width
values
public static TabViewBase.TabViewPropertyKeys[] 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 (TabViewBase.TabViewPropertyKeys c : TabViewBase.TabViewPropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TabViewBase.TabViewPropertyKeys 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
Copyright © 2017 Liferay, Inc.. All rights reserved.