| Package | Description |
|---|---|
| no.g9.client.core.action |
Package containing the g9 action classes.
|
| no.g9.client.core.controller | |
| no.g9.client.core.view | |
| no.g9.client.spreadsheet |
| Modifier and Type | Method and Description |
|---|---|
DialogConstant |
HookConfigurator.getCallee()
returns the calle
|
DialogConstant |
HookConfigurator.getCaller()
Return the caller
|
| Modifier and Type | Method and Description |
|---|---|
void |
HookConfigurator.setCallee(DialogConstant callee) |
void |
HookConfigurator.setCaller(DialogConstant caller)
set the caller
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalDialogConstant
An implementation of the DialogConstant interface to be used when there is
a need to represent external dialogs in a jVine application.
|
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends DialogConstant> |
ApplicationController.getApplicationDialogConstant()
Return the dialog constant of the application window.
|
<T extends DialogConstant> |
ApplicationController.getDialogConst(String dialogInternalName)
Get the dialog constant for the specified dialog.
|
| Modifier and Type | Method and Description |
|---|---|
DialogConstant |
DialogInstance.getDialogConstant()
Gets the dialog constant.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ApplicationController.addCallBack(DialogController actionInvoker,
DialogConstant callee,
CallBack callBack)
Add the given call back to the map of pending call backs for this application.
|
DialogInstance |
ApplicationController.createDialogInstance(DialogConstant dialogConstant,
int instanceNumber)
Creates a new dialog instance and pushes it on top of the stack.
|
protected void |
ApplicationController.forwardToDialog(SystemMessage decodedMessage,
DialogConstant dialogConstant)
Try forwarding a message to a dialog.
|
List<DialogInstance> |
ApplicationController.getActiveDialogInstances(DialogConstant dialogConstant)
Gets a list of active dialog instances.
|
DialogInstance |
ApplicationController.getCurrentDialogInstance(DialogConstant dialogConstant)
Gets the current instance number, i.e.
|
<T extends DialogController> |
ApplicationController.getDialogController(DialogConstant dialogConstant)
Get the current dialog controller for the specified dialog.
|
<T extends DialogView> |
ApplicationController.getDialogView(DialogConstant dialogConstant)
Gets the specified dialog view.
|
List<DialogInstance> |
ApplicationController.getOpenDialogInstanceList(DialogConstant dialogConstant)
Get a list of open dialog instances, ordered by when the instance was created (oldest first).
|
ViewModel |
ApplicationController.getViewModel(DialogConstant dialog)
Get the ViewModel for the given dialog.
|
boolean |
ApplicationController.hasAvailableDialogInstance(DialogConstant dialogConstant)
Checks for available dialog instance.
|
void |
ApplicationController.performAction(ActionType action,
DialogConstant target)
Performs the specified action.
|
void |
ApplicationController.performAction(ActionType action,
DialogConstant target,
boolean flag)
Performs the specified action.
|
void |
ApplicationController.performActionFromExternal(ActionType action,
DialogConstant target,
boolean flag)
Performs the specified action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationView.clearObject(DialogConstant target)
Clear the given dialog.
|
void |
ApplicationView.close(DialogConstant target)
Close the given dialog.
|
<T extends DialogView> |
ApplicationView.getDialogView(DialogConstant dialog)
Get the DialogView for the given dialog.
|
ViewModel |
ApplicationView.getViewModel(DialogConstant dialog)
Get the ViewModel for the given dialog.
|
void |
ApplicationView.hide(DialogConstant target)
Hide the given dialog.
|
boolean |
ApplicationView.isOpen(DialogConstant target)
Check if the given dialog is open.
|
boolean |
ApplicationView.isShown(DialogConstant target)
Check if the given dialog is shown.
|
void |
ApplicationView.open(DialogConstant target)
Open the given dialog.
|
void |
ApplicationView.open(DialogConstant target,
boolean openNew)
Open the given dialog.
|
void |
ApplicationView.performAction(ActionType action,
DialogConstant target)
|
void |
ApplicationView.performAction(ActionType action,
DialogConstant target,
Boolean actionFlag)
Perform the specified action.
|
void |
ApplicationView.show(DialogConstant target)
Show the given dialog.
|
| Modifier and Type | Method and Description |
|---|---|
SpreadsheetExporter |
SpreadsheetService.exportToSpreadsheet(ObjectSelection os,
DialogConstant targetDialog,
File file)
Export data from the given dialog to a spreadsheet.
|
SpreadsheetExporter |
DefaultSpreadsheetService.exportToSpreadsheet(ObjectSelection os,
DialogConstant targetDialog,
File file) |
SpreadsheetExporter |
SpreadsheetService.exportToSpreadsheet(ObjectSelection os,
DialogConstant targetDialog,
File file,
ClientContext ctx)
Export data from the given dialog to a spreadsheet.
|
SpreadsheetExporter |
DefaultSpreadsheetService.exportToSpreadsheet(ObjectSelection os,
DialogConstant targetDialog,
File file,
ClientContext ctx) |
SpreadsheetExporter |
SpreadsheetService.exportToSpreadsheet(ObjectSelection os,
DialogConstant targetDialog,
OutputStream outputStream)
Export data from the given dialog to a spreadsheet.
|
SpreadsheetExporter |
DefaultSpreadsheetService.exportToSpreadsheet(ObjectSelection os,
DialogConstant targetDialog,
OutputStream outputStream) |
SpreadsheetExporter |
SpreadsheetService.exportToSpreadsheet(ObjectSelection os,
DialogConstant targetDialog,
OutputStream outputStream,
ClientContext ctx)
Export data from the given dialog to a spreadsheet.
|
SpreadsheetExporter |
DefaultSpreadsheetService.exportToSpreadsheet(ObjectSelection os,
DialogConstant targetDialog,
OutputStream outputStream,
ClientContext ctx) |
static void |
StandaloneSpreadsheetExporter.generateSpreadsheet(ObjectSelection os,
DialogConstant targetDialog,
WorkbookProvider.WORKBOOK_FORMAT format,
String outputDir)
Generates a spreadsheet based on provided object selection and dialog.
|
protected G9ExcelExporter |
DefaultSpreadsheetService.getExporter(ObjectSelection os,
DialogConstant targetDialog)
Get the Excel exporter to use for the spreadsheet export.
|
Copyright © 2006–2017 Esito AS. All rights reserved.