Specifies a calendar subelement.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public enum CalendarElement |
Member name | Description | |
---|---|---|
Cell |
A cell in a CalendarView.SingleMonth, CalendarView.MonthRange, CalendarView.WeekRange or CalendarView.List view. |
|
HorizontalScrollBar |
The horizontal scrollbar. |
|
MonthWeek |
The week header in a CalendarView.SingleMonth and CalendarView.MonthRange view. |
|
NavigationButtonLeft |
The left navigation button that performs a small step. |
|
NavigationButtonLeftFast |
The left navigation button that performs a large step. |
|
NavigationButtonRight |
The right navigation button that performs a small step. |
|
NavigationButtonRightFast |
The right navigation button that performs a large step. |
|
ResourceViewBottomTimeline |
The bottom timeline in a CalendarView.ResourceView view. |
|
ResourceViewCell |
A cell in a CalendarView.ResourceView view. |
|
ResourceViewHeader |
The row header in a CalendarView.ResourceView view. |
|
ResourceViewMiddleTimeline |
The middle timeline in a CalendarView.ResourceView view. |
|
ResourceViewTopTimeline |
The topmost timeline in a CalendarView.ResourceView view. |
|
TimetableCell |
A cell in a CalendarView.Timetable view. |
|
TimetableColumnHeader |
The header of a CalendarView.Timetable view column. This might be the header displaying the column date, if no grouping is enabled, or the header displaying the referenced contact or location if grouping is enabled. |
|
TimetableDayHeader |
The all-day header in a CalendarView.Timetable view. |
|
TimetableGroupHeader |
The group header in a Timetable view. Only available when grouping is enabled. |
|
TimetableInfoHeader |
The info header in a CalendarView.Timetable view. |
|
TimetableTimeline |
The timeline in a CalendarView.Timetable view. |
|
VerticalScrollBar |
The vertical scrollbar. |