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