com.sdm.quasar.client.core.dialog.services
Interface DialogConfiguration
- All Known Implementing Classes:
- DefaultDialogConfiguration
- public interface DialogConfiguration
Interface that defines common methods for a dialog's configuration-data
record independent from the concrete implementation and gui-frontend.
- Author:
- clucke, Thomas Wolf
configureDialog
public void configureDialog(DialogControl dialogControl,
DialogProperties dialogProperties)
throws DialogException
- Initially configures the dialog represented by the given
DialogControl.
Implementors should set-up the dialog initially; e.g. install
Features.
- Parameters:
dialogControl - the DialogControl to get configureddialogProperties - the DialogProperties containing static dialog properties
- Throws:
DialogException - if the dialog could not be created