protected static enum ScheduleBase.PropertyKeys extends java.lang.Enum<ScheduleBase.PropertyKeys>
| Enum Constant and Description |
|---|
addEvents |
currentDay |
currentMonth |
currentYear |
defaultDuration |
defaultList |
deleteEvents |
editEvents |
enhancedStyling |
scrollable |
scrollHeight |
showEventDetails |
showTooltip |
sideBar |
style |
styleClass |
timeZone |
twelveHourClock |
viewDate |
viewMode |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ScheduleBase.PropertyKeys |
valueOf(java.lang.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 addEvents
public static final ScheduleBase.PropertyKeys defaultDuration
public static final ScheduleBase.PropertyKeys deleteEvents
public static final ScheduleBase.PropertyKeys editEvents
public static final ScheduleBase.PropertyKeys enhancedStyling
public static final ScheduleBase.PropertyKeys scrollHeight
public static final ScheduleBase.PropertyKeys scrollable
public static final ScheduleBase.PropertyKeys showEventDetails
public static final ScheduleBase.PropertyKeys showTooltip
public static final ScheduleBase.PropertyKeys sideBar
public static final ScheduleBase.PropertyKeys style
public static final ScheduleBase.PropertyKeys styleClass
public static final ScheduleBase.PropertyKeys timeZone
public static final ScheduleBase.PropertyKeys twelveHourClock
public static final ScheduleBase.PropertyKeys viewDate
public static final ScheduleBase.PropertyKeys viewMode
public static final ScheduleBase.PropertyKeys currentDay
public static final ScheduleBase.PropertyKeys currentMonth
public static final ScheduleBase.PropertyKeys currentYear
public static final ScheduleBase.PropertyKeys defaultList
public static ScheduleBase.PropertyKeys[] values()
for (ScheduleBase.PropertyKeys c : ScheduleBase.PropertyKeys.values()) System.out.println(c);
public static ScheduleBase.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<ScheduleBase.PropertyKeys>Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.