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

Method Summary
 void configureDialog(DialogControl dialogControl, DialogProperties dialogProperties)
          Initially configures the dialog represented by the given DialogControl.
 

Method Detail

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 configured
dialogProperties - the DialogProperties containing static dialog properties
Throws:
DialogException - if the dialog could not be created