protected static enum AccordionBase.AccordionPropertyKeys extends Enum<AccordionBase.AccordionPropertyKeys>
| Enum Constant and Description |
|---|
clientKey |
multiple |
selectedIndex |
style |
styleClass |
| Modifier and Type | Method and Description |
|---|---|
static AccordionBase.AccordionPropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccordionBase.AccordionPropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccordionBase.AccordionPropertyKeys clientKey
public static final AccordionBase.AccordionPropertyKeys multiple
public static final AccordionBase.AccordionPropertyKeys selectedIndex
public static final AccordionBase.AccordionPropertyKeys style
public static final AccordionBase.AccordionPropertyKeys styleClass
public static AccordionBase.AccordionPropertyKeys[] values()
for (AccordionBase.AccordionPropertyKeys c : AccordionBase.AccordionPropertyKeys.values()) System.out.println(c);
public static AccordionBase.AccordionPropertyKeys 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 © 2016 Liferay, Inc.. All rights reserved.