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