com.liferay.faces.alloy.component.progressbar
Enum ProgressBarBase.ProgressBarPropertyKeys
java.lang.Object
java.lang.Enum<ProgressBarBase.ProgressBarPropertyKeys>
com.liferay.faces.alloy.component.progressbar.ProgressBarBase.ProgressBarPropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<ProgressBarBase.ProgressBarPropertyKeys>
- Enclosing class:
- ProgressBarBase
protected static enum ProgressBarBase.ProgressBarPropertyKeys
- extends Enum<ProgressBarBase.ProgressBarPropertyKeys>
clientKey
public static final ProgressBarBase.ProgressBarPropertyKeys clientKey
height
public static final ProgressBarBase.ProgressBarPropertyKeys height
label
public static final ProgressBarBase.ProgressBarPropertyKeys label
layout
public static final ProgressBarBase.ProgressBarPropertyKeys layout
maxProgress
public static final ProgressBarBase.ProgressBarPropertyKeys maxProgress
minProgress
public static final ProgressBarBase.ProgressBarPropertyKeys minProgress
oncomplete
public static final ProgressBarBase.ProgressBarPropertyKeys oncomplete
pollingDelay
public static final ProgressBarBase.ProgressBarPropertyKeys pollingDelay
style
public static final ProgressBarBase.ProgressBarPropertyKeys style
styleClass
public static final ProgressBarBase.ProgressBarPropertyKeys styleClass
value
public static final ProgressBarBase.ProgressBarPropertyKeys value
width
public static final ProgressBarBase.ProgressBarPropertyKeys width
values
public static ProgressBarBase.ProgressBarPropertyKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ProgressBarBase.ProgressBarPropertyKeys c : ProgressBarBase.ProgressBarPropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ProgressBarBase.ProgressBarPropertyKeys valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2017 Liferay, Inc.. All rights reserved.