|
Spiffy UI Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SliderOption>
org.spiffyui.client.widgets.slider.SliderOption
public enum SliderOption
An enumeration of all the options you can set for a slider
Enum Constant Summary | |
---|---|
ANIMATE
animate. |
|
DISABLED
disabled. |
|
MAX
max. |
|
MIN
min. |
|
ORIENTATION
orientation. |
|
RANGE
range. |
|
STEP
step. |
|
VALUE
value. |
|
VALUES
values. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static SliderOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SliderOption[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SliderOption DISABLED
public static final SliderOption ANIMATE
public static final SliderOption MAX
public static final SliderOption MIN
public static final SliderOption ORIENTATION
public static final SliderOption RANGE
public static final SliderOption STEP
public static final SliderOption VALUE
public static final SliderOption VALUES
Method Detail |
---|
public static SliderOption[] values()
for (SliderOption c : SliderOption.values()) System.out.println(c);
public static SliderOption valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<SliderOption>
|
Spiffy UI Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |