@Service(value=PdoSearchDialogFactory.class) public class DefaultPdoSearchDialogFactory extends Object implements PdoSearchDialogFactory
PdoSearchDialogs.| Constructor and Description |
|---|
DefaultPdoSearchDialogFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T extends PersistentDomainObject<T>> |
createPdoSearchDialog(Component comp,
DomainContext context,
Class<T> searchClass,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal)
Creates a search dialog.
|
<T extends PersistentDomainObject<T>> |
createPdoSearchDialog(Component comp,
PdoSearch<T> searchPlugin,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal)
Creates a search dialog.
|
<T extends PersistentDomainObject<T>> |
createPdoSearchDialog(DomainContext context,
Class<T> searchClass,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal)
Creates a search dialog.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstancepublic <T extends PersistentDomainObject<T>> PdoSearchDialog<T> createPdoSearchDialog(Component comp, PdoSearch<T> searchPlugin, SelectionFilter selectionFilter, boolean allowCreate, boolean modal)
PdoSearchDialogFactorycreatePdoSearchDialog in interface PdoSearchDialogFactoryT - the pdo typecomp - the component to determine the owner window, null if nonesearchPlugin - the search pluginselectionFilter - filter selectable objects, null if nothing selectableallowCreate - true if "new"-button for creation of a new object of searchClassmodal - true if modal dialog
public <T extends PersistentDomainObject<T>> PdoSearchDialog<T> createPdoSearchDialog(Component comp, DomainContext context, Class<T> searchClass, SelectionFilter selectionFilter, boolean allowCreate, boolean modal)
PdoSearchDialogFactorycreatePdoSearchDialog in interface PdoSearchDialogFactoryT - the pdo typecomp - the component to determine the owner window, null if nonecontext - the database contextsearchClass - the object class'es table to search in, null = all tablesselectionFilter - filter selectable objects, null if nothing selectableallowCreate - true if "new"-button for creation of a new object of searchClassmodal - true if modal dialog
public <T extends PersistentDomainObject<T>> PdoSearchDialog<T> createPdoSearchDialog(DomainContext context, Class<T> searchClass, SelectionFilter selectionFilter, boolean allowCreate, boolean modal)
PdoSearchDialogFactorycreatePdoSearchDialog in interface PdoSearchDialogFactoryT - the pdo typecontext - the database contextsearchClass - the object class'es table to search in, null = all tablesselectionFilter - filter selectable objects, null if nothing selectableallowCreate - true if "new"-button for creation of a new object of searchClassmodal - true if modal dialog
Tentackle - distributed, domain- and model-driven