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