public static enum ElementBuilder.ChildLayoutType extends Enum<ElementBuilder.ChildLayoutType>
Enum Constant and Description |
---|
Absolute |
AbsoluteInside |
Center |
Horizontal |
Overlay |
Vertical |
Modifier and Type | Method and Description |
---|---|
String |
getLayout() |
static ElementBuilder.ChildLayoutType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementBuilder.ChildLayoutType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementBuilder.ChildLayoutType Vertical
public static final ElementBuilder.ChildLayoutType Horizontal
public static final ElementBuilder.ChildLayoutType Center
public static final ElementBuilder.ChildLayoutType Absolute
public static final ElementBuilder.ChildLayoutType AbsoluteInside
public static final ElementBuilder.ChildLayoutType Overlay
public static ElementBuilder.ChildLayoutType[] values()
for (ElementBuilder.ChildLayoutType c : ElementBuilder.ChildLayoutType.values()) System.out.println(c);
public static ElementBuilder.ChildLayoutType 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 nullpublic String getLayout()
Copyright © 2013. All Rights Reserved.