@Service(value=PdoEditDialogFactory.class) public class DefaultPdoEditDialogFactory extends Object implements PdoEditDialogFactory
PdoEditDialogs.| Constructor and Description |
|---|
DefaultPdoEditDialogFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T extends PersistentDomainObject<T>> |
createPdoEditDialog(Window owner,
T pdo,
boolean modal)
Creates a PDO edit dialog.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstancepublic <T extends PersistentDomainObject<T>> PdoEditDialog<T> createPdoEditDialog(Window owner, T pdo, boolean modal)
PdoEditDialogFactorycreatePdoEditDialog in interface PdoEditDialogFactoryT - the PDO's classowner - the owner window, null if no ownerpdo - is the database objectmodal - is true if modal, else falseTentackle - a domain driven enterprise framework