Search
CalendarTextElements Enumeration
See Also
 






Specifies elements in the calendar that can be customized.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public enum CalendarTextElements

 Members

  Member name 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.

 See Also