protected static enum TimeSpinnerBase.PropertyKeys extends java.lang.Enum<TimeSpinnerBase.PropertyKeys>
| Enum Constant and Description |
|---|
disabled |
locale |
pattern |
readonly |
size |
style |
styleClass |
timeZone |
useNative |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static TimeSpinnerBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeSpinnerBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeSpinnerBase.PropertyKeys disabled
public static final TimeSpinnerBase.PropertyKeys locale
public static final TimeSpinnerBase.PropertyKeys pattern
public static final TimeSpinnerBase.PropertyKeys readonly
public static final TimeSpinnerBase.PropertyKeys size
public static final TimeSpinnerBase.PropertyKeys style
public static final TimeSpinnerBase.PropertyKeys styleClass
public static final TimeSpinnerBase.PropertyKeys timeZone
public static final TimeSpinnerBase.PropertyKeys useNative
public static TimeSpinnerBase.PropertyKeys[] values()
for (TimeSpinnerBase.PropertyKeys c : TimeSpinnerBase.PropertyKeys.values()) System.out.println(c);
public static TimeSpinnerBase.PropertyKeys 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<TimeSpinnerBase.PropertyKeys>Copyright 2018 ICEsoft Technologies Canada Corp., All Rights Reserved.