@Deprecated public static enum PickerField.ActionType extends java.lang.Enum<PickerField.ActionType>
| Enum Constant and Description |
|---|
CLEAR
Deprecated.
|
LOOKUP
Deprecated.
|
OPEN
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Action |
createAction(PickerField pickerField)
Deprecated.
|
java.lang.String |
getId()
Deprecated.
|
static PickerField.ActionType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PickerField.ActionType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PickerField.ActionType LOOKUP
public static final PickerField.ActionType CLEAR
public static final PickerField.ActionType OPEN
public static PickerField.ActionType[] values()
for (PickerField.ActionType c : PickerField.ActionType.values()) System.out.println(c);
public static PickerField.ActionType 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 getId()
public abstract Action createAction(PickerField pickerField)