| Package | Description |
|---|---|
| no.g9.client.core.action |
Package containing the g9 action classes.
|
| no.g9.client.core.communication | |
| no.g9.client.core.controller | |
| no.g9.client.core.view |
| Modifier and Type | Method and Description |
|---|---|
ApplicationController |
G9Action.getApplicationController()
Gets the application controller that initiated this action
|
protected ApplicationController |
ActionHookAdapter.getApplicationController()
Get the application controller of the ongoing action, or null if
there is no current, ongoing action.
|
| Modifier and Type | Method and Description |
|---|---|
<V> V |
HookInvoker.execute(ApplicationController appCtrl,
ThreadType threadType,
no.esito.jvine.action.HookMethod<V> hookMethod)
Invokes the specified hook method on the specified thread type.
|
<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.
|
| Constructor and Description |
|---|
G9Action(ActionType actionType,
ActionTarget actionTarget,
ActionTask<V> actionTask,
Class<V> resultClass,
ApplicationController applicationController)
Constructs a new g9 action
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationController |
SystemMessageContext.getApplicationController() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationController |
DialogController.getApplicationController()
Get the application controller for this dialog
|
static ApplicationController |
ApplicationController.getCurrentApplicationController()
Get the current application controller for this thread.
|
| Constructor and Description |
|---|
DialogController(String dialogName,
ApplicationController applicationController)
Constructs a new DialogControl with the specified dialog name.
|
DialogInstanceManager(ApplicationController applicationController)
Instantiates a new dialog instance manager.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationController |
ApplicationView.getApplicationController()
Get the referenced application controller.
|
Copyright © 2006–2017 Esito AS. All rights reserved.