| Interface | Description |
|---|---|
| CallBack |
Defines the method used to get back to a dialog that opened another dialog.
|
| CallBackProvider |
CallBackProvider declares the method
getCallBack() which
is useful when defining a DialogSetupValue. |
| DialogConstant |
Dialog constants implements this interface.
|
| DialogInstance |
A instance of a dialog of type
DialogConstant. |
| DialogObjectConstant |
A tagging interface used to tag the generated dialog enumerations.
|
| DialogSetupValue<T> |
Passed in as a parameter to the dialog controller's
setup. |
| ViewConstant |
All element constants in a dialog (including the dialog)
are tagged with this interface.
|
| Class | Description |
|---|---|
| ApplicationController |
The application controller.
|
| DialogCallBackValue | |
| DialogController |
The abstract dialog control.
|
| DialogInstanceManager |
A manager for handling of multiple dialog instances.
|
| ExternalDialogConstant |
An implementation of the DialogConstant interface to be used when there is
a need to represent external dialogs in a jVine application.
|
| Interceptor |
Controls the the iteration of an object selection tree.
|
| Enum | Description |
|---|---|
| DialogCallBackValue.Flag |
Enumerates possible flag values which can be used to signal the outcome
of the invoked dialog.
|
| DialogConstant.WindowType |
The different window types available for a window block in a dialog.
|
| DialogObjectType |
All dialog object types which can be generated from a dialog model.
|
| DialogState |
Enumerates the possible states for a dialog.
|
| Interceptor.DIRECTIVE |
The directives govern how check change iterates the node (sub)
structure and the result of the iteration.
|
| RoleState |
Enumerates the possible states of an object selection node.
|
| Exception | Description |
|---|---|
| DisplayException |
Exception thrown when something has failed during a display.
|
| InstanceNumberOutOfBoundsException |
Exception thrown when trying to open a new dialog and number of already open instances equals the threshold defined
in
DialogConstant.getMaximumNumberOfInstances(). |
| ObtainException |
Exception thrown when something has failed during an obtain.
|
Copyright © 2006–2017 Esito AS. All rights reserved.