Enum ClockPicker.PropertyKeys
- java.lang.Object
-
- java.lang.Enum<ClockPicker.PropertyKeys>
-
- org.primefaces.extensions.component.clockpicker.ClockPicker.PropertyKeys
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ClockPicker.PropertyKeys>
- Enclosing class:
- ClockPicker
protected static enum ClockPicker.PropertyKeys extends java.lang.Enum<ClockPicker.PropertyKeys>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description alignappendToautoCloselocaleonafterampmselectonafterdoneonafterhideonafterhourselectonaftershowonbeforedoneonbeforehideonbeforehourselectonbeforeshowplacementshowOntwelveHourvibratewidgetVar
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClockPicker.PropertyKeysvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ClockPicker.PropertyKeys[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
widgetVar
public static final ClockPicker.PropertyKeys widgetVar
-
locale
public static final ClockPicker.PropertyKeys locale
-
placement
public static final ClockPicker.PropertyKeys placement
-
align
public static final ClockPicker.PropertyKeys align
-
autoClose
public static final ClockPicker.PropertyKeys autoClose
-
vibrate
public static final ClockPicker.PropertyKeys vibrate
-
twelveHour
public static final ClockPicker.PropertyKeys twelveHour
-
showOn
public static final ClockPicker.PropertyKeys showOn
-
onbeforeshow
public static final ClockPicker.PropertyKeys onbeforeshow
-
onaftershow
public static final ClockPicker.PropertyKeys onaftershow
-
onbeforehide
public static final ClockPicker.PropertyKeys onbeforehide
-
onafterhide
public static final ClockPicker.PropertyKeys onafterhide
-
onbeforehourselect
public static final ClockPicker.PropertyKeys onbeforehourselect
-
onafterhourselect
public static final ClockPicker.PropertyKeys onafterhourselect
-
onafterampmselect
public static final ClockPicker.PropertyKeys onafterampmselect
-
onbeforedone
public static final ClockPicker.PropertyKeys onbeforedone
-
onafterdone
public static final ClockPicker.PropertyKeys onafterdone
-
appendTo
public static final ClockPicker.PropertyKeys appendTo
-
-
Method Detail
-
values
public static ClockPicker.PropertyKeys[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ClockPicker.PropertyKeys c : ClockPicker.PropertyKeys.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ClockPicker.PropertyKeys valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-