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