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