public static enum BootstrapEditText.TextState extends java.lang.Enum<BootstrapEditText.TextState>
| Modifier and Type | Method and Description |
|---|---|
int |
getNormalBg() |
int |
getRoundedBg() |
static BootstrapEditText.TextState |
getStateFromString(java.lang.String state) |
static BootstrapEditText.TextState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapEditText.TextState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BootstrapEditText.TextState DEFAULT
public static final BootstrapEditText.TextState SUCCESS
public static final BootstrapEditText.TextState WARNING
public static final BootstrapEditText.TextState DANGER
public static BootstrapEditText.TextState[] values()
for (BootstrapEditText.TextState c : BootstrapEditText.TextState.values()) System.out.println(c);
public static BootstrapEditText.TextState 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 namejava.lang.NullPointerException - if the argument is nullpublic static BootstrapEditText.TextState getStateFromString(java.lang.String state)
public int getRoundedBg()
public int getNormalBg()