public static enum Buttons.Orientation extends Enum<Buttons.Orientation> implements ICssClassNameProvider
| Enum Constant and Description |
|---|
Horizontal |
Vertical |
| Modifier and Type | Method and Description |
|---|---|
String |
cssClassName() |
static Buttons.Orientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Buttons.Orientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Buttons.Orientation Horizontal
public static final Buttons.Orientation Vertical
public static Buttons.Orientation[] values()
for (Buttons.Orientation c : Buttons.Orientation.values()) System.out.println(c);
public static Buttons.Orientation 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 cssClassName()
cssClassName in interface ICssClassNameProviderCopyright © 2013 agilecoders.de. All Rights Reserved.