| Class | Description |
---|
| ColorChangeEvent | |
| DropDownEvent |
The DropDownEvent class represents the event object passed to
the event listener for the open and close events. |
| ElementExistenceEvent |
The ElementExistenceEvent class represents events that are dispatched when
an element of a Group is created or destroyed. |
| GridCaretEvent |
The GridCaretEvent class represents events that are dispatched when
the caret changes in a Spark DataGrid control as the result of
user interaction. |
| GridEvent |
The GridEvent class extends the MouseEvent class to includes additional
grid specific information based on the event's location relative to a grid cell. |
| GridItemEditorEvent |
The GridItemEditorEvent class represents events that are dispatched over
the life cycle of an item editor. |
| GridSelectionEvent |
The GridSelectionEvent class represents events that are dispatched when
the selection changes in a Spark DataGrid control as the
result of user interaction. |
| GridSelectionEventKind |
The GridSelectionEventKind class defines constants for the valid values
of the spark.events.GridSelectionEvent class kind property. |
| GridSortEvent |
The GridSortEvent class represents events that are dispatched when
the data provider of a Spark DataGrid control is sorted as the
result of the user clicking on the header of a column in the DataGrid. |
| IndexChangeEvent |
The IndexChangeEvent class represents events that are dispatched when
an index changes in a Spark component. |
| ListEvent |
ListEvents dispatched by ListBase components like ButtonBar and List
in response to MouseEvents are constructed with
the incoming mouse event's properties. |
| LoaderInvalidationEvent |
The LoaderInvalidationEvent class represents events that are dispatched
to notify ContentRequest instances that their original request
has been invalidated. |
| MenuEvent | |
| MobileGridHeaderEvent |
The MobileGridHeaderEvent class represents events that are dispatched when
the user clicks on the header of a column in the DataGrid to sort it. |
| PopUpEvent |
The PopUpEvent class represents an event dispatched by the SkinnablePopUpContainer. |
| RendererExistenceEvent |
The RendererExistenceEvent class represents events that are
dispatched when a renderer of a Spark DataGroup is added or removed. |
| TextOperationEvent |
The TextOperationEvent class represents events that are dispatched
when text content changes due to user operations
such as inserting characters, backspacing, pasting,
or changing text attributes. |
| TitleWindowBoundsEvent |
The TitleWindowBoundsEvent class represents event objects
that are dispatched when bounds of a
Spark TitleWindow changes, either by moving or resizing. |
| TrackBaseEvent |
Represents events that are dispatched from a TrackBase component. |
| ViewNavigatorEvent |
The ViewNavigatorEvent class represents event objects dispatched by the
View class. |