public enum CalendarTextElements extends java.lang.Enum<CalendarTextElements>
Enum Constant and Description |
---|
CellHeader
The header of a single cell.
|
ListViewFooter
The footer of a List view.
|
ListViewHeader
A cell in the header of a List view.
|
ListViewMainHeader
The main header of a List view.
|
ListViewSubHeader
A cell in a subheader of a List view.
|
MonthMainHeader
A month main header in MonthRange or SingleMonth view.
|
MonthRangeHeader
The header in a MonthRange view.
|
MonthSubHeader
A cell in the day of week header in MonthRange or SingleMonth view.
|
MonthWeekNumbersHeader
A cell in the week numbers header in MonthRange or SingleMonth view.
|
ResourceViewRowHeader
The header of a Resource view row.
|
ResourceViewTimeline
A cell of a timeline in a Resource view.
|
TimetableColumnHeader
A column header in a Timetable view.
|
TimetableGroupHeader
A cell in the group header in a Timetable view.
|
TimetableTimeline
A cell of the timeline in a Timetable view.
|
TimetableTimelineHour
An hour cell of the timeline in a Timetable view.
|
WeekRangeHeader
The header in a WeekRange view.
|
WeekRangeResourceHeader
The resource header in a WeekRange view.
|
WeekRangeSubHeader
A cell in the day of week header in a WeekRange view.
|
Modifier and Type | Method and Description |
---|---|
static CalendarTextElements |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalendarTextElements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalendarTextElements MonthRangeHeader
public static final CalendarTextElements MonthMainHeader
public static final CalendarTextElements MonthSubHeader
public static final CalendarTextElements MonthWeekNumbersHeader
public static final CalendarTextElements WeekRangeHeader
public static final CalendarTextElements WeekRangeResourceHeader
public static final CalendarTextElements WeekRangeSubHeader
public static final CalendarTextElements CellHeader
public static final CalendarTextElements ListViewHeader
public static final CalendarTextElements ListViewMainHeader
public static final CalendarTextElements ListViewFooter
public static final CalendarTextElements ListViewSubHeader
public static final CalendarTextElements TimetableGroupHeader
public static final CalendarTextElements TimetableColumnHeader
public static final CalendarTextElements TimetableTimeline
public static final CalendarTextElements TimetableTimelineHour
public static final CalendarTextElements ResourceViewTimeline
public static final CalendarTextElements ResourceViewRowHeader
public static CalendarTextElements[] values()
for (CalendarTextElements c : CalendarTextElements.values()) System.out.println(c);
public static CalendarTextElements 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