org.primefaces.component.schedule
Enum Schedule.PropertyKeys
java.lang.Object
java.lang.Enum<Schedule.PropertyKeys>
org.primefaces.component.schedule.Schedule.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<Schedule.PropertyKeys>
- Enclosing class:
- Schedule
protected static enum Schedule.PropertyKeys
- extends Enum<Schedule.PropertyKeys>
widgetVar
public static final Schedule.PropertyKeys widgetVar
value
public static final Schedule.PropertyKeys value
locale
public static final Schedule.PropertyKeys locale
aspectRatio
public static final Schedule.PropertyKeys aspectRatio
view
public static final Schedule.PropertyKeys view
initialDate
public static final Schedule.PropertyKeys initialDate
showWeekends
public static final Schedule.PropertyKeys showWeekends
style
public static final Schedule.PropertyKeys style
styleClass
public static final Schedule.PropertyKeys styleClass
draggable
public static final Schedule.PropertyKeys draggable
resizable
public static final Schedule.PropertyKeys resizable
showHeader
public static final Schedule.PropertyKeys showHeader
leftHeaderTemplate
public static final Schedule.PropertyKeys leftHeaderTemplate
centerHeaderTemplate
public static final Schedule.PropertyKeys centerHeaderTemplate
rightHeaderTemplate
public static final Schedule.PropertyKeys rightHeaderTemplate
allDaySlot
public static final Schedule.PropertyKeys allDaySlot
slotMinutes
public static final Schedule.PropertyKeys slotMinutes
firstHour
public static final Schedule.PropertyKeys firstHour
minTime
public static final Schedule.PropertyKeys minTime
maxTime
public static final Schedule.PropertyKeys maxTime
axisFormat
public static final Schedule.PropertyKeys axisFormat
timeFormat
public static final Schedule.PropertyKeys timeFormat
columnFormat
public static final Schedule.PropertyKeys columnFormat
timeZone
public static final Schedule.PropertyKeys timeZone
values
public static Schedule.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 (Schedule.PropertyKeys c : Schedule.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 Schedule.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<Schedule.PropertyKeys>
Copyright © 2013. All rights reserved.