| Package | Description |
|---|---|
| no.g9.client.core.controller | |
| no.g9.client.core.view |
| Modifier and Type | Method and Description |
|---|---|
DialogInstance |
ApplicationController.createDialogInstance(DialogConstant dialogConstant,
int instanceNumber)
Creates a new dialog instance and pushes it on top of the stack.
|
DialogInstance |
ApplicationController.getCurrentDialogInstance(DialogConstant dialogConstant)
Gets the current instance number, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
List<DialogInstance> |
ApplicationController.getActiveDialogInstances(DialogConstant dialogConstant)
Gets a list of active dialog instances.
|
List<DialogInstance> |
ApplicationController.getOpenDialogInstanceList(DialogConstant dialogConstant)
Get a list of open dialog instances, ordered by when the instance was created (oldest first).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ApplicationController.closeDialogInstance(DialogInstance dialogInstance)
Close dialog instance identified by the
dialogInstance key. |
<T extends DialogController> |
ApplicationController.getDialogController(DialogInstance dialogInstance)
Gets the dialog controller identified by the dialog instance key.
|
void |
ApplicationController.removeDialogInstance(DialogInstance dialogInstance)
Removes the dialog instance identified by the instance key from the
stack.
|
DialogController |
ApplicationController.setActiveDialogInstance(DialogInstance dialogInstanceKey)
Sets the active dialog instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ApplicationView.getDialogTitle(DialogInstance instance)
Get the title for the given dialog instance.
|
void |
ApplicationView.setDialogTitle(DialogInstance instance,
String title)
Set the title to use for the given dialog instance.
|
Copyright © 2006–2020 Esito AS. All rights reserved.