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