| Package | Description |
|---|---|
| no.g9.client.core.action |
Package containing the g9 action classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckableAction<V>
The checkable action is an action that will perform a dialog check.
|
class |
DisplayableAction<V> |
class |
ObtainableAction<V> |
| Modifier and Type | Field and Description |
|---|---|
protected G9Action<V> |
ActionStage.ga
The g9 action
|
| 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.
|
G9Action<T> |
ActionHook.getCurrentAction()
Gets the current g9 action.
|
G9Action<?> |
ActionFactory.getInvokeAction(RemoteServiceTarget rst,
DialogController dialogController)
Create the specified invoke action that will bind parameters and invoke
the remote service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionExecutor.execute(G9Action<?> action)
Executes the specified action
|
protected void |
ActionHookList.removeCurrentAction(G9Action<T> action)
Remove the given action from hooks in the list.
|
protected void |
ActionHookList.setCurrentAction(G9Action<T> currentAction)
Set the current G9 action for hooks in the list.
|
| Constructor and Description |
|---|
ActionStage(G9Action<V> g9Action) |
Copyright © 2006–2020 Esito AS. All rights reserved.