Interface | Description |
---|---|
RadCalendarView.OnCellClickListener |
Represents an interface for a listener that will execute its method when
a cell from the
RadCalendarView is clicked. |
RadCalendarView.OnDisplayDateChangedListener |
Represents an interface for a listener that will execute its method when
the display date in
RadCalendarView is changed. |
RadCalendarView.OnDisplayModeChangedListener |
Represents an interface for a listener that will execute its method when
the display mode in
RadCalendarView is changed. |
RadCalendarView.OnSelectedDatesChangedListener |
Represents an interface for a listener that will execute its method when
the selected dates in
RadCalendarView are changed. |
Class | Description |
---|---|
CalendarAdapter |
Default adapter for
RadCalendarView . |
CalendarAnimationsManager |
Manager responsible for all animations.
|
CalendarCell |
The class holding the logic common for every cell type in the calendar.
|
CalendarCellStyle | |
CalendarDayCell |
Class holding the logic specific for day cells.
|
CalendarDayCellFilter | |
CalendarDayCellStyle | |
CalendarElement |
Base class for all calendar elements.
|
CalendarFragment |
The calendar fragment is a class holding a single "page" of the calendar.
|
CalendarGestureManager |
Used to handle gestures applied to the calendar view.
|
CalendarMonthCell |
The class of the calendar month cell.
|
CalendarMonthCellFilter | |
CalendarMonthCellStyle | |
CalendarRow |
Responsible for holding and managing a collection of
CalendarCell instances. |
CalendarScrollManager |
This class is responsible for scrolling the calendar fragments and keeping track of their positions.
|
CalendarSelectionManager |
Class responsible for handling the selection of dates corresponding to invoked gestures.
|
CalendarStyle | |
CalendarStyles | |
CalendarTextElement |
Calendar element that holds some text.
|
CalendarTitleCell | |
CalendarTools |
Contains methods which ease life while working with dates.
|
CellDecorationsLayer |
Represents a layer which draws decoration lines over the lines
drawn by
GridLinesLayer . |
DateRange |
Represents are range of consecutive dates.
|
EventsManager | |
GridLinesLayer |
Used to render the grid lines for the elements that request it.
|
RadCalendarView |
Represents a control that allows you to select and display dates in a calendar.
|
RadCalendarView.SelectionContext |
Represents a class which represents a context for selection.
|
Enum | Description |
---|---|
CalendarCellType |
An enumeration with the different types for
the
CalendarCell . |
CalendarDisplayMode |
An enumeration with the different display modes for
the
RadCalendarView . |
CalendarSelectionMode |
An enumeration with the different selection modes
for
RadCalendarView . |
ElementVisibility |
Holds the visible state of an element.
|
ScrollMode |
Holds the different scroll modes in which the calendar is capable of responding after a specific
touch or gesture has been performed on it.
|
WeekNumbersDisplayMode |
An enumeration with the possible ways to display week numbers
in
RadCalendarView . |