public static enum Buttons.Type extends Enum<Buttons.Type> implements ICssClassNameProvider
| Enum Constant and Description |
|---|
Danger |
Default |
Info |
Link |
Menu |
Primary |
Success |
Warning |
| Modifier and Type | Method and Description |
|---|---|
String |
cssClassName() |
static Buttons.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Buttons.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Buttons.Type Default
public static final Buttons.Type Menu
public static final Buttons.Type Primary
public static final Buttons.Type Info
public static final Buttons.Type Success
public static final Buttons.Type Warning
public static final Buttons.Type Danger
public static final Buttons.Type Link
public static Buttons.Type[] values()
for (Buttons.Type c : Buttons.Type.values()) System.out.println(c);
public static Buttons.Type 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.