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