public enum CalendarElement extends java.lang.Enum<CalendarElement>
Enum Constant and Description |
---|
Cell
|
HorizontalScrollBar
The horizontal scrollbar.
|
MonthWeek
The week header in a
SingleMonth and
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
Resource view. |
ResourceViewCell
A cell in a
Resource view. |
ResourceViewHeader
The row header in a
Resource view. |
ResourceViewMiddleTimeline
The middle timeline in a
Resource view. |
ResourceViewTopTimeline
The topmost timeline in a
Resource view. |
TimetableCell
A cell in a
Timetable view. |
TimetableColumnHeader
The header of a
Timetable view column. |
TimetableDayHeader
The all-day header in a
Timetable view. |
TimetableGroupHeader
The group header in a Timetable view.
|
TimetableInfoHeader
The info header in a
Timetable view. |
TimetableTimeline
The timeline in a
Timetable view. |
VerticalScrollBar
The vertical scrollbar.
|
Modifier and Type | Method and Description |
---|---|
static CalendarElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalendarElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalendarElement TimetableColumnHeader
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.public static final CalendarElement TimetableGroupHeader
public static final CalendarElement TimetableDayHeader
Timetable
view.public static final CalendarElement TimetableInfoHeader
Timetable
view.public static final CalendarElement TimetableTimeline
Timetable
view.public static final CalendarElement ResourceViewTopTimeline
Resource
view.public static final CalendarElement ResourceViewMiddleTimeline
Resource
view.public static final CalendarElement ResourceViewBottomTimeline
Resource
view.public static final CalendarElement ResourceViewHeader
Resource
view.public static final CalendarElement MonthWeek
SingleMonth
and
MonthRange
view.public static final CalendarElement TimetableCell
Timetable
view.public static final CalendarElement ResourceViewCell
Resource
view.public static final CalendarElement Cell
public static final CalendarElement NavigationButtonLeft
public static final CalendarElement NavigationButtonLeftFast
public static final CalendarElement NavigationButtonRight
public static final CalendarElement NavigationButtonRightFast
public static final CalendarElement VerticalScrollBar
public static final CalendarElement HorizontalScrollBar
public static CalendarElement[] values()
for (CalendarElement c : CalendarElement.values()) System.out.println(c);
public static CalendarElement 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 null