public enum CustomDrawElements extends java.lang.Enum<CustomDrawElements>
Enum Constant and Description |
---|
CalendarItem
An all day item in a Timetable view, or an item in any other view.
|
CellContents
The contents of a single cell.
|
CellHeader
The header of a single cell.
|
ItemDescriptionText
Item's description text.
|
ItemEndResizeBand
The end resize band of an item in Timetable and Resource views.
|
ItemHeaderText
Item's header text.
|
ItemMoveBand
The move band of an item in Timetable and Resource views.
|
ItemStartResizeBand
The start resize band of an item in Timetable and Resource views.
|
ListViewFooter
The footer of a List view.
|
ListViewHeader
The header of a List view.
|
ListViewHeaderCell
A cell in the header of a List view.
|
ListViewMainHeader
The main header of a List view.
|
ListViewSubHeader
A subheader of a List view.
|
ListViewSubHeaderCell
A cell in a subheader of a List view.
|
MonthContents
The contents of a month cell.
|
MonthMainHeader
A month main header in MonthRange or SingleMonth view.
|
MonthRangeHeader
The header in a MonthRange view.
|
MonthSubHeader
The day of week header in MonthRange or SingleMonth view.
|
MonthSubHeaderCell
A cell in the day of week header in MonthRange or SingleMonth view.
|
MonthWeekNumbersHeader
The week numbers header in MonthRange or SingleMonth view.
|
MonthWeekNumbersHeaderCell
A cell in the week numbers header in MonthRange or SingleMonth view.
|
ResourceViewCell
A cell in a Resource view.
|
ResourceViewCellComplete
A cell in a Resource view.
|
ResourceViewItem
An item in a Resource view.
|
ResourceViewRowHeader
The header of a Resource view row.
|
ResourceViewSelection
The selection in a Resource view.
|
ResourceViewTimeline
A timeline of a Resource view.
|
ResourceViewTimelineCell
A cell of a timeline in a Resource view.
|
TimetableCell
A cell in a Timetable view.
|
TimetableColumnHeader
A column header in a Timetable view.
|
TimetableGroupHeader
The group header in a Timetable view.
|
TimetableGroupHeaderCell
A cell of the group header in a Timetable view.
|
TimetableInfoHeader
The timetable info header.
|
TimetableItem
A non all-day item in a Timetable view.
|
TimetableTimeline
The timeline in a Timetable view.
|
TimetableTimelineCell
A portion of the timeline in a Timetable view.
|
TimetableTimelineHourCell
An hour cell of the timeline in a Timetable view.
|
TimetableWholeDayHeader
A whole day portion of the header in a Timetable view.
|
WeekRangeHeader
The header in a WeekRange view.
|
WeekRangeResourceHeader
The resource header in a WeekRange view.
|
WeekRangeSubHeader
The day of week header in a WeekRange view.
|
WeekRangeSubHeaderCell
A cell in the day of week header in a WeekRange view.
|
Modifier and Type | Method and Description |
---|---|
static CustomDrawElements |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomDrawElements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomDrawElements MonthRangeHeader
public static final CustomDrawElements MonthMainHeader
public static final CustomDrawElements MonthContents
public static final CustomDrawElements MonthSubHeader
public static final CustomDrawElements MonthSubHeaderCell
public static final CustomDrawElements MonthWeekNumbersHeader
public static final CustomDrawElements MonthWeekNumbersHeaderCell
public static final CustomDrawElements WeekRangeHeader
public static final CustomDrawElements WeekRangeResourceHeader
public static final CustomDrawElements WeekRangeSubHeader
public static final CustomDrawElements WeekRangeSubHeaderCell
public static final CustomDrawElements CellHeader
public static final CustomDrawElements CellContents
public static final CustomDrawElements ListViewHeader
public static final CustomDrawElements ListViewMainHeader
public static final CustomDrawElements ListViewFooter
public static final CustomDrawElements ListViewHeaderCell
public static final CustomDrawElements ListViewSubHeader
public static final CustomDrawElements ListViewSubHeaderCell
public static final CustomDrawElements TimetableGroupHeader
public static final CustomDrawElements TimetableGroupHeaderCell
public static final CustomDrawElements TimetableColumnHeader
public static final CustomDrawElements TimetableWholeDayHeader
public static final CustomDrawElements TimetableInfoHeader
public static final CustomDrawElements TimetableTimeline
public static final CustomDrawElements TimetableTimelineCell
public static final CustomDrawElements TimetableTimelineHourCell
public static final CustomDrawElements TimetableCell
public static final CustomDrawElements CalendarItem
public static final CustomDrawElements TimetableItem
public static final CustomDrawElements ResourceViewTimeline
public static final CustomDrawElements ResourceViewTimelineCell
public static final CustomDrawElements ResourceViewRowHeader
public static final CustomDrawElements ResourceViewItem
public static final CustomDrawElements ResourceViewCell
ResourceViewStyle.Lanes
this enumeration value
indicates a cell in each individual lane.public static final CustomDrawElements ResourceViewCellComplete
ResourceViewStyle.Lanes
this enumeration value
indicates a cell that encompasses all lanes for the associated Resource.public static final CustomDrawElements ResourceViewSelection
public static final CustomDrawElements ItemMoveBand
public static final CustomDrawElements ItemStartResizeBand
public static final CustomDrawElements ItemEndResizeBand
public static final CustomDrawElements ItemHeaderText
public static final CustomDrawElements ItemDescriptionText
public static CustomDrawElements[] values()
for (CustomDrawElements c : CustomDrawElements.values()) System.out.println(c);
public static CustomDrawElements 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