| Package | Description |
|---|---|
| no.g9.client.core.action |
Package containing the g9 action classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected ActionTask<V> |
G9Action.actionTask
The actual task to perform
|
| Modifier and Type | Method and Description |
|---|---|
protected ActionTask<V> |
G9Action.getActionTask()
Gets the callable action task of this action
|
ActionTask<?> |
RemoteServiceTarget.getActionTask()
Get the action task - viz.
|
| Modifier and Type | Method and Description |
|---|---|
<T> G9Action<T> |
ActionFactory.getAction(ActionType actionType,
ActionTarget target,
Class<T> targetType,
ActionTask<T> actionTask,
ApplicationController applicationController)
Returns a G9Action for the specified application controller.
|
<T> G9Action<T> |
ActionFactory.getAction(ActionType actionType,
ActionTarget target,
Class<T> targetType,
ActionTask<T> actionTask,
DialogController dialogController)
Creates an action that corresponds to the specified type and target.
|
| Constructor and Description |
|---|
CheckableAction(ActionType actionType,
ActionTarget actionTarget,
ActionTask<V> actionTask,
Class<V> resultClass,
DialogController dialogController)
Constructs a new checkable g9 action.
|
DisplayableAction(ActionType actionType,
ActionTarget actionTarget,
ActionTask<V> actionTask,
Class<V> resultClass,
DialogController dialogController)
Constructs a new displayable g9 action.
|
G9Action(ActionType actionType,
ActionTarget actionTarget,
ActionTask<V> actionTask,
Class<V> resultClass,
ApplicationController applicationController)
Constructs a new g9 action
|
G9Action(ActionType actionType,
ActionTarget actionTarget,
ActionTask<V> actionTask,
Class<V> resultClass,
DialogController dialogController)
Constructs a new g9 action
|
ObtainableAction(ActionType actionType,
ActionTarget actionTarget,
ActionTask<V> actionTask,
Class<V> resultClass,
DialogController dialogController)
Constructs a new obtainable g9 action.
|
Copyright © 2006–2017 Esito AS. All rights reserved.