| Class | Description |
| uiEvent |
The uiEvent class represents the event object passed to the event listener for certain
uiComponent events. |
| uiInteractiveItemEvent |
The uiInteractiveItemEvent class defines events that are dispatched due to user interactions with
list or menu items (uiInteractiveItem objects). |
| uiMenuEvent |
The uiMenuEvent class defines events that are dispatched due to menu activities. |
| uiModelEvent |
The uiModelEvent class defines events that are dispatched by uiModel . |
| uiMoveEvent |
The uiMoveEvent class defines the "move" event that is dispatched when a component is
explicitly moved via the move() method. |
| uiResizeEvent |
The uiResizeEvent class defines the "resize" event that is dispatched when a component is
explicitly resized via the setSize() method. |
| uiScrollEvent |
The uiScrollEvent class defines the "scroll" event that is dispatched when a scrollable
area is scrolled. |