- ActionExecutor - Interface in no.g9.client.core.action
-
The action executor.
- ActionFactory - Class in no.g9.client.core.action
-
This class is responsible for creating actions and managing hooks.
- ActionFactory() - Constructor for class no.g9.client.core.action.ActionFactory
-
- ActionHook<T> - Class in no.g9.client.core.action
-
The base action hook class
- ActionHook() - Constructor for class no.g9.client.core.action.ActionHook
-
- ActionHookAdapter<T> - Class in no.g9.client.core.action
-
The action hook adapter offers an empty implementation of the basic hook
methods.
- ActionHookAdapter() - Constructor for class no.g9.client.core.action.ActionHookAdapter
-
- ActionHookList<T> - Class in no.g9.client.core.action
-
A wrapper class for a List of action hooks.
- ActionHookList() - Constructor for class no.g9.client.core.action.ActionHookList
-
- ActionInfo - Class in no.g9.client.core.action
-
This class represents an action definition for a dialog method.
- ActionInfo(ActionType, ActionTarget, String) - Constructor for class no.g9.client.core.action.ActionInfo
-
Create a new ActionInfo object with the given parameters.
- ActionParameterHook<T,U,V> - Interface in no.g9.client.core.action
-
ActionParameterHook is used to setup actions targets with initial values and
get the action return value.
- ActionStage<V> - Class in no.g9.client.core.action
-
- ActionStage(G9Action<V>) - Constructor for class no.g9.client.core.action.ActionStage
-
- ActionTask<V> - Class in no.g9.client.core.action
-
The task that is performed by an action
- ActionTask() - Constructor for class no.g9.client.core.action.ActionTask
-
- actionTask - Variable in class no.g9.client.core.action.G9Action
-
The actual task to perform
- actionType - Variable in class no.g9.client.core.communication.G9ActionPayload
-
The action type.
- ACTIVE_INSTANCE_PORT - Static variable in class no.g9.client.core.communication.SystemMessage
-
This port is used for setting the active dialog instance (for Close, Hide and Show actions).
- ACTIVE_INSTANCE_TEMPLATE - Static variable in class no.g9.client.core.communication.SystemMessage
-
Send messages to this address for setting the active dialog instance.
- add(T...) - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- add(Collection<T>) - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- add(T...) - Method in interface no.g9.client.core.view.table.TableModel
-
Appends the specified rows to this table data's list.
- add(Collection<T>) - Method in interface no.g9.client.core.view.table.TableModel
-
Appends the specified rows to this table data's list.
- addCallBack(DialogController, DialogConstant, CallBack) - Method in class no.g9.client.core.controller.ApplicationController
-
Add the given call back to the map of pending call backs for this application.
- addMenu(Menu) - Method in class no.g9.client.core.view.menu.Menu
-
Add a menu to this menu.
- addMenuItem(MenuItem) - Method in class no.g9.client.core.view.menu.Menu
-
Add a menu item to this menu.
- addMethod(String, String) - Method in class no.g9.client.core.view.menu.MenuItem
-
Add a new method for the given event.
- addRowFilter(RowFilter<?, ListRow>) - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- addRowFilter(RowFilter<?, ListRow>) - Method in interface no.g9.client.core.view.table.TableModel
-
Add the row filter to this table model.
- addRowFilter(RowFilter<?, ListRow>) - Method in interface no.g9.client.core.view.tree.TreeModel
-
Add the row filter to this tree model.
- addRowFilters(Collection<RowFilter<?, ListRow>>) - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- addRowFilters(Collection<RowFilter<?, ListRow>>) - Method in interface no.g9.client.core.view.table.TableModel
-
Add the row filters to this table model.
- addRowFilters(Collection<RowFilter<?, ListRow>>) - Method in interface no.g9.client.core.view.tree.TreeModel
-
Add the row filters to this tree model.
- addSeparator(Separator) - Method in class no.g9.client.core.view.menu.Menu
-
Add a separator to this menu.
- addTreeNodeComparator(DialogObjectConstant, TreeNodeComparator) - Method in interface no.g9.client.core.view.tree.TreeModel
-
Set the TreeNodeComparator to use when sorting this tree model.
- addValidator(FieldValidator) - Method in class no.g9.client.core.validator.ValidatorChainValidator
-
Adds a validator to the chain.
- ALERT_PORT - Static variable in class no.g9.client.core.communication.SystemMessage
-
This port is used for displaying alert messages in the UA.
- ALERT_RECEIVER - Static variable in class no.g9.client.core.communication.SystemMessage
-
Send messages to this address for the alert port.
- ALERT_TEMPLATE - Static variable in class no.g9.client.core.communication.SystemMessage
-
Send messages to this address for displaying alert messages in the UA.
- ANY_RECEIVER - Static variable in class no.g9.client.core.communication.SystemMessage
-
The system will forward the message to any system implementing this port.
- ApplicationController - Class in no.g9.client.core.controller
-
The application controller.
- ApplicationController(String) - Constructor for class no.g9.client.core.controller.ApplicationController
-
Constructs a new application controller
- ApplicationView - Interface in no.g9.client.core.view
-
The controller as seen from the view.
- autoResizeAll(Sheet) - Static method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Resize all columns according to the data, in all sheets from the workbook that contains the given sheet.