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