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