- call() - Method in class no.g9.client.core.action.CheckableAction
-
- call() - Method in class no.g9.client.core.action.DisplayableAction
-
- call() - Method in class no.g9.client.core.action.G9Action
-
Performs the action and invokes hooks.
- call() - Method in class no.g9.client.core.action.ObtainableAction
-
- call() - Method in class no.g9.client.core.action.Succeeding
-
- CallBack - Interface in no.g9.client.core.controller
-
Defines the method used to get back to a dialog that opened another dialog.
- callBack(DialogCallBackValue) - Method in interface no.g9.client.core.controller.CallBack
-
Invoked by the opened dialog to get back to the caller.
- CALLBACK_PORT - Static variable in class no.g9.client.core.communication.SystemMessage
-
This port is used to handle call backs in dialog interactions.
- CALLBACK_TEMPLATE - Static variable in class no.g9.client.core.communication.SystemMessage
-
Send messages to this address for call back in dialog interactions.
- CallBackProvider - Interface in no.g9.client.core.controller
-
CallBackProvider declares the method getCallBack() which
is useful when defining a DialogSetupValue.
- cancel() - Method in class no.g9.client.core.action.G9Action
-
Cancel the action.
- cancelAction() - Method in class no.g9.client.core.action.ActionHookAdapter
-
Cancel the ongoing action.
- cancelled() - Method in class no.g9.client.core.action.ActionHookAdapter
-
- CANCELLED - Variable in class no.g9.client.core.action.G9Action
-
Flag - true if action is cancelled.
- cancelled() - Method in interface no.g9.client.core.action.Hookable
-
The canceled hook, invoked if the action is canceled before or during the
execution of the action.
- Checkable - Interface in no.g9.client.core.action
-
The checkable interface.
- CheckableAction<V> - Class in no.g9.client.core.action
-
The checkable action is an action that will perform a dialog check.
- CheckableAction(ActionType, ActionTarget, ActionTask<V>, Class<V>, DialogController) - Constructor for class no.g9.client.core.action.CheckableAction
-
Constructs a new checkable g9 action.
- CheckableHookAdapter<T> - Class in no.g9.client.core.action
-
- CheckableHookAdapter() - Constructor for class no.g9.client.core.action.CheckableHookAdapter
-
- checkChange(RoleConstant, CheckType) - Method in class no.g9.client.core.controller.DialogController
-
Perform the specified check change on the specified role.
- checked(Boolean) - Method in interface no.g9.client.core.action.Checkable
-
Hook method invoked when an action is finished checking the dialog.
- checked(Boolean) - Method in class no.g9.client.core.action.CheckableHookAdapter
-
Hook method invoked when an action is finished checking the dialog.
- checking - Variable in class no.g9.client.core.action.CheckableAction
-
The checking state, invokes the check task, the hook and returns the
result
- CheckType - Enum in no.g9.client.core.action
-
Various check change enumerations.
- cleanUpHook() - Method in class no.g9.client.core.action.G9Action
-
Decouples the relation between this action and the action hook.
- clear(RoleConstant, boolean) - Method in class no.g9.client.core.controller.DialogController
-
Clears the specified role and all children.
- clear(DialogObjectConstant, Property<?>) - Method in class no.g9.client.core.view.ListRow
-
- clear(DialogObjectConstant, Property<?>) - Method in interface no.g9.client.core.view.PropertyManager
-
Clear the specified property of the specified dialog object.
- clear() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- clear() - Method in interface no.g9.client.core.view.table.TableModel
-
Clears this table model by removing all ListRows.
- clear() - Method in interface no.g9.client.core.view.tree.TreeModel
-
Clears this tree model by removing all root nodes.
- clearAll() - Method in class no.g9.client.core.view.ListRow
-
- clearAll(DialogObjectConstant) - Method in class no.g9.client.core.view.ListRow
-
- clearAll() - Method in interface no.g9.client.core.view.PropertyManager
-
Clears all properties managed by this property manager.
- clearAll(DialogObjectConstant) - Method in interface no.g9.client.core.view.PropertyManager
-
Clear all properties belonging to the specified dialog object.
- clearCurrent(RoleConstant, boolean) - Method in class no.g9.client.core.controller.DialogController
-
Clears the current instance of the specified role and propagates the
change to children.
- cleared() - Method in interface no.g9.client.core.action.Displayable
-
The cleared hook.
- cleared() - Method in class no.g9.client.core.action.DisplayableHookAdapter
-
- clearKeepKeys(RoleConstant) - Method in class no.g9.client.core.controller.DialogController
-
Clears the specified role and children but keeps the data belonging to
the key fields.
- clearObject(DialogConstant) - Method in interface no.g9.client.core.view.ApplicationView
-
Clear the given dialog.
- clearObject(DialogObjectConstant) - Method in interface no.g9.client.core.view.DialogView
-
Clear the given dialog object.
- clearRowFilters() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- clearRowFilters() - Method in interface no.g9.client.core.view.table.TableModel
-
Removes all row filters used by this table model.
- clearViewModel() - Method in interface no.g9.client.core.view.ViewModel
-
Clear all fields of the view model.
- close(DialogConstant) - Method in interface no.g9.client.core.view.ApplicationView
-
Close the given dialog.
- closeDialogInstance(DialogInstance) - Method in class no.g9.client.core.controller.ApplicationController
-
Close dialog instance identified by the dialogInstance key.
- code() - Method in class no.g9.client.core.communication.G9ActionPayload
-
- code() - Method in class no.g9.client.core.communication.SystemMessage
-
Codes this message
- CommunicationError - Class in no.g9.client.core.communication
-
This class is used to hold error information for a failed
message.
- CommunicationError(String) - Constructor for class no.g9.client.core.communication.CommunicationError
-
Create a new error object from the given JSON representation.
- comparableFilter(DialogObjectConstant, U, RowFilter.FilterType) - Static method in class no.g9.client.core.view.table.RowFilter
-
Create a filter that uses a java.lang.Comparable filter value.
- compare(DialogObjectConstant, DialogObjectConstant) - Method in class no.g9.client.core.util.TabIndexComparator
-
- compare(T, T) - Method in class no.g9.client.core.view.table.ListRowComparator
-
- compare(TreeNode, TreeNode) - Method in class no.g9.client.core.view.tree.TreeNodeComparator
-
- compare(Object, Object) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Used to compare two list objects.
- compareTo(ListRowComparator<T>) - Method in class no.g9.client.core.view.table.ListRowComparator
-
- contextHook(ClientContext) - Method in interface no.g9.client.core.action.Obtainable
-
The client context hook, invoked after the obtained hook and before the
performed hook.
- contextHook(ClientContext) - Method in class no.g9.client.core.action.ObtainableHookAdapter
-
- ConverterValidator - Class in no.g9.client.core.validator
-
A field validator that returns true unless there is a converter specified for
the field, and a call to convert the candidate value (to model) results in a
ConvertException.
- ConverterValidator() - Constructor for class no.g9.client.core.validator.ConverterValidator
-
- convertToModel(T) - Method in class no.g9.client.core.validator.ValidateContext
-
Converts the specified view value to the corresponding domain value using
the attribute's converter.
- createBeanRef(String) - Method in class no.g9.client.core.view.ListRow
-
Creates a bean reference that is a concatenation of the
beanName and the dialogIntanceNumber.
- createBook(ObjectSelection, File, WorkbookProvider.WORKBOOK_FORMAT) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Creates the workbook in the input file.
- createBook(ObjectSelection, OutputStream, WorkbookProvider.WORKBOOK_FORMAT) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Creates the workbook in the input file.
- createCell(DialogObjectConstant, Sheet, G9ExcelCell, boolean, short) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Creates a cell for the given element.
- createCell(DialogObjectConstant, Sheet, G9ExcelCell, boolean, int, short) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Creates the cell for the element.
- createCell(DialogObjectConstant, Sheet, G9ExcelCell, boolean, int, String, short) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Creates the cell for the element.
- createDialogInstance(DialogConstant, int) - Method in class no.g9.client.core.controller.ApplicationController
-
Creates a new dialog instance and pushes it on top of the stack.
- createTable(ObjectSelection, RoleConstant, List<TableColumnData>, Sheet, G9ExcelCell, boolean, DialogObjectConstant) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Creates cells for a table.
- createWorkbook(WorkbookProvider.WORKBOOK_FORMAT) - Method in class no.g9.client.spreadsheet.DefaultWorkbookProvider
-
- createWorkbook(WorkbookProvider.WORKBOOK_FORMAT) - Method in interface no.g9.client.spreadsheet.WorkbookProvider
-
Create a new workbook in the given format.