| Interface | Description |
|---|---|
| ActionExecutor |
The action executor.
|
| ActionParameterHook<T,U,V> |
ActionParameterHook is used to setup actions targets with initial values and
get the action return value.
|
| Checkable |
The checkable interface.
|
| DialogInteraction |
A typed version of the ActionParameterHook interface.
|
| Displayable | |
| Hookable<T> |
Defines the hook methods of a g9 action.
|
| HookInvoker |
The invoke method is used to invoke a hook method on the correct thread type
(either gui or worker).
|
| Obtainable |
The obtainable interface defines the obtained hook.
|
| Parameter<T> |
Represents a parameter in a remote service invocation.
|
| ParameterBinding<A> |
Represents a parameter binding in a remote service invocation.
|
| RemoteServiceTarget |
Representation of a remote service target.
|
| Class | Description |
|---|---|
| ActionFactory |
This class is responsible for creating actions and managing hooks.
|
| ActionHook<T> |
The base action hook class
|
| ActionHookAdapter<T> |
The action hook adapter offers an empty implementation of the basic hook
methods.
|
| ActionHookList<T> |
A wrapper class for a List of action hooks.
|
| ActionInfo |
This class represents an action definition for a dialog method.
|
| ActionStage<V> | |
| ActionTask<V> |
The task that is performed by an action
|
| CheckableAction<V> |
The checkable action is an action that will perform a dialog check.
|
| CheckableHookAdapter<T> | |
| DisplayableAction<V> | |
| DisplayableHookAdapter<T> |
The hook adapter suitable for hooking on to displayable actions (e.g.
|
| EventContext |
Class used to communicate an event from the view to the controller.
|
| G9Action<V> |
The base g9 action class.
|
| HookConfigurator |
Hook configurator
|
| ObtainableAction<V> | |
| ObtainableHookAdapter<T> | |
| PaginatorEvent |
PaginatorEvent is used to signal that a paginator navigation button has been clicked.
|
| Succeeding<V> |
The succeeded state, invokes the succeeded hook.
|
| Enum | Description |
|---|---|
| CheckType |
Various check change enumerations.
|
| PaginatorEvent.NavigationButton |
Enumerates the paging buttons
|
| ThreadType |
Enumerates the type of thread a hook method can be invoked on.
|
| Annotation Type | Description |
|---|---|
| ThreadInfo |
Annotation denoting the thread a method is to be invoked on, either
a worker thread or a gui thread (where applicable).
|
Copyright © 2006–2017 Esito AS. All rights reserved.