public interface PdoNavigationPanelFactory
PdoNavigationPanels.| Modifier and Type | Method and Description |
|---|---|
<T extends PersistentDomainObject<T>> |
createPdoNavigationPanel(List<T> list)
Creates a navigation panel.
The preferences table name is determined by the first object. |
<T extends PersistentDomainObject<T>> |
createPdoNavigationPanel(List<T> list,
SelectionFilter selectionFilter)
Creates a navigation panel.
The preferences table name is determined by the first object. |
<T extends PersistentDomainObject<T>> |
createPdoNavigationPanel(List<T> list,
SelectionFilter selectionFilter,
int buttonMode,
boolean showTable)
Creates a navigation panel.
The preferences table name is determined by the first object. |
<T extends PersistentDomainObject<T>> |
createPdoNavigationPanel(List<T> list,
SelectionFilter selectionFilter,
int buttonMode,
boolean showTable,
String tableName)
Creates a navigation panel.
|
<T extends PersistentDomainObject<T>> |
createPdoNavigationPanel(T obj)
Creates a navigation panel for a single object.
The preferences table name is determined by the object. |
<T extends PersistentDomainObject<T>> |
createPdoNavigationPanel(T obj,
SelectionFilter selectionFilter)
Creates a navigation panel for a single object.
The preferences table name is determined by the object. |
<T extends PersistentDomainObject<T>> |
createPdoNavigationPanel(T obj,
SelectionFilter selectionFilter,
int buttonMode,
boolean showTable)
Creates a navigation panel for a single object.
The preferences table name is determined by the object. |
<T extends PersistentDomainObject<T>> |
createPdoNavigationPanel(T obj,
SelectionFilter selectionFilter,
int buttonMode,
boolean showTable,
String tableName)
Creates a navigation panel for a single object.
|
static PdoNavigationPanelFactory |
getInstance()
The singleton.
|
static PdoNavigationPanelFactory getInstance()
<T extends PersistentDomainObject<T>> PdoNavigationPanel<T> createPdoNavigationPanel(List<T> list, SelectionFilter selectionFilter, int buttonMode, boolean showTable, String tableName)
T - the pdo typelist - the list of objectsselectionFilter - filter selectable objects, null if nothing selectablebuttonMode - the visibility of buttons, one of SHOW_...showTable - true if initially show the table view, false = tree viewtableName - the preferences tablename, null if preferences by getFormTableName() from 1st object in list
<T extends PersistentDomainObject<T>> PdoNavigationPanel<T> createPdoNavigationPanel(List<T> list, SelectionFilter selectionFilter, int buttonMode, boolean showTable)
T - the pdo typelist - the list of objectsselectionFilter - filter selectable objects, null if nothing selectablebuttonMode - the visibility of buttons, one of SHOW_...showTable - true if initially show the table view, false = tree view
<T extends PersistentDomainObject<T>> PdoNavigationPanel<T> createPdoNavigationPanel(List<T> list, SelectionFilter selectionFilter)
T - the pdo typelist - the list of objectsselectionFilter - filter selectable objects, null if nothing selectable
<T extends PersistentDomainObject<T>> PdoNavigationPanel<T> createPdoNavigationPanel(List<T> list)
T - the pdo typelist - the list of objects
<T extends PersistentDomainObject<T>> PdoNavigationPanel<T> createPdoNavigationPanel(T obj, SelectionFilter selectionFilter, int buttonMode, boolean showTable, String tableName)
T - the pdo typeobj - the database objectselectionFilter - filter selectable objects, null if nothing selectablebuttonMode - the visibility of buttons, one of SHOW_...showTable - true if initially show the table view, false = tree viewtableName - the preferences tablename, null if preferences object
<T extends PersistentDomainObject<T>> PdoNavigationPanel<T> createPdoNavigationPanel(T obj, SelectionFilter selectionFilter, int buttonMode, boolean showTable)
T - the pdo typeobj - the database objectselectionFilter - filter selectable objects, null if nothing selectablebuttonMode - the visibility of buttons, one of SHOW_...showTable - true if initially show the table view, false = tree view
<T extends PersistentDomainObject<T>> PdoNavigationPanel<T> createPdoNavigationPanel(T obj, SelectionFilter selectionFilter)
T - the pdo typeobj - the database objectselectionFilter - filter selectable objects, null if nothing selectable
<T extends PersistentDomainObject<T>> PdoNavigationPanel<T> createPdoNavigationPanel(T obj)
T - the pdo typeobj - the database object
Tentackle - distributed, domain- and model-driven