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

Popup container that displays the overflow renderers for a day for the Calendar class when in the "grid" display mode.



Public Properties
 PropertyDefined By
  date : Date
IGridOverflowPopup
  rendererContainer : IVisualElementContainer
[read-only] Pseudo skin part that the host will add the item renderers to.
IGridOverflowPopup
Property Detail
dateproperty
date:Date


Implementation
    public function get date():Date
    public function set date(value:Date):void
rendererContainerproperty 
rendererContainer:IVisualElementContainer  [read-only]

Pseudo skin part that the host will add the item renderers to.


Implementation
    public function get rendererContainer():IVisualElementContainer