|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<HBoxLayoutContainer.HBoxLayoutAlign>
com.sencha.gxt.widget.core.client.container.HBoxLayoutContainer.HBoxLayoutAlign
public static enum HBoxLayoutContainer.HBoxLayoutAlign
The vertical alignment of the horizontal widgets.
| Enum Constant Summary | |
|---|---|
BOTTOM
Children are aligned horizontally at the bottom side of the container. |
|
MIDDLE
Children are aligned horizontally at the mid-height of the container. |
|
STRETCH
Children are stretched vertically to fill the height of the container. |
|
STRETCHMAX
Children heights are set the size of the largest child's height. |
|
TOP
Children are aligned horizontally at the top side of the container. |
|
| Method Summary | |
|---|---|
static HBoxLayoutContainer.HBoxLayoutAlign |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HBoxLayoutContainer.HBoxLayoutAlign[] |
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 HBoxLayoutContainer.HBoxLayoutAlign BOTTOM
public static final HBoxLayoutContainer.HBoxLayoutAlign MIDDLE
public static final HBoxLayoutContainer.HBoxLayoutAlign STRETCH
public static final HBoxLayoutContainer.HBoxLayoutAlign STRETCHMAX
public static final HBoxLayoutContainer.HBoxLayoutAlign TOP
| Method Detail |
|---|
public static HBoxLayoutContainer.HBoxLayoutAlign[] values()
for (HBoxLayoutContainer.HBoxLayoutAlign c : HBoxLayoutContainer.HBoxLayoutAlign.values()) System.out.println(c);
public static HBoxLayoutContainer.HBoxLayoutAlign 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 | |||||||||