Package | ardisia.scheduling.calendar.events |
Class | public class CalendarEvent |
Inheritance | CalendarEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
dtEnd : Date
The end date for the item. | CalendarEvent | ||
dtStart : Date
The start date for the item. | CalendarEvent | ||
renderer : Object
The renderer that triggered the event. | CalendarEvent | ||
schedulingData : SchedulingData
The SchedulingData object (item in the dataProvider) that was used
to create the item. | CalendarEvent |
Method | Defined By | ||
---|---|---|---|
CalendarEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, schedulingData:SchedulingData = null, renderer:Object = null, dtStart:Date = null, dtEnd:Date = null) | CalendarEvent | ||
clone():Event [override]
Necessary for re-dispatching to work. | CalendarEvent |
Constant | Defined By | ||
---|---|---|---|
DISPLAYED_DATES_CHANGED : String = displayedDatesChanged [static] | CalendarEvent | ||
GRID_LABEL_MOUSE_DOWN : String = gridLabelMouseDown [static] | CalendarEvent | ||
ITEM_CLICK : String = itemClick [static] | CalendarEvent | ||
ITEM_DRAG_END : String = itemDragEnd [static] | CalendarEvent | ||
ITEM_DRAG_STARTING : String = itemDragStarting [static] | CalendarEvent | ||
SELECTED_DATA_CHANGE : String = selectedDataChange [static] | CalendarEvent | ||
SELECTED_PERIOD_CHANGE : String = selectedPeriodChange [static] | CalendarEvent |
dtEnd | property |
public var dtEnd:Date
The end date for the item.
The default value is null
.
dtStart | property |
public var dtStart:Date
The start date for the item.
The default value is null
.
renderer | property |
public var renderer:Object
The renderer that triggered the event.
The default value is null
.
schedulingData | property |
public var schedulingData:SchedulingData
The SchedulingData object (item in the dataProvider) that was used to create the item.
The default value is null
.
CalendarEvent | () | Constructor |
public function CalendarEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, schedulingData:SchedulingData = null, renderer:Object = null, dtStart:Date = null, dtEnd:Date = null)
type:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
| |
schedulingData:SchedulingData (default = null )
| |
renderer:Object (default = null )
| |
dtStart:Date (default = null )
| |
dtEnd:Date (default = null )
|
clone | () | method |
override public function clone():Event
Necessary for re-dispatching to work.
ReturnsEvent — CalendarEvent
|
DISPLAYED_DATES_CHANGED | Constant |
public static const DISPLAYED_DATES_CHANGED:String = displayedDatesChanged
GRID_LABEL_MOUSE_DOWN | Constant |
public static const GRID_LABEL_MOUSE_DOWN:String = gridLabelMouseDown
ITEM_CLICK | Constant |
public static const ITEM_CLICK:String = itemClick
ITEM_DRAG_END | Constant |
public static const ITEM_DRAG_END:String = itemDragEnd
ITEM_DRAG_STARTING | Constant |
public static const ITEM_DRAG_STARTING:String = itemDragStarting
SELECTED_DATA_CHANGE | Constant |
public static const SELECTED_DATA_CHANGE:String = selectedDataChange
SELECTED_PERIOD_CHANGE | Constant |
public static const SELECTED_PERIOD_CHANGE:String = selectedPeriodChange