public static enum Slider.PropertyKeys extends Enum<Slider.PropertyKeys>
Enum Constant and Description |
---|
animate |
disabled |
display |
displayTemplate |
forValue |
maxValue |
minValue |
onSlide |
onSlideEnd |
onSlideStart |
range |
step |
style |
styleClass |
type |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Slider.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Slider.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Slider.PropertyKeys widgetVar
public static final Slider.PropertyKeys forValue
public static final Slider.PropertyKeys display
public static final Slider.PropertyKeys minValue
public static final Slider.PropertyKeys maxValue
public static final Slider.PropertyKeys style
public static final Slider.PropertyKeys styleClass
public static final Slider.PropertyKeys animate
public static final Slider.PropertyKeys type
public static final Slider.PropertyKeys step
public static final Slider.PropertyKeys disabled
public static final Slider.PropertyKeys onSlideStart
public static final Slider.PropertyKeys onSlide
public static final Slider.PropertyKeys onSlideEnd
public static final Slider.PropertyKeys range
public static final Slider.PropertyKeys displayTemplate
public static Slider.PropertyKeys[] values()
for (Slider.PropertyKeys c : Slider.PropertyKeys.values()) System.out.println(c);
public static Slider.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<Slider.PropertyKeys>
Copyright © 2018. All rights reserved.