|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<BoxLayout.BoxLayoutPack>
com.extjs.gxt.ui.client.widget.layout.BoxLayout.BoxLayoutPack
public static enum BoxLayout.BoxLayoutPack
BoxLayoutPack enumeration.
Enum Constant Summary | |
---|---|
CENTER
Children are packed together at mid-height of container. |
|
END
Children are packed together at bottom side of container. |
|
START
Children are packed together at top side of container. |
Method Summary | |
---|---|
static BoxLayout.BoxLayoutPack |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BoxLayout.BoxLayoutPack[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 BoxLayout.BoxLayoutPack START
public static final BoxLayout.BoxLayoutPack CENTER
public static final BoxLayout.BoxLayoutPack END
Method Detail |
---|
public static BoxLayout.BoxLayoutPack[] values()
for (BoxLayout.BoxLayoutPack c : BoxLayout.BoxLayoutPack.values()) System.out.println(c);
public static BoxLayout.BoxLayoutPack 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 |