public enum EditorTextDirection extends Enum<EditorTextDirection> implements EditorButton
| Enum Constant and Description |
|---|
FROM_LEFT_TO_RIGHT |
FROM_RIGHT_TO_LEFT |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSClassName() |
String |
toString() |
static EditorTextDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditorTextDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorTextDirection FROM_RIGHT_TO_LEFT
public static final EditorTextDirection FROM_LEFT_TO_RIGHT
public static EditorTextDirection[] values()
for (EditorTextDirection c : EditorTextDirection.values()) System.out.println(c);
public static EditorTextDirection 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 toString()
toString in class Enum<EditorTextDirection>public String getCSSClassName()
getCSSClassName in interface EditorButtonCopyright © 2014 JBoss by Red Hat. All Rights Reserved.