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