| Package | Description |
|---|---|
| org.tentackle.swing.rdc |
Swing rich desktop client API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPdoSearch<T extends PersistentDomainObject<T>>
Common base class for a PDO search.
|
class |
DefaultSearch<T extends PersistentDomainObject<T>>
A default implementation of a PDO search.
|
| Modifier and Type | Method and Description |
|---|---|
PdoSearch<T> |
DefaultGuiProvider.createPdoSearch() |
PdoSearch<T> |
GuiProvider.createPdoSearch()
Creates the search plugin for the search dialog.
|
protected PdoSearch<T> |
PdoSearchDialog.createPdoSearch(DomainContext context,
Class<T> searchClass)
Creates the default pdo search from the GUI-provider according to given PDO class.
|
PdoSearch<T> |
PdoSearchDialog.getPdoSearch()
get the search plugin.
|
PdoSearch<T> |
PdoFieldPanel.getSearchPlugin()
Gets the search plugin.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends PersistentDomainObject<T>> |
Rdc.createPdoSearchDialog(Component comp,
PdoSearch<T> pdoSearch,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal)
Creates a search dialog.
|
<T extends PersistentDomainObject<T>> |
DefaultPdoSearchDialogFactory.createPdoSearchDialog(Component comp,
PdoSearch<T> searchPlugin,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal) |
<T extends PersistentDomainObject<T>> |
PdoSearchDialogFactory.createPdoSearchDialog(Component comp,
PdoSearch<T> pdoSearch,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal)
Creates a search dialog.
|
void |
PdoLinkPanel.setLink(PdoSearch<T> pdoSearch,
long linkedId)
Sets the link.
|
void |
PdoFieldPanel.setLink(PdoSearch<T> pdoSearch,
long linkedId)
Sets the link.
|
void |
PdoSearchDialog.setPdoSearch(PdoSearch<T> pdoSearch)
Set the search plugin (if custom).
|
protected void |
PdoSearchDialog.setup(PdoSearch<T> pdoSearch,
SelectionFilter selectionFilter,
boolean allowCreate)
Sets up the dialog by plugin.
|
| Constructor and Description |
|---|
PdoSearchDialog(Window owner,
PdoSearch<T> pdoSearch,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal)
Creates a search dialog.
|
Tentackle - a domain driven enterprise framework