protected static enum TabSetBase.PropertyKeys extends java.lang.Enum<TabSetBase.PropertyKeys>
| Enum Constant and Description |
|---|
cancelOnInvalid |
clientSide |
disabled |
immediate |
orientation |
preDecodeSelectedIndex |
selectedIndex |
showEffect |
showEffectLength |
style |
styleClass |
tabChangeListener |
visitedTabClientIds |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static TabSetBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TabSetBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabSetBase.PropertyKeys cancelOnInvalid
public static final TabSetBase.PropertyKeys clientSide
public static final TabSetBase.PropertyKeys disabled
public static final TabSetBase.PropertyKeys immediate
public static final TabSetBase.PropertyKeys orientation
public static final TabSetBase.PropertyKeys selectedIndex
public static final TabSetBase.PropertyKeys showEffect
public static final TabSetBase.PropertyKeys showEffectLength
public static final TabSetBase.PropertyKeys style
public static final TabSetBase.PropertyKeys styleClass
public static final TabSetBase.PropertyKeys tabChangeListener
public static final TabSetBase.PropertyKeys preDecodeSelectedIndex
public static final TabSetBase.PropertyKeys visitedTabClientIds
public static TabSetBase.PropertyKeys[] values()
for (TabSetBase.PropertyKeys c : TabSetBase.PropertyKeys.values()) System.out.println(c);
public static TabSetBase.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<TabSetBase.PropertyKeys>Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.