- G9Action<V> - Class in no.g9.client.core.action
-
The base g9 action class.
- G9Action(ActionType, ActionTarget, ActionTask<V>, Class<V>, DialogController) - Constructor for class no.g9.client.core.action.G9Action
-
Constructs a new g9 action
- G9Action(ActionType, ActionTarget, ActionTask<V>, Class<V>, ApplicationController) - Constructor for class no.g9.client.core.action.G9Action
-
Constructs a new g9 action
- G9ActionPayload - Class in no.g9.client.core.communication
-
Payload from a SystemMessage as used in actions.
- G9ActionPayload(String) - Constructor for class no.g9.client.core.communication.G9ActionPayload
-
Creates a g9 action payload from its string representation.
- G9ActionPayload(ActionType, String) - Constructor for class no.g9.client.core.communication.G9ActionPayload
-
Creates a g9 action payload from a g9 action type.
- G9ExcelCell - Class in no.g9.client.spreadsheet
-
The class holds a cell.
- G9ExcelCell(int, int) - Constructor for class no.g9.client.spreadsheet.G9ExcelCell
-
Constructor setting the coordinates.
- G9ExcelExporter - Class in no.g9.client.spreadsheet
-
The class exports dialogs to Excel.
- G9ExcelExporter() - Constructor for class no.g9.client.spreadsheet.G9ExcelExporter
-
- ga - Variable in class no.g9.client.core.action.ActionStage
-
The g9 action
- generateSpreadsheet(ObjectSelection, DialogConstant, WorkbookProvider.WORKBOOK_FORMAT, String) - Static method in class no.g9.client.spreadsheet.StandaloneSpreadsheetExporter
-
Generates a spreadsheet based on provided object selection and dialog.
- get(int) - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- get(int) - Method in interface no.g9.client.core.view.table.TableModel
-
Get the list row at the specified table data's index (zero-based).
- getAccelerator() - Method in class no.g9.client.core.view.menu.MenuBase
-
- getAction(ActionType, ActionTarget, Class<T>, ActionTask<T>, DialogController) - Method in class no.g9.client.core.action.ActionFactory
-
Creates an action that corresponds to the specified type and target.
- getAction(ActionType, ActionTarget, Class<T>, ActionTask<T>, ApplicationController) - Method in class no.g9.client.core.action.ActionFactory
-
Returns a G9Action for the specified application controller.
- getAction() - Method in class no.g9.client.core.validator.ValidateContext
-
Get the action type (if any) that initiated this validation.
- getActionHookList(ActionTarget, ActionType) - Method in class no.g9.client.core.action.ActionFactory
-
Get the list of action hooks for the specified action target and type.
- getActionHookList() - Method in class no.g9.client.core.action.G9Action
-
Returns the list of action hooks used by this action.
- getActionHookList(ActionTarget, ActionType) - Method in class no.g9.client.core.controller.ApplicationController
-
Get the specified action hooks.
- getActionHookList(ActionTarget, ActionType) - Method in class no.g9.client.core.controller.DialogController
-
Get the list of action hooks for the specified action target and type.
- getActionReturnValue(U, DialogController, V) - Method in interface no.g9.client.core.action.ActionParameterHook
-
Get the return value from the action.
- getActionSetupValue() - Method in class no.g9.client.core.action.G9Action
-
Get the action setup value.
- getActionTarget() - Method in class no.g9.client.core.action.ActionInfo
-
- getActionTarget() - Method in class no.g9.client.core.action.G9Action
-
Gets the action target
- getActionTask() - Method in class no.g9.client.core.action.G9Action
-
Gets the callable action task of this action
- getActionTask() - Method in interface no.g9.client.core.action.RemoteServiceTarget
-
Get the action task - viz.
- getActionType() - Method in class no.g9.client.core.action.ActionInfo
-
- getActionType() - Method in class no.g9.client.core.action.G9Action
-
Returns the action type of this action
- getActiveDialogInstances(DialogConstant) - Method in class no.g9.client.core.controller.ApplicationController
-
Gets a list of active dialog instances.
- getActualParameter() - Method in interface no.g9.client.core.action.ParameterBinding
-
Get the actual parameter of this parameter binding.
- getActualParameterValue(F) - Method in interface no.g9.client.core.action.ParameterBinding
-
Get the actual parameter value of this parameter binding.
- getAll() - Method in class no.g9.client.core.controller.ExternalDialogConstant
-
- getAll() - Method in interface no.g9.client.core.controller.ViewConstant
-
Get all components
- getAllFieldData(RoleConstant) - Method in interface no.g9.client.core.view.ViewModel
-
Get all field values for a role.
- getAllInstances(RoleConstant) - Method in class no.g9.client.core.controller.DialogController
-
Get all the displayed instances of the specified role.
- getApplicationController() - Method in class no.g9.client.core.action.ActionHookAdapter
-
Get the application controller of the ongoing action, or null if
there is no current, ongoing action.
- getApplicationController() - Method in class no.g9.client.core.action.G9Action
-
Gets the application controller that initiated this action
- getApplicationController() - Method in interface no.g9.client.core.communication.SystemMessageContext
-
- getApplicationController() - Method in class no.g9.client.core.controller.DialogController
-
Get the application controller for this dialog
- getApplicationController() - Method in interface no.g9.client.core.view.ApplicationView
-
Get the referenced application controller.
- getApplicationDialogConstant() - Method in class no.g9.client.core.controller.ApplicationController
-
Return the dialog constant of the application window.
- getApplicationId() - Method in class no.g9.client.core.controller.ApplicationController
-
Gets the application ID.
- getApplicationId() - Method in class no.g9.client.core.view.menu.MenuBase
-
- getApplicationName() - Method in class no.g9.client.core.controller.ApplicationController
-
Gets the application name
- getApplicationView() - Method in class no.g9.client.core.controller.ApplicationController
-
Gets the application's view.
- getApplicationView() - Method in interface no.g9.client.core.message.JVineDispatcherContext
-
Gets the application view used in this context.
- getAttribute() - Method in interface no.g9.client.core.controller.DialogObjectConstant
-
Returns the attribute of the data item, or null if this is not a data
item.
- getAttributeFields(AttributeConstant) - Method in interface no.g9.client.core.view.ViewModel
-
Get all fields which display values for the given attribute.
- getBcMethod() - Method in class no.g9.client.spreadsheet.TableColumnData
-
Gets the name of the placement method used to place the Basic Container within this column.
- getBundle() - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Gets the resource bundle.
- getCallBack() - Method in interface no.g9.client.core.controller.CallBackProvider
-
Get the call back
- getCallee() - Method in class no.g9.client.core.action.HookConfigurator
-
returns the calle
- getCaller() - Method in class no.g9.client.core.action.HookConfigurator
-
Return the caller
- getCellAlignment() - Method in class no.g9.client.spreadsheet.TableColumnData
-
Gets a short representing the cell style, used for all cells in the current column.
- getCellFormat() - Method in class no.g9.client.spreadsheet.TableColumnData
-
Gets a String representation of the cell format, used for all cells in the current column.
- getCellProperty(int, DialogObjectConstant, Property<U>) - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getCellProperty(int, DialogObjectConstant, Property<U>) - Method in interface no.g9.client.core.view.table.TableModel
-
Get the property value for the specified cell.
- getCellProperty(T, DialogObjectConstant, Property<U>) - Method in interface no.g9.client.core.view.tree.TreeModel
-
Get the property value for the specified cell.
- getChangedAttributes(RoleConstant) - Method in class no.g9.client.core.controller.DialogController
-
Gets the changed field attributes for the specified role.
- getChangedAttributes(RoleConstant) - Method in interface no.g9.client.core.view.ViewModel
-
Get a collection of changed attributes for the given role.
- getChangedFields() - Method in interface no.g9.client.core.view.ViewModel
-
Get a collection of all changed fields for the dialog, ie.
- getChildObject(Object, OSRole<?>, RoleConstant) - Static method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Gets the child object(s) from parent.
- getChildren() - Method in class no.g9.client.core.view.menu.Menu
-
- getClientContext() - Method in class no.g9.client.core.controller.ApplicationController
-
Returns the client context
- getColumn() - Method in class no.g9.client.core.view.table.ListRowComparator
-
Get the column used when comparing rows.
- getColumn() - Method in class no.g9.client.core.view.table.RowFilter
-
Get the column this filter applies to.
- getColumn() - Method in class no.g9.client.spreadsheet.ExportElement
-
- getColumn() - Method in class no.g9.client.spreadsheet.G9ExcelCell
-
- getColumnCount() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getColumnCount() - Method in interface no.g9.client.core.view.table.TableModel
-
Get the number of columns in this table model.
- getColumnName(String, String) - Method in class no.g9.client.core.util.RoleNameHelper
-
Gets the column name.
- getColumnNamesAndDataTypes(String, List<String>, RoleNameHelper) - Static method in class no.g9.client.core.util.QueryBuilder
-
Gets the column names.
- getColumnObject(Object, RoleConstant) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Gets the column object.
- getColumns(Sheet) - Static method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Get the (maximum) number of columns in use for a sheet.
- getComponentType() - Method in interface no.g9.client.core.controller.DialogObjectConstant
-
Get the component type of the dialog object.
- getController() - Method in class no.g9.client.core.action.G9Action
-
Returns the dialog controller that initiated this action
- getConversionMessages(RoleConstant) - Method in class no.g9.client.core.controller.DialogController
-
Get a map of dialog objects and conversion error messages for the
specified role.
- getConverter() - Method in interface no.g9.client.core.action.ParameterBinding
-
Return the converter to use with this remote service parameter.
- getConverter(DialogObjectConstant) - Method in interface no.g9.client.core.view.ViewModel
-
Get the converter for the given field.
- getCurrentAction() - Method in class no.g9.client.core.action.ActionHook
-
Gets the current g9 action.
- getCurrentApplicationController() - Static method in class no.g9.client.core.controller.ApplicationController
-
Get the current application controller for this thread.
- getCurrentDialogInstance(DialogConstant) - Method in class no.g9.client.core.controller.ApplicationController
-
Gets the current instance number, i.e.
- getCurrentFieldData(RoleConstant) - Method in interface no.g9.client.core.view.ViewModel
-
Get the field values for the current (selected) fields of a role.
- getCurrentInstance(RoleConstant) - Method in class no.g9.client.core.controller.DialogController
-
Gets the current instance of the specified role.
- getCurrentInstanceList() - Method in class no.g9.client.core.action.G9Action
-
- getCurrentNotebookPage(DialogObjectConstant) - Method in interface no.g9.client.core.view.DialogView
-
Get the current page for the given Notebook.
- getCurrentPage() - Method in class no.g9.client.core.action.PaginatorEvent
-
Get the current paginator page.
- getDataModel() - Method in interface no.g9.client.core.view.tree.TreeModel
-
Get the concrete data model.
- getDefaultButton() - Method in interface no.g9.client.core.view.DialogView
-
Get the current default button for the dialog.
- getDefaultValue() - Method in enum no.g9.client.core.view.BooleanProperty
-
- getDefaultValue() - Method in enum no.g9.client.core.view.EffectProperty
-
- getDefaultValue() - Method in interface no.g9.client.core.view.Property
-
Get the default value of the property.
- getDefaultValue() - Method in class no.g9.client.core.view.StringProperty
-
- getDefaultValue() - Method in enum no.g9.client.core.view.table.ListRowComparator.Sorting
-
- getDefaultValue() - Method in enum no.g9.client.core.view.table.TableModel.SelectionModel
-
- getDefaultValue() - Method in enum no.g9.client.core.view.tree.TreeModel.Grouping
-
- getDefaultValue() - Method in enum no.g9.client.core.view.tree.TreeModel.SelectionModel
-
- getDescription() - Method in class no.g9.client.core.action.ActionInfo
-
- getDiaConst() - Method in class no.g9.client.spreadsheet.TableColumnData
-
Gets the column's DialogObjectConstant.
- getDialogConst(String) - Method in class no.g9.client.core.controller.ApplicationController
-
Get the dialog constant for the specified dialog.
- getDialogConstant() - Method in interface no.g9.client.core.controller.DialogInstance
-
Gets the dialog constant.
- getDialogController() - Method in class no.g9.client.core.action.G9Action
-
- getDialogController(DialogConstant) - Method in class no.g9.client.core.controller.ApplicationController
-
Get the current dialog controller for the specified dialog.
- getDialogController(DialogInstance) - Method in class no.g9.client.core.controller.ApplicationController
-
Gets the dialog controller identified by the dialog instance key.
- getDialogController() - Method in class no.g9.client.core.converter.FieldConvertContext
-
- getDialogController() - Method in class no.g9.client.core.validator.ValidateContext
-
- getDialogController() - Method in interface no.g9.client.core.view.ViewModel
-
Get the dialog controller for this view model.
- getDialogId() - Method in class no.g9.client.core.view.menu.MenuBase
-
- getDialogInstance() - Method in class no.g9.client.core.view.menu.Menu
-
- getDialogInstanceManager() - Method in class no.g9.client.core.controller.ApplicationController
-
Getter
- getDialogInstanceNumber() - Method in interface no.g9.client.core.controller.DialogInstance
-
Gets the dialog instance number for this dialog.
- getDialogInstanceNumber() - Method in interface no.g9.client.core.view.DialogView
-
Gets the 1-based dialog instance number.
- getDialogInstanceNumber() - Method in class no.g9.client.core.view.ListRow
-
- getDialogName() - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Retrieves the dialog name.
- getDialogObjectConstant() - Method in class no.g9.client.core.converter.FieldConvertContext
-
- getDialogObjectConstant() - Method in class no.g9.client.core.validator.ValidateContext
-
- getDialogObjectConstants() - Method in interface no.g9.client.core.view.DialogView
-
Returns the list of all dialog object constants for the dialog.
- getDialogTitle(DialogInstance) - Method in interface no.g9.client.core.view.ApplicationView
-
Get the title for the given dialog instance.
- getDialogView(DialogConstant) - Method in class no.g9.client.core.controller.ApplicationController
-
Gets the specified dialog view.
- getDialogView() - Method in class no.g9.client.core.controller.DialogController
-
Gets the dialog view class of this dialog.
- getDialogView(DialogConstant) - Method in interface no.g9.client.core.view.ApplicationView
-
Get the DialogView for the given dialog.
- getDisabledImage() - Method in class no.g9.client.core.view.menu.MenuBase
-
- getDispatcherContext() - Method in class no.g9.client.core.controller.DialogController
-
Get the message context.
- getDisplayList(RoleConstant) - Method in interface no.g9.client.core.view.ViewModel
-
Get the displayed list of ListRows for the given role.
- getDomainObjectFromParent(Object, RoleConstant) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Gets the domain object(s) from the parent domain object
- getEffect(DialogObjectConstant) - Method in interface no.g9.client.core.view.DialogView
-
Get the effect object for the given dialog object.
- getEvent() - Method in class no.g9.client.core.action.ActionHook
-
Get the event that triggered the current action.
- getEvent() - Method in class no.g9.client.core.action.EventContext
-
Gets the event that originated this trigger object.
- getEvent() - Method in class no.g9.client.core.action.G9Action
-
Get the event that triggered this action.
- getEventType() - Method in class no.g9.client.core.view.ValueEvent
-
- getExpanded() - Method in interface no.g9.client.core.view.tree.TreeModel
-
Returns a list of all nodes that are expanded.
- getExporter(ObjectSelection, DialogConstant) - Method in class no.g9.client.spreadsheet.DefaultSpreadsheetService
-
Get the Excel exporter to use for the spreadsheet export.
- getExternalCallBack(SystemMessage) - Method in class no.g9.client.core.controller.ApplicationController
-
Get a CallBack object which will forward the call back value to the given
receiver/port.
- getField() - Method in interface no.g9.client.core.message.FieldMessageContext
-
- getField() - Method in class no.g9.client.core.validator.ValidateContext
-
- getFields() - Method in class no.g9.client.core.view.ListRow
-
- getFieldValue(DialogObjectConstant) - Method in class no.g9.client.core.controller.DialogController
-
Gets the specified displayed field value (converted from to model).
- getFieldValue(AttributeConstant) - Method in class no.g9.client.core.controller.DialogController
-
Gets the specified displayed attribute value.
- getFieldValue(DialogObjectConstant) - Method in interface no.g9.client.core.view.ViewModel
-
Gets the specified field value.
Note: The field value is the value as seen from the model.
- getFileName() - Method in class no.g9.client.core.view.ImageInfo
-
- getFileSuffix() - Method in class no.g9.client.spreadsheet.DefaultSpreadsheetService
-
- getFileSuffix() - Method in interface no.g9.client.spreadsheet.SpreadsheetService
-
- getFilterValue() - Method in class no.g9.client.core.view.table.RowFilter
-
Get the value used by this filter when checking if a row should be
included.
- getFirstSortingColumn() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getFirstSortingColumn() - Method in interface no.g9.client.core.view.table.TableModel
-
Get the column that is first in the sorting sequence.
- getFlag() - Method in class no.g9.client.core.action.G9Action
-
Get the general purpose FLAG value.
- getFlagValue() - Method in class no.g9.client.core.controller.DialogCallBackValue
-
Get the flag value used to indicate the outcome of this call back.
- getFormalParameterName() - Method in interface no.g9.client.core.action.ParameterBinding
-
Get the declared name of the formal parameter
- getFormalParameterValue() - Method in interface no.g9.client.core.action.ParameterBinding
-
Get the formal parameter value of this parameter binding.
- getG9Name() - Method in interface no.g9.client.core.controller.DialogConstant
-
Get the g9 name of the dialog.
- getG9Name() - Method in interface no.g9.client.core.controller.DialogObjectConstant
-
Get the g9 name of the dialog object.
- getG9Name() - Method in class no.g9.client.core.controller.ExternalDialogConstant
-
- getGeneralBundle() - Static method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Gets the application resource bundle.
- getHeight() - Method in class no.g9.client.core.view.ImageInfo
-
- getHook() - Method in class no.g9.client.core.action.HookConfigurator
-
Return the hook
- getHookInvoker() - Method in class no.g9.client.core.action.G9Action
-
- getHooks() - Method in class no.g9.client.core.action.ActionHookList
-
- getId() - Method in class no.g9.client.core.view.menu.MenuBase
-
- getId() - Method in class no.g9.client.core.view.Resource
-
Get the resource id.
- getImage() - Method in class no.g9.client.core.view.menu.MenuBase
-
- getInstance(DialogObjectConstant, String) - Static method in class no.g9.client.core.view.StringProperty
-
Get the instance representing the specified property for on the specified
dialog object.
- getInteractionThreadPolicy() - Method in interface no.g9.client.core.message.JVineDispatcherContext
-
Get the interaction thread policy which should be used by the interactor.
- getInteractionThreadPolicy() - Method in interface no.g9.client.core.message.MessageCallback
-
Get the thread policy that is enforced by this message call back.
- getInteractionThreadPolicy() - Method in class no.g9.client.core.view.ListSelectionCallback
-
- getInternalName() - Method in interface no.g9.client.core.controller.DialogConstant
-
Gets an internal string representation of the dialog name.
- getInternalName() - Method in interface no.g9.client.core.controller.DialogObjectConstant
-
Gets an internal string representation of the dialog object name.
- getInternalName() - Method in class no.g9.client.core.controller.ExternalDialogConstant
-
- getInvokeAction(RemoteServiceTarget, DialogController) - Method in class no.g9.client.core.action.ActionFactory
-
Create the specified invoke action that will bind parameters and invoke
the remote service.
- getLabelComponent() - Method in interface no.g9.client.core.controller.DialogObjectConstant
-
Return this dialog object's label component (if applicable).
- getLabelTextForField(ValidateContext) - Static method in class no.g9.client.core.util.MessageTextHelper
-
Get the label text or title for the field.
- getLabelTextForField(DialogView, DialogObjectConstant) - Static method in class no.g9.client.core.util.MessageTextHelper
-
- getListRow() - Method in class no.g9.client.core.action.EventContext
-
- getListRow() - Method in class no.g9.client.core.validator.ValidateContext
-
- getListRow() - Method in interface no.g9.client.core.view.tree.TreeNode
-
Returns the ListRow connected to a node.
- getListRowComparator() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
Get the current comparator list.
- getLog() - Static method in class no.g9.client.core.action.G9Action
-
- getMandatory(DialogObjectConstant) - Method in interface no.g9.client.core.view.DialogView
-
Get the mandatory property for the given dialog object.
- getMax(G9ExcelCell[]) - Static method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Creates a G9ExcelCell with max column and row.
- getMax(G9ExcelCell, G9ExcelCell) - Static method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Creates a G9ExcelCell with max column and row.
- getMaxCell(DialogObjectConstant[], G9ExcelCell) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Gets the maximum cell obtained when combining the provided offset with one of the dialog elements
- getMaximumNumberOfInstances() - Method in interface no.g9.client.core.controller.DialogConstant
-
Get the maximum number of concurrent instances for the dialog
as given in the model.
- getMaximumNumberOfInstances() - Method in class no.g9.client.core.controller.ExternalDialogConstant
-
- getMaxPages() - Method in class no.g9.client.core.action.PaginatorEvent
-
Get the maximum number of displayed pages.
- getMessage() - Method in class no.g9.client.core.controller.DialogCallBackValue
-
Get the dialog call back value message.
- getMessage() - Method in interface no.g9.client.core.message.BlockingMessageCallback
-
- getMessageCallback() - Method in interface no.g9.client.core.message.JVineDispatcherContext
-
Gets the message call back object.
- getMessageDispatcher() - Method in class no.g9.client.core.controller.DialogController
-
- getMessageID() - Method in interface no.g9.client.core.controller.DialogObjectConstant
-
Get the message id of this component.
- getMessages() - Method in exception no.g9.client.core.converter.FrameworkConversionException
-
Get the map of field that failed conversion and the corresponding message
- getMessageUtil() - Method in class no.g9.client.core.action.G9Action
-
- getMethodName() - Method in class no.g9.client.core.action.EventContext
-
Gets the method name.
- getMethods() - Method in class no.g9.client.core.view.menu.MenuItem
-
- getMimeType() - Method in class no.g9.client.core.view.Resource
-
Get the resource mime type.
- getMimeType() - Method in class no.g9.client.spreadsheet.DefaultSpreadsheetService
-
- getMimeType() - Method in interface no.g9.client.spreadsheet.SpreadsheetService
-
- getMimeType() - Method in enum no.g9.client.spreadsheet.WorkbookProvider.WORKBOOK_FORMAT
-
Gets the mimeType value.
- getMnemonic() - Method in class no.g9.client.core.view.menu.MenuBase
-
- getModelType() - Method in class no.g9.client.core.converter.JodaDateTimeConverter
-
- getModelType() - Method in class no.g9.client.core.converter.LocalDateConverter
-
- getModelType() - Method in class no.g9.client.core.converter.LocalDateTimeConverter
-
- getModelType() - Method in class no.g9.client.core.converter.LocalTimeConverter
-
- getModelType() - Method in class no.g9.client.core.converter.NopConverter
-
- getModelType() - Method in class no.g9.client.core.converter.NumberConverter
-
- getModelType() - Method in class no.g9.client.core.converter.StringConverter
-
- getMsgArgs() - Method in class no.g9.client.core.validator.ValidationResult
-
Returns the message arguments of the validation message.
- getMsgNumber() - Method in class no.g9.client.core.validator.ValidationResult
-
Returns the message number of the validation message.
- getName() - Method in class no.g9.client.core.view.ImageInfo
-
- getNavigationButton(String) - Static method in class no.g9.client.core.action.PaginatorEvent
-
Get a navigation button based on a descriptive text.
- getNavigationButton() - Method in class no.g9.client.core.action.PaginatorEvent
-
Get the navigation button that originated this event.
- getNextAvailableCell(DialogObjectConstant[], G9ExcelCell) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Gets the next available cell.
- getNodeConst() - Method in interface no.g9.client.core.view.tree.TreeNode
-
Returns the dialog object constant for a node.
- getObjectSelectionName() - Method in class no.g9.client.core.controller.DialogController
-
Returns the name of the object selection.
- getOpCode() - Method in class no.g9.client.core.controller.DialogCallBackValue
-
- getOpenDialogInstanceList(DialogConstant) - Method in class no.g9.client.core.controller.ApplicationController
-
Get a list of open dialog instances, ordered by when the instance was created (oldest first).
- getOpenDialogs() - Method in class no.g9.client.core.controller.ApplicationController
-
Get a list of dialog controllers for all open dialogs.
- getOSConst(String) - Method in class no.g9.client.core.controller.DialogController
-
Returns the constant denoting the role.
- getOSRole(RoleConstant) - Method in class no.g9.client.core.controller.DialogController
-
Gets the object selection role.
- getPageCount() - Method in class no.g9.client.core.action.PaginatorEvent
-
Get the number of displayed pages.
- getParameterBindings() - Method in interface no.g9.client.core.action.RemoteServiceTarget
-
Get the list of parameter bindings.
- getParameterHidden() - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Gets the generator parameter that tells whether the user want to show hidden elements or not.
- getParameterName() - Method in interface no.g9.client.core.action.Parameter
-
Gets the name of this parameter.
- getParameterValue() - Method in interface no.g9.client.core.action.Parameter
-
Get the value of the parameter.
- getParent() - Method in class no.g9.client.core.controller.ExternalDialogConstant
-
- getParent() - Method in interface no.g9.client.core.controller.ViewConstant
-
Get the parent component of this component.
- getParent() - Method in class no.g9.client.core.view.menu.MenuBase
-
- getPolicyDescription() - Method in enum no.g9.client.core.message.InteractionThreadPolicy
-
Get the description of this thread interaction policy.
- getProperty(DialogObjectConstant, Property<T>) - Method in class no.g9.client.core.view.ListRow
-
- getProperty(DialogObjectConstant, Property<T>) - Method in interface no.g9.client.core.view.PropertyManager
-
Get the specified property value.
- getReactor() - Method in class no.g9.client.core.controller.ExternalDialogConstant
-
Used to build a message for communicating with this external dialog.
- getResource() - Method in class no.g9.client.core.view.Resource
-
Get the resource byte array.
- getResource(String) - Method in interface no.g9.client.core.view.ResourceStore
-
Get the resource.
- getResourceName() - Method in class no.g9.client.core.view.Resource
-
Get the resource name.
- getResult() - Method in class no.g9.client.core.validator.ValidationResult
-
- getResultClas() - Method in class no.g9.client.core.action.G9Action
-
- getResultClass() - Method in class no.g9.client.core.action.G9Action
-
Gets the result class
- getReturnParameter() - Method in interface no.g9.client.core.action.RemoteServiceTarget
-
Get the return parameter binding.
- getRole() - Method in interface no.g9.client.core.controller.DialogObjectConstant
-
Returns the role of the repeating container, or null if this is not a
repeating container.
- getRole() - Method in class no.g9.client.core.controller.Interceptor
-
Returns the constant identifying the role this interceptor is hooked on
to.
- getRole() - Method in class no.g9.client.core.validator.ValidateContext
-
Get the role of the dialog object's attribute.
- getRoleConstants() - Method in class no.g9.client.core.controller.DialogController
-
Returns the list of all role constants for the object selection
used in the dialog.
- getRoleFields(RoleConstant) - Method in interface no.g9.client.core.view.ViewModel
-
Get the collection of fields for the given role.
- getRoleHierarchy(OSRole<?>) - Static method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Gets the role hierarchy from target to root.
- getRoleMap() - Method in class no.g9.client.core.controller.DialogController
-
Gives a map of role constants and object selection roles.
- getRoleMap() - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Gives a map of role constants and object selection roles.
- getRoleStates() - Method in class no.g9.client.core.controller.DialogController
-
Returns a string containing the role states of each role in this dialog's
object selection.
- getRootObject(ObjectSelection, RoleConstant) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Gets the root object(s) for the target role from an object selection
- getRootOrTargetObject(ObjectSelection, RoleConstant, String) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Make sure that the use of getRootObject is not used, when the Root Object is not wanted.
- getRow() - Method in class no.g9.client.spreadsheet.ExportElement
-
- getRow() - Method in class no.g9.client.spreadsheet.G9ExcelCell
-
- getRow(Sheet, int, int) - Static method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Retrieves the row with the given data.
- getRowFieldData(ListRow, RoleConstant) - Method in interface no.g9.client.core.view.ViewModel
-
Get row field values for a role.
- getRowFilters() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getRowFilters() - Method in interface no.g9.client.core.view.table.TableModel
-
Get the registered row filters for this table model.
- getSelected() - Method in class no.g9.client.core.view.ListRow
-
Get the selected state for this row.
- getSelected() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getSelected() - Method in interface no.g9.client.core.view.table.TableModel
-
Get the list of selected rows.
- getSelected() - Method in interface no.g9.client.core.view.tree.TreeModel
-
Returns a list of all nodes that are selected.
- getSelectionCount() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getSelectionCount() - Method in interface no.g9.client.core.view.table.TableModel
-
Get the number of selected rows.
- getSelectionModel() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getSelectionModel() - Method in interface no.g9.client.core.view.table.TableModel
-
Get the tables selection model.
- getSelectionModel() - Method in interface no.g9.client.core.view.tree.TreeModel
-
Returns the current selection model - none, single or multi selection.
- getService() - Method in interface no.g9.client.core.action.RemoteServiceTarget
-
Gets the target service.
- getServiceProxy() - Method in class no.g9.client.core.controller.ApplicationController
-
Returns the jgrape service
- getSetupValue(T, DialogController, V) - Method in interface no.g9.client.core.action.ActionParameterHook
-
Get the setup value that will be used to setup the action target.
- getSetupValue() - Method in class no.g9.client.core.controller.DialogController
-
- getSetupValue() - Method in interface no.g9.client.core.controller.DialogSetupValue
-
Get the dialog setup value.
- getSheetName() - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Gets the sheet name.
- getSortedTargetObjects(ObjectSelection, RoleConstant) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Retrieves a sorted list of the data.
- getSortIndex() - Method in class no.g9.client.spreadsheet.TableColumnData
-
Gets the index used to keep track of the order columns should be looked at, when comparing different rows.
- getSorting() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getSorting() - Method in class no.g9.client.core.view.table.ListRowComparator
-
Get the sorting used when comparing list rows.
- getSorting() - Method in interface no.g9.client.core.view.table.TableModel
-
Get the sort direction used by the first sorting column.
- getSorting() - Method in class no.g9.client.spreadsheet.TableColumnData
-
Gets an enum representing the sort direction, i.e.
- getSource() - Method in class no.g9.client.core.action.EventContext
-
Gets the source of the event.
- getSource() - Method in class no.g9.client.core.controller.DialogCallBackValue
-
- getSourceEvent() - Method in class no.g9.client.core.action.PaginatorEvent
-
Get the (target specific) source event.
- getSpreadsheetExporter() - Method in class no.g9.client.core.controller.DialogController
-
- getState(RoleConstant) - Method in class no.g9.client.core.controller.DialogController
-
Get the state of the specified object selection role.
- getStyle() - Method in class no.g9.client.core.view.menu.MenuBase
-
- getSuffix() - Method in enum no.g9.client.spreadsheet.WorkbookProvider.WORKBOOK_FORMAT
-
Gets the suffix value.
- getTabIndex() - Method in interface no.g9.client.core.controller.DialogObjectConstant
-
Get the index of this dialog object in the Tab Order of the window block.
- getTableData() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getTableData() - Method in interface no.g9.client.core.view.table.TableModel
-
Get the table data list.
- getTableDataRowCount() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getTableDataRowCount() - Method in interface no.g9.client.core.view.table.TableModel
-
Get the number of rows in this table's data list.
- getTableModel(RoleConstant) - Method in interface no.g9.client.core.view.ViewModel
-
Get the TableModel for the given role.
- getTableName(String) - Method in class no.g9.client.core.util.RoleNameHelper
-
Gets the table name.
- getTableRole() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getTableView() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getTableView() - Method in interface no.g9.client.core.view.table.TableModel
-
Get the table view list.
- getTableViewRowCount() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getTableViewRowCount() - Method in interface no.g9.client.core.view.table.TableModel
-
Get the number of rows in this table's view list.
- getTabOrder(DialogObjectConstant) - Static method in class no.g9.client.core.util.DialogObjectConstantHelper
-
Get the tab order for a window block.
- getTargetObject(ObjectSelection, RoleConstant) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Gets the target object from the object selection.
- getTargetType() - Method in class no.g9.client.core.converter.JodaDateTimeConverter
-
- getTargetType() - Method in class no.g9.client.core.converter.LocalDateConverter
-
- getTargetType() - Method in class no.g9.client.core.converter.LocalDateTimeConverter
-
- getTargetType() - Method in class no.g9.client.core.converter.LocalTimeConverter
-
- getTargetType() - Method in class no.g9.client.core.converter.NopConverter
-
- getTargetType() - Method in class no.g9.client.core.converter.NumberConverter
-
- getTargetType() - Method in class no.g9.client.core.converter.StringConverter
-
- getTaskObject() - Method in class no.g9.client.core.action.ActionTask
-
- getThreadType(String, Class...) - Method in class no.g9.client.core.action.G9Action
-
Utility method, returns the thread type the method is annotated with.
- getTitle() - Method in interface no.g9.client.core.controller.DialogConstant
-
Gets the title of the dialog, as given in the dialog model.
- getTitle() - Method in class no.g9.client.core.controller.ExternalDialogConstant
-
- getTitle(DialogObjectConstant) - Method in interface no.g9.client.core.view.DialogView
-
Get the message title property for the specified dialog object.
- getTitle() - Method in class no.g9.client.core.view.menu.MenuBase
-
- getTreeData() - Method in interface no.g9.client.core.view.tree.TreeModel
-
Get the tree root node data list.
- getTreeDataNodeCount() - Method in interface no.g9.client.core.view.tree.TreeModel
-
Get the number of nodes in this tree data model.
- getTreeModel(DialogObjectConstant) - Method in interface no.g9.client.core.view.ViewModel
-
Get the TreeModel for the given treeview.
- getTreeView() - Method in interface no.g9.client.core.view.tree.TreeModel
-
Get the tree root node view list.
- getTreeViewNodeCount() - Method in interface no.g9.client.core.view.tree.TreeModel
-
Get the number of nodes in this tree view model.
- getType() - Method in interface no.g9.client.core.controller.DialogObjectConstant
-
Get the type of the dialog object.
- getType() - Method in class no.g9.client.core.view.menu.Menu
-
- getValidationResults() - Method in exception no.g9.client.core.validator.ValidationException
-
Get the map of failed validation results and corresponding validate
contexts.
- getValidator(DialogObjectConstant) - Method in interface no.g9.client.core.view.ViewModel
-
Get the validator for the given field.
- getValue() - Method in class no.g9.client.core.controller.DialogCallBackValue
-
Returns the call back value.
- getValue(DialogObjectConstant) - Method in class no.g9.client.core.view.ListRow
-
Get the value for the given field.
- getValue() - Method in class no.g9.client.core.view.ValueEvent
-
- getValueAt(int, DialogObjectConstant) - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getValueAt(int, DialogObjectConstant) - Method in interface no.g9.client.core.view.table.TableModel
-
Get the cell value at the specified row and column.
- getValueAt(T, DialogObjectConstant) - Method in interface no.g9.client.core.view.tree.TreeModel
-
Get the cell value at the specified node and column.
- getViewModel(DialogConstant) - Method in class no.g9.client.core.controller.ApplicationController
-
Get the ViewModel for the given dialog.
- getViewModel() - Method in class no.g9.client.core.controller.DialogController
-
Get the ViewModel for the this dialog.
- getViewModel(DialogConstant) - Method in interface no.g9.client.core.view.ApplicationView
-
Get the ViewModel for the given dialog.
- getViewModel() - Method in interface no.g9.client.core.view.DialogView
-
- getViewModel() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- getWidgetProperty(DialogObjectConstant, String) - Method in interface no.g9.client.core.view.DialogView
-
Get a property value for a widget.
- getWidth() - Method in class no.g9.client.core.view.ImageInfo
-
- getWindowType() - Method in interface no.g9.client.core.controller.DialogConstant
-
Gets the window type for the window block of the dialog model.
- getWindowType() - Method in class no.g9.client.core.controller.ExternalDialogConstant
-
- getWorkbook() - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Gets the result workbook.
- getWorkbook() - Method in interface no.g9.client.spreadsheet.SpreadsheetExporter
-
- getWorkbookProvider() - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Get the workbook provider.