protected static enum TimePicker.PropertyKeys extends java.lang.Enum<TimePicker.PropertyKeys>
| Enum Constant and Description |
|---|
dialogPosition |
endHours |
endMinutes |
inputPosition |
intervalMinutes |
locale |
maxHour |
maxMinute |
minHour |
minMinute |
mode |
onHourShow |
onMinuteShow |
rows |
showCloseButton |
showDeselectButton |
showHours |
showMinutes |
showNowButton |
showOn |
showPeriod |
startHours |
startMinutes |
timeSeparator |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static TimePicker.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimePicker.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimePicker.PropertyKeys widgetVar
public static final TimePicker.PropertyKeys timeSeparator
public static final TimePicker.PropertyKeys showPeriod
public static final TimePicker.PropertyKeys dialogPosition
public static final TimePicker.PropertyKeys inputPosition
public static final TimePicker.PropertyKeys mode
public static final TimePicker.PropertyKeys startHours
public static final TimePicker.PropertyKeys endHours
public static final TimePicker.PropertyKeys startMinutes
public static final TimePicker.PropertyKeys endMinutes
public static final TimePicker.PropertyKeys intervalMinutes
public static final TimePicker.PropertyKeys rows
public static final TimePicker.PropertyKeys showHours
public static final TimePicker.PropertyKeys showMinutes
public static final TimePicker.PropertyKeys showCloseButton
public static final TimePicker.PropertyKeys showNowButton
public static final TimePicker.PropertyKeys showDeselectButton
public static final TimePicker.PropertyKeys onHourShow
public static final TimePicker.PropertyKeys onMinuteShow
public static final TimePicker.PropertyKeys showOn
public static final TimePicker.PropertyKeys locale
public static final TimePicker.PropertyKeys minHour
public static final TimePicker.PropertyKeys minMinute
public static final TimePicker.PropertyKeys maxHour
public static final TimePicker.PropertyKeys maxMinute
public static TimePicker.PropertyKeys[] values()
for (TimePicker.PropertyKeys c : TimePicker.PropertyKeys.values()) System.out.println(c);
public static TimePicker.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<TimePicker.PropertyKeys>Copyright © 2011-2015. All Rights Reserved.