com.liferay.faces.alloy.component.accordion
Enum AccordionBase.AccordionPropertyKeys
java.lang.Object
java.lang.Enum<AccordionBase.AccordionPropertyKeys>
com.liferay.faces.alloy.component.accordion.AccordionBase.AccordionPropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<AccordionBase.AccordionPropertyKeys>
- Enclosing class:
- AccordionBase
protected static enum AccordionBase.AccordionPropertyKeys
- extends Enum<AccordionBase.AccordionPropertyKeys>
clientKey
public static final AccordionBase.AccordionPropertyKeys clientKey
multiple
public static final AccordionBase.AccordionPropertyKeys multiple
selectedIndex
public static final AccordionBase.AccordionPropertyKeys selectedIndex
style
public static final AccordionBase.AccordionPropertyKeys style
styleClass
public static final AccordionBase.AccordionPropertyKeys styleClass
values
public static AccordionBase.AccordionPropertyKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AccordionBase.AccordionPropertyKeys c : AccordionBase.AccordionPropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AccordionBase.AccordionPropertyKeys valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2017 Liferay, Inc.. All rights reserved.