|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AccordionLayoutContainer.ExpandMode>
com.sencha.gxt.widget.core.client.container.AccordionLayoutContainer.ExpandMode
public static enum AccordionLayoutContainer.ExpandMode
Defines the expand modes.
| Enum Constant Summary | |
|---|---|
MULTI
Multiple panels may be expanded at the same time. |
|
SINGLE
Only one panel may be expanded at a time. |
|
SINGLE_FILL
Only open panel may be expanded and the size of the expanded panel is set to match available container height. |
|
| Method Summary | |
|---|---|
static AccordionLayoutContainer.ExpandMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccordionLayoutContainer.ExpandMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AccordionLayoutContainer.ExpandMode SINGLE
public static final AccordionLayoutContainer.ExpandMode SINGLE_FILL
public static final AccordionLayoutContainer.ExpandMode MULTI
| Method Detail |
|---|
public static AccordionLayoutContainer.ExpandMode[] values()
for (AccordionLayoutContainer.ExpandMode c : AccordionLayoutContainer.ExpandMode.values()) System.out.println(c);
public static AccordionLayoutContainer.ExpandMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||