| AbstractServiceConsumer<T,E extends IServiceEvent> |
|
| ClientCollapseAllEvent |
Collapse all event that can be sent to a component
so that it transforms it into TreeCollapseAllEvent for its view models.
|
| ClientEvent |
|
| ClientExpandAllEvent |
Expand all event that can be sent to a component
so that it transforms it into TreeExpandAllEvent for its view models.
|
| ClientFocusEvent |
An event sent to a component indicating it needs to focus.
|
| ClientSelectionEvent |
A selection event that can be sent to a component
so that it transforms it into SelectionEvents for its view models.
|
| ClientSetFilterEvent |
A set filter event that can be sent to a component and contains filter predicate.
|
| ClientSetSelectionEvent |
A set selection event that can be sent to a component
so that it transforms it into TableSetSelectionEvent and TreeSetSelectionEvent for its view models.
|
| CommitEvent |
The commit event, typically sent from a IView to its component.
|
| DiscardEvent |
The discard event, typically sent from a IView to its component.
|
| FocusEvent |
Focus event.
|
| OkPressedEvent |
Special implementation of IEvent that says to dialog created by IDialogViewModel that
it should be called okPressed method
|
| RelayoutEvent |
The relayout event, sent from a IView to its component.
|
| RestoreFocusEvent |
Event that should focus the last focused component (if it was stored by the scene)
or the component defined by a query if no previously focused component was found.
|
| RestoreStateEvent |
The restore state event.
|
| SceneRefreshEvent |
An event which the scene sends to its component after refresh.
|
| ServiceEventQualifier |
|
| ViewModelEvent |
The view model event.
|