Interface | Description |
---|---|
UiEvent |
This is the interface for an event of the UI.
|
Class | Description |
---|---|
AbstractUiEvent |
This is the abstract base implementation of
UiEvent . |
UiEventClick |
This is the implementation of
UiEvent for EventType.CLICK . |
UiEventClose |
This is the implementation of
UiEvent for EventType.CLOSE . |
UiEventCollapse |
This is the implementation of
UiEvent for EventType.COLLAPSE . |
UiEventCollapseOrExpand | |
UiEventExpand |
This is the implementation of
UiEvent for EventType.EXPAND . |
UiEventFocus | |
UiEventFocusGain |
This is the implementation of
UiEvent for EventType.FOCUS_GAIN . |
UiEventFocusLoss |
This is the implementation of
UiEvent for EventType.FOCUS_LOSS . |
UiEventMode |
This is the implementation of
UiEvent for EventType.MODE . |
UiEventOpen |
This is the implementation of
UiEvent for EventType.OPEN . |
UiEventOpenOrClose |
This is the implementation of
UiEvent for EventType.CLICK . |
UiEventSelectionChange<VALUE> |
This is the implementation of
UiEvent for EventType.SELECTION_CHANGE . |
UiEventValueChange<VALUE> |
This is the implementation of
UiEvent for EventType.VALUE_CHANGE . |
Enum | Description |
---|---|
EventType |
This enum contains the available types of a
UiEvent . |
client UI API
. It contains
UiEvent
and derived classed for the different
EventType
s.Copyright © 2001–2016 mmm-Team. All rights reserved.