public static enum AccordionPanelBase.PropertyKeys extends Enum<AccordionPanelBase.PropertyKeys>
Enum Constant and Description |
---|
activeIndex |
cache |
dir |
multiple |
onTabChange |
onTabClose |
onTabShow |
style |
styleClass |
tabController |
tabindex |
widgetVar |
Modifier and Type | Method and Description |
---|---|
static AccordionPanelBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccordionPanelBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccordionPanelBase.PropertyKeys widgetVar
public static final AccordionPanelBase.PropertyKeys activeIndex
public static final AccordionPanelBase.PropertyKeys style
public static final AccordionPanelBase.PropertyKeys styleClass
public static final AccordionPanelBase.PropertyKeys onTabChange
public static final AccordionPanelBase.PropertyKeys onTabShow
public static final AccordionPanelBase.PropertyKeys onTabClose
public static final AccordionPanelBase.PropertyKeys cache
public static final AccordionPanelBase.PropertyKeys multiple
public static final AccordionPanelBase.PropertyKeys dir
public static final AccordionPanelBase.PropertyKeys tabindex
public static final AccordionPanelBase.PropertyKeys tabController
public static AccordionPanelBase.PropertyKeys[] values()
for (AccordionPanelBase.PropertyKeys c : AccordionPanelBase.PropertyKeys.values()) System.out.println(c);
public static AccordionPanelBase.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.