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