Event
Direct Subclass:
Indirect Subclass:
ButtonToggledEvent, CheckButtonCheckedEvent, ClickPanelEvent, CommandEvent, CommandSubmittedEvent, CurrentDefaultButtonSetEvent, CursorEnteredEvent, CursorExitedEvent, CursorMovedEvent, KeyCodeReleasedEvent, KeyCodeTypedEvent, KeyFocusTickedEvent, MouseFocusTickedEvent, MouseOutEvent, MouseOverEvent, MousePressedEvent, MouseReleasedEvent, OnMouseFocusTickedEvent, OnRequestFocusEvent, RadioButtonCheckedEvent, ScrollBarSliderMovedEvent, SliderDragEndEvent, SliderDragStartEvent, SliderMovedEvent, TextChangedEvent, TextClickedEvent, TextKillFocusEvent, TextNewLineEvent
Represents an event that bubbles up
Constructor Summary
Public Constructor | ||
public |
Creates a default Event |
Member Summary
Public Members | ||
public get |
bubbles: * Wether this event should bubble up the DOM tree |
|
public get |
cancelable: * Wether preventDefault can be called to stop the default action |
|
public get |
target: * The element where the Event originated |
|
public get |
The type of the event |
Method Summary
Public Methods | ||
public |
Prevents the default action from happening. |
|
public |
Stops the event from bubbling up. |
Protected Methods | ||
protected |
_cancel() |