protected static enum ImageEditor.PropertyKeys extends Enum<ImageEditor.PropertyKeys>
| Enum Constant and Description |
|---|
disabled |
fileUploadListener |
initialColor |
initialShape |
labelDownload |
labelSave |
onerror |
onsuccess |
style |
styleClass |
value |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
static ImageEditor.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageEditor.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageEditor.PropertyKeys style
public static final ImageEditor.PropertyKeys styleClass
public static final ImageEditor.PropertyKeys value
public static final ImageEditor.PropertyKeys widgetVar
public static final ImageEditor.PropertyKeys initialColor
public static final ImageEditor.PropertyKeys initialShape
public static final ImageEditor.PropertyKeys fileUploadListener
public static final ImageEditor.PropertyKeys disabled
public static final ImageEditor.PropertyKeys labelSave
public static final ImageEditor.PropertyKeys labelDownload
public static final ImageEditor.PropertyKeys onsuccess
public static final ImageEditor.PropertyKeys onerror
public static ImageEditor.PropertyKeys[] values()
for (ImageEditor.PropertyKeys c : ImageEditor.PropertyKeys.values()) System.out.println(c);
public static ImageEditor.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 © 2015 illucIT Software GmbH. All rights reserved.