| Package | com.keepcore.calendar.view |
| Class | public class CalendarMonthDisplayer |
| Inheritance | CalendarMonthDisplayer CalendarPartDisplayer mx.core.UIComponent |
| Subclasses | CalendarMonthCellRendererAbstract, CalendarMonthHeaderRendererAbstract |
| Property | Defined By | ||
|---|---|---|---|
| calendarMonth : CalendarMonth | CalendarMonthDisplayer | ||
![]() | calendarPart : CalendarPart
Calendar part reference. | CalendarPartDisplayer | |
![]() | drawToolTip : Boolean
Indicates if the part handles the tool tip drawing. | CalendarPartDisplayer | |
![]() | fullDayToolTip : Boolean
Indicates if the displayed tooltip is always full day (used by day headers as example). | CalendarPartDisplayer | |
![]() | mouseOverDate : Date
Indicates the current mouse over date. | CalendarPartDisplayer | |
![]() | mouseOverDateColumn : int
Indicates the current mouse over date column (if column mode is enabled). | CalendarPartDisplayer | |
| Method | Defined By | ||
|---|---|---|---|
CalendarMonthDisplayer(calendarMonth:CalendarMonth) | CalendarMonthDisplayer | ||
![]() | getColumnWidth():Number
In column mode, return the column width (takes in account the item margins). | CalendarPartDisplayer | |
![]() | localToColumn():int
If column mode is enabled, return the column index according to mouse X position. | CalendarPartDisplayer | |
![]() | localToDateTime(coordX:Number = -1, coordY:Number = -1, onlyCurrentDayTime:Boolean = false, eventTimeStepMultiple:Boolean = true):Date
return the date specified by mouse position in the current cell
this function is used to determine the new date range of an item
function overrided in children
| CalendarPartDisplayer | |
![]() | refreshMouseTooltip(event:MouseEvent):void
Create or update the cell mouse tooltip. | CalendarPartDisplayer | |
| calendarMonth | property |
calendarMonth:CalendarMonth public function get calendarMonth():CalendarMonth public function set calendarMonth(value:CalendarMonth):void| CalendarMonthDisplayer | () | Constructor |
public function CalendarMonthDisplayer(calendarMonth:CalendarMonth)calendarMonth:CalendarMonth |