Packageardisia.scheduling.calendar.interfaces
Interfacepublic interface IGridOverflowButton extends mx.core.IVisualElement

Renderer that displays the overflow count for a particular day in the Calendar class when in the "grid" display mode.



Public Properties
 PropertyDefined By
  date : Date
IGridOverflowButton
  overflowCount : int
IGridOverflowButton
Property Detail
dateproperty
date:Date


Implementation
    public function get date():Date
    public function set date(value:Date):void
overflowCountproperty 
overflowCount:int


Implementation
    public function get overflowCount():int
    public function set overflowCount(value:int):void