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