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