com.liferay.faces.alloy.component.tab
Enum TabBase.TabPropertyKeys

java.lang.Object
  extended by java.lang.Enum<TabBase.TabPropertyKeys>
      extended by 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>


Enum Constant Summary
contentClass
           
disabled
           
headerClass
           
headerText
           
style
           
styleClass
           
 
Method Summary
static TabBase.TabPropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TabBase.TabPropertyKeys[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.