com.liferay.faces.alloy.component.tabview
Enum TabViewBase.TabViewPropertyKeys

java.lang.Object
  extended by java.lang.Enum<TabViewBase.TabViewPropertyKeys>
      extended by 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>


Enum Constant Summary
clientKey
           
height
           
selectedIndex
           
stacked
           
style
           
styleClass
           
width
           
 
Method Summary
static TabViewBase.TabViewPropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TabViewBase.TabViewPropertyKeys[] 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

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

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.