public static enum TextEditor.PropertyKeys extends Enum<TextEditor.PropertyKeys>
Enum Constant and Description |
---|
height |
placeholder |
readonly |
style |
styleClass |
toolbarVisible |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static TextEditor.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextEditor.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextEditor.PropertyKeys widgetVar
public static final TextEditor.PropertyKeys height
public static final TextEditor.PropertyKeys readonly
public static final TextEditor.PropertyKeys style
public static final TextEditor.PropertyKeys styleClass
public static final TextEditor.PropertyKeys placeholder
public static final TextEditor.PropertyKeys toolbarVisible
public static TextEditor.PropertyKeys[] values()
for (TextEditor.PropertyKeys c : TextEditor.PropertyKeys.values()) System.out.println(c);
public static TextEditor.PropertyKeys 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<TextEditor.PropertyKeys>
Copyright © 2018. All rights reserved.