| Package | Description |
|---|---|
| org.tentackle.swing.rdc |
Swing rich desktop client API.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
PdoSearchDialogFactory.createPdoSearchDialog(Component comp,
org.tentackle.pdo.DomainContext context,
Class<T> searchClass,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal)
Creates a search dialog.
|
static <T extends org.tentackle.pdo.PersistentDomainObject<T>> |
Rdc.createPdoSearchDialog(Component comp,
org.tentackle.pdo.DomainContext context,
Class<T> searchClass,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal)
Creates a search dialog.
|
<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
DefaultPdoSearchDialogFactory.createPdoSearchDialog(Component comp,
org.tentackle.pdo.DomainContext context,
Class<T> searchClass,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal) |
<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
PdoSearchDialogFactory.createPdoSearchDialog(Component comp,
PdoSearch<T> pdoSearch,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal)
Creates a search dialog.
|
static <T extends org.tentackle.pdo.PersistentDomainObject<T>> |
Rdc.createPdoSearchDialog(Component comp,
PdoSearch<T> pdoSearch,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal)
Creates a search dialog.
|
<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
DefaultPdoSearchDialogFactory.createPdoSearchDialog(Component comp,
PdoSearch<T> searchPlugin,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal) |
<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
PdoSearchDialogFactory.createPdoSearchDialog(org.tentackle.pdo.DomainContext context,
Class<T> searchClass,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal)
Creates a search dialog.
|
static <T extends org.tentackle.pdo.PersistentDomainObject<T>> |
Rdc.createPdoSearchDialog(org.tentackle.pdo.DomainContext context,
Class<T> searchClass,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal)
Creates a search dialog.
|
<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
DefaultPdoSearchDialogFactory.createPdoSearchDialog(org.tentackle.pdo.DomainContext context,
Class<T> searchClass,
SelectionFilter selectionFilter,
boolean allowCreate,
boolean modal) |
PdoSearchDialog<T> |
PdoLinkPanel.createSearchDialog()
Creates the search dialog.
|
PdoSearchDialog<T> |
PdoFieldPanel.createSearchDialog()
Creates the search dialog.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.