public static enum InputNumber.PropertyKeys extends Enum<InputNumber.PropertyKeys>
Enum Constant and Description |
---|
decimalPlaces |
emptyValue |
inputStyle |
inputStyleClass |
maxValue |
minValue |
padControl |
placeholder |
roundMethod |
symbol |
symbolPosition |
type |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static InputNumber.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputNumber.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputNumber.PropertyKeys placeholder
public static final InputNumber.PropertyKeys widgetVar
public static final InputNumber.PropertyKeys type
public static final InputNumber.PropertyKeys symbol
public static final InputNumber.PropertyKeys symbolPosition
public static final InputNumber.PropertyKeys minValue
public static final InputNumber.PropertyKeys maxValue
public static final InputNumber.PropertyKeys roundMethod
public static final InputNumber.PropertyKeys decimalPlaces
public static final InputNumber.PropertyKeys emptyValue
public static final InputNumber.PropertyKeys inputStyle
public static final InputNumber.PropertyKeys inputStyleClass
public static final InputNumber.PropertyKeys padControl
public static InputNumber.PropertyKeys[] values()
for (InputNumber.PropertyKeys c : InputNumber.PropertyKeys.values()) System.out.println(c);
public static InputNumber.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<InputNumber.PropertyKeys>
Copyright © 2017. All rights reserved.