Packagecom.keepcore.calendar.view
Classpublic class CalendarMonthDisplayer
InheritanceCalendarMonthDisplayer Inheritance CalendarPartDisplayer Inheritance mx.core.UIComponent
Subclasses CalendarMonthCellRendererAbstract, CalendarMonthHeaderRendererAbstract



Public Properties
 PropertyDefined By
  calendarMonth : CalendarMonth
CalendarMonthDisplayer
 InheritedcalendarPart : CalendarPart
Calendar part reference.
CalendarPartDisplayer
 InheriteddrawToolTip : Boolean
Indicates if the part handles the tool tip drawing.
CalendarPartDisplayer
 InheritedfullDayToolTip : Boolean
Indicates if the displayed tooltip is always full day (used by day headers as example).
CalendarPartDisplayer
 InheritedmouseOverDate : Date
Indicates the current mouse over date.
CalendarPartDisplayer
 InheritedmouseOverDateColumn : int
Indicates the current mouse over date column (if column mode is enabled).
CalendarPartDisplayer
Public Methods
 MethodDefined By
  
CalendarMonthDisplayer
 Inherited
In column mode, return the column width (takes in account the item margins).
CalendarPartDisplayer
 Inherited
If column mode is enabled, return the column index according to mouse X position.
CalendarPartDisplayer
 Inherited
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
 Inherited
refreshMouseTooltip(event:MouseEvent):void
Create or update the cell mouse tooltip.
CalendarPartDisplayer
Protected Methods
 MethodDefined By
 Inherited
createMouseToolTip(date:Date, x:Number, y:Number):void
CalendarPartDisplayer
 Inherited
CalendarPartDisplayer
 Inherited
drawHighlight(unscaledWidth:Number, columnWidth:Number, stepStartY:Number, stepHeight:Number, highlightAlpha:Number, rangeSelection:Boolean, noBorder:Boolean = false):void
CalendarPartDisplayer
 Inherited
drawRanges(ranges:ArrayCollection, aX:Number, aWidth:Number, bkgColor:uint, alpha:Number):void
Draw ranges.
CalendarPartDisplayer
 Inherited
getRangesRect(ranges:ArrayCollection, aX:Number, aWidth:Number):Array
Return array of Rectangle objects that defines the ranges coordinates.
CalendarPartDisplayer
 Inherited
updateMouseToolTip(date:Date, x:Number, y:Number):void
CalendarPartDisplayer
Property Detail
calendarMonthproperty
calendarMonth:CalendarMonth


Implementation
    public function get calendarMonth():CalendarMonth
    public function set calendarMonth(value:CalendarMonth):void
Constructor Detail
CalendarMonthDisplayer()Constructor
public function CalendarMonthDisplayer(calendarMonth:CalendarMonth)



Parameters
calendarMonth:CalendarMonth