public static enum TabViewBase.PropertyKeys extends Enum<TabViewBase.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 |
---|---|
static TabViewBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabViewBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabViewBase.PropertyKeys widgetVar
public static final TabViewBase.PropertyKeys activeIndex
public static final TabViewBase.PropertyKeys effect
public static final TabViewBase.PropertyKeys effectDuration
public static final TabViewBase.PropertyKeys cache
public static final TabViewBase.PropertyKeys onTabChange
public static final TabViewBase.PropertyKeys onTabShow
public static final TabViewBase.PropertyKeys style
public static final TabViewBase.PropertyKeys styleClass
public static final TabViewBase.PropertyKeys orientation
public static final TabViewBase.PropertyKeys onTabClose
public static final TabViewBase.PropertyKeys dir
public static final TabViewBase.PropertyKeys scrollable
public static final TabViewBase.PropertyKeys tabindex
public static TabViewBase.PropertyKeys[] values()
for (TabViewBase.PropertyKeys c : TabViewBase.PropertyKeys.values()) System.out.println(c);
public static TabViewBase.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 nullCopyright © 2020. All rights reserved.