- Obtainable - Interface in no.g9.client.core.action
-
The obtainable interface defines the obtained hook.
- ObtainableAction<V> - Class in no.g9.client.core.action
-
- ObtainableAction(ActionType, ActionTarget, ActionTask<V>, Class<V>, DialogController) - Constructor for class no.g9.client.core.action.ObtainableAction
-
Constructs a new obtainable g9 action.
- ObtainableHookAdapter<T> - Class in no.g9.client.core.action
-
- ObtainableHookAdapter() - Constructor for class no.g9.client.core.action.ObtainableHookAdapter
-
- obtained(ObjectSelection) - Method in interface no.g9.client.core.action.Obtainable
-
The obtained hook, invoked after the checked hook and before the
performed hook.
- obtained(ObjectSelection) - Method in class no.g9.client.core.action.ObtainableHookAdapter
-
Default implementation of the obtained method.
- ObtainException - Exception in no.g9.client.core.controller
-
Exception thrown when something has failed during an obtain.
- ObtainException(List<ValidationResult>, List<ConvertException>) - Constructor for exception no.g9.client.core.controller.ObtainException
-
Constructs a new obtain exception.
- obtaining - Variable in class no.g9.client.core.action.ObtainableAction
-
The obtaining state - performs the obtain action and invokes the hook.
- obtainParameterValue() - Method in interface no.g9.client.core.action.ParameterBinding
-
Obtain the actual parameter value.
- open(DialogConstant) - Method in interface no.g9.client.core.view.ApplicationView
-
Open the given dialog.
- open(DialogConstant, boolean) - Method in interface no.g9.client.core.view.ApplicationView
-
Open the given dialog.
- OPEN_PORT - Static variable in class no.g9.client.core.communication.SystemMessage
-
This port is used for opening a URL in a new tab or window.
- OPEN_RECEIVER - Static variable in class no.g9.client.core.communication.SystemMessage
-
Send messages to this address for the open port.
- OPEN_TEMPLATE - Static variable in class no.g9.client.core.communication.SystemMessage
-
Send messages to this address opening a URL in a new tab or window.
- openResource(String, boolean) - Method in interface no.g9.client.core.view.ApplicationView
-
Open the given resource in the view.