- EffectProperty - Enum in no.g9.client.core.view
-
Enumerates various effect dialog object properties.
- elements - Variable in class no.g9.client.spreadsheet.G9ExcelExporter
-
Holds all the elements that is part of a dialog.
- enable(DialogObjectConstant) - Method in interface no.g9.client.core.view.DialogView
-
Enable the given dialog object.
- equals(Object) - Method in class no.g9.client.core.controller.ExternalDialogConstant
-
- equals(Object) - Method in class no.g9.client.core.validator.ValidationResult
-
- equals(Object) - Method in class no.g9.client.core.view.Resource
-
- equals(Object) - Method in class no.g9.client.core.view.table.ListRowComparator
-
- ERROR_PORT - Static variable in class no.g9.client.core.communication.SystemMessage
-
This port is used to handle errors from the system.
- EventContext - Class in no.g9.client.core.action
-
Class used to communicate an event from the view to the controller.
- EventContext(String) - Constructor for class no.g9.client.core.action.EventContext
-
Constructs a new Trigger object with the specified method name,
null source, null event and
null listRow.
- EventContext(String, Object) - Constructor for class no.g9.client.core.action.EventContext
-
Constructs a new Trigger object with the specified method name and source,
and null event and null listRow.
- EventContext(String, Object, Object) - Constructor for class no.g9.client.core.action.EventContext
-
Constructs a new Trigger object with the specified method name, source
and event, and null listRow.
- EventContext(String, Object, Object, ListRow) - Constructor for class no.g9.client.core.action.EventContext
-
Constructs a new Trigger object.
- execute(G9Action<?>) - Method in interface no.g9.client.core.action.ActionExecutor
-
Executes the specified action
- execute(ApplicationController, ThreadType, HookMethod<V>) - Method in interface no.g9.client.core.action.HookInvoker
-
Invokes the specified hook method on the specified thread type.
- exportDialog(ObjectSelection, Sheet) - Method in class no.g9.client.spreadsheet.G9ExcelExporter
-
Initialization of the export.
- ExportElement - Class in no.g9.client.spreadsheet
-
The class holds an element that is (or is not) to be exported.
- ExportElement(int, int, boolean, boolean) - Constructor for class no.g9.client.spreadsheet.ExportElement
-
Constructor that sets the attributes.
- exportToSpreadsheet(ObjectSelection, DialogConstant, File) - Method in class no.g9.client.spreadsheet.DefaultSpreadsheetService
-
- exportToSpreadsheet(ObjectSelection, DialogConstant, OutputStream) - Method in class no.g9.client.spreadsheet.DefaultSpreadsheetService
-
- exportToSpreadsheet(ObjectSelection, DialogConstant, File, ClientContext) - Method in class no.g9.client.spreadsheet.DefaultSpreadsheetService
-
- exportToSpreadsheet(ObjectSelection, DialogConstant, OutputStream, ClientContext) - Method in class no.g9.client.spreadsheet.DefaultSpreadsheetService
-
- exportToSpreadsheet(ObjectSelection, DialogConstant, File) - Method in interface no.g9.client.spreadsheet.SpreadsheetService
-
Export data from the given dialog to a spreadsheet.
- exportToSpreadsheet(ObjectSelection, DialogConstant, OutputStream) - Method in interface no.g9.client.spreadsheet.SpreadsheetService
-
Export data from the given dialog to a spreadsheet.
- exportToSpreadsheet(ObjectSelection, DialogConstant, File, ClientContext) - Method in interface no.g9.client.spreadsheet.SpreadsheetService
-
Export data from the given dialog to a spreadsheet.
- exportToSpreadsheet(ObjectSelection, DialogConstant, OutputStream, ClientContext) - Method in interface no.g9.client.spreadsheet.SpreadsheetService
-
Export data from the given dialog to a spreadsheet.
- ExternalDialogConstant - Class in no.g9.client.core.controller
-
An implementation of the DialogConstant interface to be used when there is
a need to represent external dialogs in a jVine application.
- ExternalDialogConstant(String) - Constructor for class no.g9.client.core.controller.ExternalDialogConstant
-
Create a new ExternalDialogConstant for the given dialog name.