public static enum TabView.PropertyKeys extends Enum<TabView.PropertyKeys>
Enum Constant and Description |
---|
activeIndex |
cache |
dir |
effect |
effectDuration |
onTabChange |
onTabClose |
onTabShow |
orientation |
scrollable |
style |
styleClass |
tabindex |
widgetVar |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final TabView.PropertyKeys widgetVar
public static final TabView.PropertyKeys activeIndex
public static final TabView.PropertyKeys effect
public static final TabView.PropertyKeys effectDuration
public static final TabView.PropertyKeys cache
public static final TabView.PropertyKeys onTabChange
public static final TabView.PropertyKeys onTabShow
public static final TabView.PropertyKeys style
public static final TabView.PropertyKeys styleClass
public static final TabView.PropertyKeys orientation
public static final TabView.PropertyKeys onTabClose
public static final TabView.PropertyKeys dir
public static final TabView.PropertyKeys scrollable
public static final TabView.PropertyKeys tabindex
public static TabView.PropertyKeys[] values()
for (TabView.PropertyKeys c : TabView.PropertyKeys.values()) System.out.println(c);
public static TabView.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<TabView.PropertyKeys>
Copyright © 2017. All rights reserved.