java.io.Serializable
, java.lang.Comparable<Placeholder.Style>
public static enum Placeholder.Style extends java.lang.Enum<Placeholder.Style>
Enum Constant | Description |
---|---|
DONE |
Vorkonfigurierter Style fuer "Fertig, nichts zu tun".
|
EMPTY |
Vorkonfigurierter Style fuer "Keine Daten".
|
ERROR |
Vorkonfigurierter Style fuer "Fehler".
|
LOADING |
Vorkonfigurierter Style fuer "Lade...".
|
WAIT |
Vorkonfigurierter Style fuer "Bitte warten...".
|
Modifier and Type | Method | Description |
---|---|---|
static Placeholder.Style |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Placeholder.Style[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Placeholder.Style EMPTY
public static final Placeholder.Style LOADING
public static final Placeholder.Style WAIT
public static final Placeholder.Style DONE
public static final Placeholder.Style ERROR
public static Placeholder.Style[] values()
for (Placeholder.Style c : Placeholder.Style.values()) System.out.println(c);
public static Placeholder.Style 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 null