Package | com.distriqt.extension.calendar.events |
Class | public class CalendarStatusEvent |
Inheritance | CalendarStatusEvent flash.events.Event |
Method | Defined By | ||
---|---|---|---|
CalendarStatusEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
| CalendarStatusEvent | ||
clone():Event [override]
| CalendarStatusEvent |
Constant | Defined By | ||
---|---|---|---|
UI_CANCEL : String = calendar:ui:cancel [static]
Dispatched when the user presses Cancel on a UI
element, i.e. | CalendarStatusEvent | ||
UI_DELETE : String = calendar:ui:delete [static]
| CalendarStatusEvent | ||
UI_SAVE : String = calendar:ui:save [static]
Dispatched when the user presses Save on a UI
element, i.e. | CalendarStatusEvent |
CalendarStatusEvent | () | Constructor |
public function CalendarStatusEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
Parameterstype:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
Returns
Event |
UI_CANCEL | Constant |
public static const UI_CANCEL:String = calendar:ui:cancel
Dispatched when the user presses Cancel on a UI
element, i.e. the addEventWithUI
functionality.
The event will not be saved or appear in the calendar
UI_DELETE | Constant |
public static const UI_DELETE:String = calendar:ui:delete
UI_SAVE | Constant |
public static const UI_SAVE:String = calendar:ui:save
Dispatched when the user presses Save on a UI
element, i.e. the addEventWithUI
functionality.
If this event is receieved the previous event should now be in the users calendar
This event is not functioning with recent updates to the Android calendar application due to a bug in the activity process. We're working on a solution but currently do not rely on this event.