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