org.primefaces.component.tabview
Enum TabView.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<TabView.PropertyKeys>
      extended by 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>


Enum Constant Summary
activeIndex
           
cache
           
dir
           
dynamic
           
effect
           
effectDuration
           
onTabChange
           
onTabClose
           
onTabShow
           
orientation
           
scrollable
           
style
           
styleClass
           
widgetVar
           
 
Method Summary
 String toString()
           
static TabView.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TabView.PropertyKeys[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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

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.