| Package | Description |
|---|---|
| no.g9.client.core.action |
Package containing the g9 action classes.
|
| no.g9.client.core.controller | |
| no.g9.client.core.converter | |
| no.g9.client.core.util | |
| no.g9.client.core.validator | |
| no.g9.client.core.view |
| Modifier and Type | Method and Description |
|---|---|
DialogController |
G9Action.getController()
Returns the dialog controller that initiated this action
|
DialogController |
G9Action.getDialogController() |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
U |
ActionParameterHook.getActionReturnValue(U providedReturnValue,
DialogController actionInvoker,
V actionTarget)
Get the return value from the action.
|
G9Action<?> |
ActionFactory.getInvokeAction(RemoteServiceTarget rst,
DialogController dialogController)
Create the specified invoke action that will bind parameters and invoke
the remote service.
|
T |
ActionParameterHook.getSetupValue(T providedSetupValue,
DialogController actionInvoker,
V actionTarget)
Get the setup value that will be used to setup the action 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,
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.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends DialogController> |
ApplicationController.getDialogController(DialogConstant dialogConstant)
Get the current dialog controller for the specified dialog.
|
<T extends DialogController> |
ApplicationController.getDialogController(DialogInstance dialogInstance)
Gets the dialog controller identified by the dialog instance key.
|
<T extends DialogController> |
DialogCallBackValue.getSource() |
| Modifier and Type | Method and Description |
|---|---|
DialogController |
ApplicationController.setActiveDialogInstance(DialogInstance dialogInstanceKey)
Sets the active dialog instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<DialogController> |
ApplicationController.getOpenDialogs()
Get a list of dialog controllers for all open dialogs.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ApplicationController.addCallBack(DialogController actionInvoker,
DialogConstant callee,
CallBack callBack)
Add the given call back to the map of pending call backs for this application.
|
void |
ApplicationController.registerController(int instanceNumber,
DialogController newController)
Registers the controller.
Warning: this method should not be used by developers. |
void |
DialogCallBackValue.setSource(DialogController source) |
| Constructor and Description |
|---|
DialogCallBackValue(DialogController source,
Object value)
Creates a new call back value with the specified source and value, and a
null opCode value. |
DialogCallBackValue(DialogController source,
Object value,
Integer opCode)
Creates a new call back value with the specified source, value and opCode
|
DialogCallBackValue(DialogController source,
Object value,
Integer opCode,
Message message)
Creates a new call back value with the specified source, value and opCode
|
DialogCallBackValue(DialogController source,
Object value,
Integer opCode,
Message message,
DialogCallBackValue.Flag flagValue)
Creates a new call back value with the specified source, value and opCode
|
| Modifier and Type | Method and Description |
|---|---|
DialogController |
FieldConvertContext.getDialogController() |
| Constructor and Description |
|---|
FieldConvertContext(DialogController dCtrl,
DialogObjectConstant dObjectConstant)
Constructs a new ValidationContext
|
| Modifier and Type | Method and Description |
|---|---|
static String |
QueryBuilder.buildAutoCompleteQuery(String valueAttribute,
List<String> columnAttributes,
String columnValue,
DialogController dialogController)
Builds the auto complete query.
|
static Object[] |
QueryBuilder.buildAutoCompleteQueryWithParameters(String valueAttribute,
List<String> columnAttributes,
String columnValue,
DialogController dialogController)
Builds the auto complete query.
|
| Constructor and Description |
|---|
RoleNameHelper(DialogController dialogController)
Instantiates a new role name helper.
|
| Modifier and Type | Method and Description |
|---|---|
DialogController |
ValidateContext.getDialogController() |
| Constructor and Description |
|---|
ValidateContext(DialogController dCtrl,
DialogObjectConstant dObjectConstant)
Constructs a new ValidationContext
|
ValidateContext(DialogController dCtrl,
DialogObjectConstant dialogObject,
ActionType actionType)
Construct a new Validate Context.
|
ValidateContext(DialogController dCtrl,
ListRow lRow,
DialogObjectConstant dObjectConstant)
Constructs a new ValidationContext
|
ValidateContext(DialogController dCtrl,
ListRow lRow,
DialogObjectConstant dObjectConstant,
ActionType action)
Construct a new Validation Context.
|
| Modifier and Type | Method and Description |
|---|---|
DialogController |
ViewModel.getDialogController()
Get the dialog controller for this view model.
|
Copyright © 2006–2017 Esito AS. All rights reserved.