public static enum Schedule.PropertyKeys extends Enum<Schedule.PropertyKeys>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Schedule.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schedule.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schedule.PropertyKeys widgetVar
public static final Schedule.PropertyKeys value
public static final Schedule.PropertyKeys locale
public static final Schedule.PropertyKeys aspectRatio
public static final Schedule.PropertyKeys view
public static final Schedule.PropertyKeys initialDate
public static final Schedule.PropertyKeys showWeekends
public static final Schedule.PropertyKeys style
public static final Schedule.PropertyKeys styleClass
public static final Schedule.PropertyKeys draggable
public static final Schedule.PropertyKeys resizable
public static final Schedule.PropertyKeys showHeader
public static final Schedule.PropertyKeys leftHeaderTemplate
public static final Schedule.PropertyKeys centerHeaderTemplate
public static final Schedule.PropertyKeys rightHeaderTemplate
public static final Schedule.PropertyKeys allDaySlot
public static final Schedule.PropertyKeys slotDuration
public static final Schedule.PropertyKeys slotMinutes
public static final Schedule.PropertyKeys scrollTime
public static final Schedule.PropertyKeys firstHour
public static final Schedule.PropertyKeys minTime
public static final Schedule.PropertyKeys maxTime
public static final Schedule.PropertyKeys axisFormat
public static final Schedule.PropertyKeys timeFormat
public static final Schedule.PropertyKeys columnFormat
public static final Schedule.PropertyKeys timeZone
public static final Schedule.PropertyKeys clientTimeZone
public static final Schedule.PropertyKeys ignoreTimezone
public static final Schedule.PropertyKeys tooltip
public static final Schedule.PropertyKeys showWeekNumbers
public static final Schedule.PropertyKeys extender
public static final Schedule.PropertyKeys displayEventEnd
public static final Schedule.PropertyKeys weekNumberCalculation
public static final Schedule.PropertyKeys weekNumberCalculator
public static final Schedule.PropertyKeys nextDayThreshold
public static final Schedule.PropertyKeys urlTarget
public static Schedule.PropertyKeys[] values()
for (Schedule.PropertyKeys c : Schedule.PropertyKeys.values()) System.out.println(c);
public static Schedule.PropertyKeys 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 toString()
toString
in class Enum<Schedule.PropertyKeys>
Copyright © 2017. All rights reserved.