public interface PdoEditDialogFactory
PdoEditDialogs.| Modifier and Type | Method and Description |
|---|---|
<T extends PersistentDomainObject<T>> |
createPdoEditDialog(Window owner,
T pdo,
boolean modal)
Creates a PDO edit dialog.
|
static PdoEditDialogFactory |
getInstance()
The singleton.
|
static PdoEditDialogFactory getInstance()
<T extends PersistentDomainObject<T>> PdoEditDialog<T> createPdoEditDialog(Window owner, T pdo, boolean modal)
T - the PDO's classowner - the owner window, null if no ownerpdo - is the database objectmodal - is true if modal, else falseTentackle - distributed, domain- and model-driven