| Package | Description |
|---|---|
| no.g9.client.core.action |
Package containing the g9 action classes.
|
| no.g9.client.core.controller |
| Modifier and Type | Method and Description |
|---|---|
protected ActionHookList<V> |
G9Action.getActionHookList()
Returns the list of action hooks used by this action.
|
ActionHookList<?> |
ActionFactory.getActionHookList(ActionTarget actionTarget,
ActionType actionType)
Get the list of action hooks for the specified action target and type.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CheckableAction.setActionHookList(ActionHookList<V> actionHookList) |
protected void |
G9Action.setActionHookList(ActionHookList<V> actionHookList)
Sets the list of action hooks to be used by this action.
|
protected void |
DisplayableAction.setActionHookList(ActionHookList<V> actionHookList) |
protected void |
ObtainableAction.setActionHookList(ActionHookList<V> actionHookList) |
| Modifier and Type | Method and Description |
|---|---|
protected ActionHookList<?> |
ApplicationController.getActionHookList(ActionTarget actionTarget,
ActionType actionType)
Get the specified action hooks.
|
ActionHookList<?> |
DialogController.getActionHookList(ActionTarget actionTarget,
ActionType actionType)
Get the list of action hooks for the specified action target and type.
|
Copyright © 2006–2017 Esito AS. All rights reserved.