org.primefaces.component.calendar
Enum Calendar.PropertyKeys
java.lang.Object
java.lang.Enum<Calendar.PropertyKeys>
org.primefaces.component.calendar.Calendar.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<Calendar.PropertyKeys>
- Enclosing class:
- Calendar
protected static enum Calendar.PropertyKeys
- extends Enum<Calendar.PropertyKeys>
widgetVar
public static final Calendar.PropertyKeys widgetVar
mindate
public static final Calendar.PropertyKeys mindate
maxdate
public static final Calendar.PropertyKeys maxdate
pages
public static final Calendar.PropertyKeys pages
mode
public static final Calendar.PropertyKeys mode
pattern
public static final Calendar.PropertyKeys pattern
locale
public static final Calendar.PropertyKeys locale
navigator
public static final Calendar.PropertyKeys navigator
timeZone
public static final Calendar.PropertyKeys timeZone
readonlyInput
public static final Calendar.PropertyKeys readonlyInput
showButtonPanel
public static final Calendar.PropertyKeys showButtonPanel
effect
public static final Calendar.PropertyKeys effect
effectDuration
public static final Calendar.PropertyKeys effectDuration
showOn
public static final Calendar.PropertyKeys showOn
showWeek
public static final Calendar.PropertyKeys showWeek
disabledWeekends
public static final Calendar.PropertyKeys disabledWeekends
showOtherMonths
public static final Calendar.PropertyKeys showOtherMonths
selectOtherMonths
public static final Calendar.PropertyKeys selectOtherMonths
yearRange
public static final Calendar.PropertyKeys yearRange
timeOnly
public static final Calendar.PropertyKeys timeOnly
stepHour
public static final Calendar.PropertyKeys stepHour
stepMinute
public static final Calendar.PropertyKeys stepMinute
stepSecond
public static final Calendar.PropertyKeys stepSecond
minHour
public static final Calendar.PropertyKeys minHour
maxHour
public static final Calendar.PropertyKeys maxHour
minMinute
public static final Calendar.PropertyKeys minMinute
maxMinute
public static final Calendar.PropertyKeys maxMinute
minSecond
public static final Calendar.PropertyKeys minSecond
maxSecond
public static final Calendar.PropertyKeys maxSecond
pagedate
public static final Calendar.PropertyKeys pagedate
beforeShowDay
public static final Calendar.PropertyKeys beforeShowDay
values
public static Calendar.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 (Calendar.PropertyKeys c : Calendar.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 Calendar.PropertyKeys valueOf(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:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<Calendar.PropertyKeys>
Copyright © 2013. All Rights Reserved.