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