Packagecom.keepcore.calendar.view
Classpublic class MiniCalendarDayCell
InheritanceMiniCalendarDayCell Inheritance mx.core.UIComponent



Public Properties
 PropertyDefined By
  backgroundColor : Number
[read-only]
MiniCalendarDayCell
  date : Date
MiniCalendarDayCell
  enableText : Boolean
MiniCalendarDayCell
  numberOfItems : Number
MiniCalendarDayCell
  selected : Boolean
MiniCalendarDayCell
Public Methods
 MethodDefined By
  
MiniCalendarDayCell
  
mouseOutHandler(event:MouseEvent):void
MiniCalendarDayCell
  
mouseOverHandler(event:MouseEvent):void
MiniCalendarDayCell
Protected Methods
 MethodDefined By
  
[override]
MiniCalendarDayCell
  
[override]
MiniCalendarDayCell
  
measure():void
[override]
MiniCalendarDayCell
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
MiniCalendarDayCell
Public Constants
 ConstantDefined By
  DAY_CELL_SIZE : Number = 18
[static]
MiniCalendarDayCell
Property Detail
backgroundColorproperty
backgroundColor:Number  [read-only]


Implementation
    public function get backgroundColor():Number
dateproperty 
date:Date


Implementation
    public function get date():Date
    public function set date(value:Date):void
enableTextproperty 
enableText:Boolean


Implementation
    public function get enableText():Boolean
    public function set enableText(value:Boolean):void
numberOfItemsproperty 
numberOfItems:Number


Implementation
    public function get numberOfItems():Number
    public function set numberOfItems(value:Number):void
selectedproperty 
selected:Boolean


Implementation
    public function get selected():Boolean
    public function set selected(value:Boolean):void
Constructor Detail
MiniCalendarDayCell()Constructor
public function MiniCalendarDayCell(owner:KCMiniCalendar)



Parameters
owner:KCMiniCalendar
Method Detail
commitProperties()method
override protected function commitProperties():void

createChildren()method 
override protected function createChildren():void

measure()method 
override protected function measure():void

mouseOutHandler()method 
public function mouseOutHandler(event:MouseEvent):void

Parameters

event:MouseEvent

mouseOverHandler()method 
public function mouseOverHandler(event:MouseEvent):void

Parameters

event:MouseEvent

updateDisplayList()method 
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number

Constant Detail
DAY_CELL_SIZEConstant
public static const DAY_CELL_SIZE:Number = 18