- handleCommunicationError(CommunicationError) - Method in class no.g9.client.core.controller.ApplicationController
-
This method is called when there was a problem sending a message to an external application.
- hasAvailableDialogInstance(DialogConstant) - Method in class no.g9.client.core.controller.ApplicationController
-
Checks for available dialog instance.
- hasConversionErrors(RoleConstant) - Method in class no.g9.client.core.controller.DialogController
-
Test if there are any current conversion errors for the specified role
- hasConverter() - Method in interface no.g9.client.core.action.ParameterBinding
-
Test if this remote service parameter has a registered converter.
- hashCode() - Method in class no.g9.client.core.controller.ExternalDialogConstant
-
- hashCode() - Method in class no.g9.client.core.validator.ValidationResult
-
- hashCode() - Method in class no.g9.client.core.view.Resource
-
- hashCode() - Method in class no.g9.client.core.view.table.ListRowComparator
-
- hasHook() - Method in class no.g9.client.core.action.G9Action
-
Check if this action has an associated hook.
- hide(DialogConstant) - Method in interface no.g9.client.core.view.ApplicationView
-
Hide the given dialog.
- hide(DialogObjectConstant) - Method in interface no.g9.client.core.view.DialogView
-
Hide the given dialog object.
- Hookable<T> - Interface in no.g9.client.core.action
-
Defines the hook methods of a g9 action.
- HookConfigurator - Class in no.g9.client.core.action
-
Hook configurator
- HookConfigurator() - Constructor for class no.g9.client.core.action.HookConfigurator
-
- hookFilterElement(DialogObjectConstant, Object) - Static method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Lets user code filter the data for this dialog element.
- hookInvoker - Static variable in class no.g9.client.core.action.G9Action
-
The hook invoker
- HookInvoker - Interface in no.g9.client.core.action
-
The invoke method is used to invoke a hook method on the correct thread type
(either gui or worker).