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