public static enum UberfireSimplePager.TextLocation extends Enum<UberfireSimplePager.TextLocation>
| Modifier and Type | Method and Description |
|---|---|
static UberfireSimplePager.TextLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UberfireSimplePager.TextLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UberfireSimplePager.TextLocation CENTER
public static final UberfireSimplePager.TextLocation LEFT
public static final UberfireSimplePager.TextLocation RIGHT
public static UberfireSimplePager.TextLocation[] values()
for (UberfireSimplePager.TextLocation c : UberfireSimplePager.TextLocation.values()) System.out.println(c);
public static UberfireSimplePager.TextLocation 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 nullCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.