Package com.sdm.quasar.client.core.dialog.services

Interface Summary
DialogConfiguration Interface that defines common methods for a dialog's configuration-data record independent from the concrete implementation and gui-frontend.
DialogDefinitionReader Reads a dialog definitions and adds them to the DialogDefinitionService.
DialogDefinitionService This service allows the definition of dialogs.
DialogHierarchyService A service to access the dialog hierarchy (read only).
DialogLifeCycleService A Service that allows listening to the lifecycle-changes of dialogs of the dialog hierarchy.
DialogProperties Stores properties per dialog (configuration; not per instance).
DialogPropertyService Service that provides access to information that has been defined in a dialog's configuration record.
ModalBlockHelperService Workaround for the following problem with modal dialogs.
ModalBlockHelperService.JobQueue Defines a job queue whose work is portioned in single jobs.
SessionCloseService A simple Service to allow to ask for closing the complete session running in.
 

Class Summary
DefaultDialogConfiguration A default implementation of DialogConfiguration and DialogProperties.