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