@Service(value=PdoNavigationDialogFactory.class) public class DefaultPdoNavigationDialogFactory extends Object implements PdoNavigationDialogFactory
PdoNavigationDialogs.| Constructor and Description |
|---|
DefaultPdoNavigationDialogFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T extends PersistentDomainObject<T>> |
createPdoNavigationDialog(List<T> list,
SelectionFilter selectionFilter)
Creates a navigation dialog for a list of objects.
|
<T extends PersistentDomainObject<T>> |
createPdoNavigationDialog(List<T> list,
SelectionFilter selectionFilter,
boolean showTable)
Creates a navigation dialog for a list of objects.
|
<T extends PersistentDomainObject<T>> |
createPdoNavigationDialog(T obj,
SelectionFilter selectionFilter)
Creates a navigation dialog for a single object.
|
<T extends PersistentDomainObject<T>> |
createPdoNavigationDialog(T obj,
SelectionFilter selectionFilter,
boolean showTable)
Creates a navigation dialog for a single object.
|
<T extends PersistentDomainObject<T>> |
createPdoNavigationDialog(Window owner,
List<T> list,
SelectionFilter selectionFilter)
Creates a navigation dialog for a list of objects.
|
<T extends PersistentDomainObject<T>> |
createPdoNavigationDialog(Window owner,
List<T> list,
SelectionFilter selectionFilter,
int buttonMode,
boolean showTable)
Creates a navigation dialog for a list of objects.
|
<T extends PersistentDomainObject<T>> |
createPdoNavigationDialog(Window owner,
T obj,
SelectionFilter selectionFilter)
Creates a navigation dialog for a single object.
|
<T extends PersistentDomainObject<T>> |
createPdoNavigationDialog(Window owner,
T obj,
SelectionFilter selectionFilter,
int buttonMode,
boolean showTable)
Creates a navigation dialog for a single object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstancepublic <T extends PersistentDomainObject<T>> PdoNavigationDialog<T> createPdoNavigationDialog(Window owner, List<T> list, SelectionFilter selectionFilter, int buttonMode, boolean showTable)
PdoNavigationDialogFactorycreatePdoNavigationDialog in interface PdoNavigationDialogFactoryT - the pdo typeowner - the owner window of this dialog, null if nonelist - the list of objectsselectionFilter - filter selectable objects, null if nothing selectablebuttonMode - the visibility of buttons, one of PdoNavigationPanel.SHOW_...showTable - true if initially show the table view, false = tree view
public <T extends PersistentDomainObject<T>> PdoNavigationDialog<T> createPdoNavigationDialog(Window owner, List<T> list, SelectionFilter selectionFilter)
PdoNavigationDialogFactorycreatePdoNavigationDialog in interface PdoNavigationDialogFactoryT - the pdo typeowner - the owner window of this dialog, null if nonelist - the list of objectsselectionFilter - filter selectable objects, null if nothing selectable
public <T extends PersistentDomainObject<T>> PdoNavigationDialog<T> createPdoNavigationDialog(List<T> list, SelectionFilter selectionFilter, boolean showTable)
PdoNavigationDialogFactorycreatePdoNavigationDialog in interface PdoNavigationDialogFactoryT - the pdo typelist - the list of objectsselectionFilter - filter selectable objects, null if nothing selectableshowTable - true if initially show the table view, false = tree view
public <T extends PersistentDomainObject<T>> PdoNavigationDialog<T> createPdoNavigationDialog(List<T> list, SelectionFilter selectionFilter)
PdoNavigationDialogFactorycreatePdoNavigationDialog in interface PdoNavigationDialogFactoryT - the pdo typelist - the list of objectsselectionFilter - filter selectable objects, null if nothing selectable
public <T extends PersistentDomainObject<T>> PdoNavigationDialog<T> createPdoNavigationDialog(Window owner, T obj, SelectionFilter selectionFilter, int buttonMode, boolean showTable)
PdoNavigationDialogFactorycreatePdoNavigationDialog in interface PdoNavigationDialogFactoryT - the pdo typeowner - the owner window of this dialog, null if noneobj - the database objectselectionFilter - filter selectable objects, null if nothing selectablebuttonMode - the visibility of buttons, one of PdoNavigationPanel.SHOW_...showTable - true if initially show the table view, false = tree view
public <T extends PersistentDomainObject<T>> PdoNavigationDialog<T> createPdoNavigationDialog(Window owner, T obj, SelectionFilter selectionFilter)
PdoNavigationDialogFactorycreatePdoNavigationDialog in interface PdoNavigationDialogFactoryT - the pdo typeowner - the owner window of this dialog, null if noneobj - the database objectselectionFilter - filter selectable objects, null if nothing selectable
public <T extends PersistentDomainObject<T>> PdoNavigationDialog<T> createPdoNavigationDialog(T obj, SelectionFilter selectionFilter, boolean showTable)
PdoNavigationDialogFactorycreatePdoNavigationDialog in interface PdoNavigationDialogFactoryT - the pdo typeobj - the database objectselectionFilter - filter selectable objects, null if nothing selectableshowTable - true if initially show the table view, false = tree view
public <T extends PersistentDomainObject<T>> PdoNavigationDialog<T> createPdoNavigationDialog(T obj, SelectionFilter selectionFilter)
PdoNavigationDialogFactorycreatePdoNavigationDialog in interface PdoNavigationDialogFactoryT - the pdo typeobj - the database objectselectionFilter - filter selectable objects, null if nothing selectable
Tentackle - a domain driven enterprise framework