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