public static enum DatePicker.ShowOnTrigger extends Enum<DatePicker.ShowOnTrigger> implements Serializable
Modifier and Type | Method and Description |
---|---|
String |
getTriggerName() |
String |
toString() |
static DatePicker.ShowOnTrigger |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatePicker.ShowOnTrigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatePicker.ShowOnTrigger FOCUS
public static final DatePicker.ShowOnTrigger BUTTON
public static final DatePicker.ShowOnTrigger BOTH
public static DatePicker.ShowOnTrigger[] values()
for (DatePicker.ShowOnTrigger c : DatePicker.ShowOnTrigger.values()) System.out.println(c);
public static DatePicker.ShowOnTrigger 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 getTriggerName()
public String toString()
toString
in class Enum<DatePicker.ShowOnTrigger>
Copyright © 2015. All rights reserved.