com.liferay.faces.alloy.component.tab
Enum TabBase.TabPropertyKeys
java.lang.Object
java.lang.Enum<TabBase.TabPropertyKeys>
com.liferay.faces.alloy.component.tab.TabBase.TabPropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<TabBase.TabPropertyKeys>
- Enclosing class:
- TabBase
protected static enum TabBase.TabPropertyKeys
- extends Enum<TabBase.TabPropertyKeys>
contentClass
public static final TabBase.TabPropertyKeys contentClass
disabled
public static final TabBase.TabPropertyKeys disabled
headerClass
public static final TabBase.TabPropertyKeys headerClass
headerText
public static final TabBase.TabPropertyKeys headerText
style
public static final TabBase.TabPropertyKeys style
styleClass
public static final TabBase.TabPropertyKeys styleClass
values
public static TabBase.TabPropertyKeys[] 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 (TabBase.TabPropertyKeys c : TabBase.TabPropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TabBase.TabPropertyKeys 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.