Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

D

DateValidator - Class in no.g9.client.core.validator
A configurable date field validator.
DateValidator() - Constructor for class no.g9.client.core.validator.DateValidator
 
DEFAULT - Static variable in enum no.g9.client.core.view.table.ListRowComparator.Sorting
The default sorting type which is ASCENDING
DEFAULT - Static variable in enum no.g9.client.core.view.table.TableModel.SelectionModel
The default selection model which is SINGLE_SELECT
DEFAULT - Static variable in enum no.g9.client.core.view.tree.TreeModel.Grouping
The default grouping mode is GROUPED
DEFAULT - Static variable in enum no.g9.client.core.view.tree.TreeModel.SelectionModel
The default selection model which is SINGLE_SELECT
DEFAULT_FAIL_MESSAGE - Static variable in class no.g9.client.core.validator.ValidationResult
Default message number for validation fail
DEFAULT_FAIL_RESULT - Static variable in class no.g9.client.core.validator.ValidationResult
Default fail validation result
DEFAULT_OK_MESSAGE - Static variable in class no.g9.client.core.validator.ValidationResult
Default message number for validation ok
DEFAULT_OK_RESULT - Static variable in class no.g9.client.core.validator.ValidationResult
Default ok validation result
DefaultSpreadsheetService - Class in no.g9.client.spreadsheet
The default implementation of the SpreadsheetService interface.
DefaultSpreadsheetService() - Constructor for class no.g9.client.spreadsheet.DefaultSpreadsheetService
 
DefaultTableModel<T extends ListRow> - Class in no.g9.client.core.view.table
The default table model.
DefaultTableModel(List<DialogObjectConstant>, ViewModel) - Constructor for class no.g9.client.core.view.table.DefaultTableModel
Create a new table model based on the specified columns.
DefaultTableModel(DialogObjectConstant[], ViewModel) - Constructor for class no.g9.client.core.view.table.DefaultTableModel
Create a new table model based on the specified columns.
DefaultWorkbookProvider - Class in no.g9.client.spreadsheet
The default workbook provider will create new POI workbooks in one of the supported workbook formats.
DefaultWorkbookProvider() - Constructor for class no.g9.client.spreadsheet.DefaultWorkbookProvider
 
description - Variable in class no.g9.client.core.communication.CommunicationError
The error description from the UA.
DialogCallBackValue - Class in no.g9.client.core.controller
 
DialogCallBackValue(DialogController, Object) - Constructor for class no.g9.client.core.controller.DialogCallBackValue
Creates a new call back value with the specified source and value, and a null opCode value.
DialogCallBackValue(DialogController, Object, Integer) - Constructor for class no.g9.client.core.controller.DialogCallBackValue
Creates a new call back value with the specified source, value and opCode
DialogCallBackValue(DialogController, Object, Integer, Message) - Constructor for class no.g9.client.core.controller.DialogCallBackValue
Creates a new call back value with the specified source, value and opCode
DialogCallBackValue(DialogController, Object, Integer, Message, DialogCallBackValue.Flag) - Constructor for class no.g9.client.core.controller.DialogCallBackValue
Creates a new call back value with the specified source, value and opCode
DialogCallBackValue.Flag - Enum in no.g9.client.core.controller
Enumerates possible flag values which can be used to signal the outcome of the invoked dialog.
DialogConstant - Interface in no.g9.client.core.controller
Dialog constants implements this interface.
DialogConstant.WindowType - Enum in no.g9.client.core.controller
The different window types available for a window block in a dialog.
DialogController - Class in no.g9.client.core.controller
The abstract dialog control.
DialogController(String, ApplicationController) - Constructor for class no.g9.client.core.controller.DialogController
Constructs a new DialogControl with the specified dialog name.
DialogInstance - Interface in no.g9.client.core.controller
A instance of a dialog of type DialogConstant.
DialogInstanceManager - Class in no.g9.client.core.controller
A manager for handling of multiple dialog instances.
DialogInstanceManager(ApplicationController) - Constructor for class no.g9.client.core.controller.DialogInstanceManager
Instantiates a new dialog instance manager.
DialogInteraction - Interface in no.g9.client.core.action
A typed version of the ActionParameterHook interface.
dialogName - Variable in class no.g9.client.core.controller.DialogController
The dialog name
DialogObjectConstant - Interface in no.g9.client.core.controller
A tagging interface used to tag the generated dialog enumerations.
DialogObjectConstantHelper - Class in no.g9.client.core.util
Utility methods related to DialogObjectConstant.
DialogObjectConstantHelper() - Constructor for class no.g9.client.core.util.DialogObjectConstantHelper
 
DialogObjectType - Enum in no.g9.client.core.controller
All dialog object types which can be generated from a dialog model.
DialogSetupValue<T> - Interface in no.g9.client.core.controller
Passed in as a parameter to the dialog controller's setup.
DialogState - Enum in no.g9.client.core.controller
Enumerates the possible states for a dialog.
DialogView - Interface in no.g9.client.core.view
The view as seen from the controller.
disable(DialogObjectConstant) - Method in interface no.g9.client.core.view.DialogView
Disable the given dialog object.
dispatchEvent(ListRow, DialogObjectConstant, Object, String) - Method in interface no.g9.client.core.view.DialogView
Dispatch an event to the dialog controller.
dispatchMessage(String, Object...) - Method in class no.g9.client.core.controller.DialogController
Dispatch the message with specified messageID and arguments.
dispatchMessage(Message) - Method in class no.g9.client.core.controller.DialogController
Dispatch the specified message.
dispatchMessage(String, Throwable, Object...) - Method in class no.g9.client.core.controller.DialogController
Dispatch the message with specified messageID, exception and arguments.
display(RoleConstant, Object) - Method in class no.g9.client.core.controller.DialogController
Displays the fields of the specified instance.
display(RoleConstant, Object, boolean) - Method in class no.g9.client.core.controller.DialogController
Displays all fields of the specified instance.
Displayable - Interface in no.g9.client.core.action
 
DisplayableAction<V> - Class in no.g9.client.core.action
 
DisplayableAction(ActionType, ActionTarget, ActionTask<V>, Class<V>, DialogController) - Constructor for class no.g9.client.core.action.DisplayableAction
Constructs a new displayable g9 action.
DisplayableHookAdapter<T> - Class in no.g9.client.core.action
The hook adapter suitable for hooking on to displayable actions (e.g.
DisplayableHookAdapter() - Constructor for class no.g9.client.core.action.DisplayableHookAdapter
 
displayed() - Method in interface no.g9.client.core.action.Displayable
The displayed hook.
displayed() - Method in class no.g9.client.core.action.DisplayableHookAdapter
 
DisplayException - Exception in no.g9.client.core.controller
Exception thrown when something has failed during a display.
DisplayException(List<ValidationResult>, List<ConvertException>) - Constructor for exception no.g9.client.core.controller.DisplayException
Constructs a new display exception.
doCallBack(Object) - Method in class no.g9.client.core.controller.DialogController
Perform the call back to the invoking dialog.
doCallBack(DialogCallBackValue) - Method in class no.g9.client.core.controller.DialogController
Perform the call back to the invoking dialog.
doCallBack(Object, Integer) - Method in class no.g9.client.core.controller.DialogController
Perform the call back to the invoking dialog
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2006–2017 Esito AS. All rights reserved.