| Package | Description |
|---|---|
| org.tentackle.swing.rdc |
Swing rich desktop client API.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends PersistentDomainObject<T>> |
DefaultPdoNavigationDialogFactory.createPdoNavigationDialog(List<T> list,
SelectionFilter selectionFilter) |
static <T extends PersistentDomainObject<T>> |
Rdc.createPdoNavigationDialog(List<T> list,
SelectionFilter selectionFilter)
Creates a navigation dialog for a list of objects.
|
<T extends PersistentDomainObject<T>> |
PdoNavigationDialogFactory.createPdoNavigationDialog(List<T> list,
SelectionFilter selectionFilter)
Creates a navigation dialog for a list of objects.
|
<T extends PersistentDomainObject<T>> |
DefaultPdoNavigationDialogFactory.createPdoNavigationDialog(List<T> list,
SelectionFilter selectionFilter,
boolean showTable) |
static <T extends PersistentDomainObject<T>> |
Rdc.createPdoNavigationDialog(List<T> list,
SelectionFilter selectionFilter,
boolean showTable)
Creates a navigation dialog for a list of objects.
|
<T extends PersistentDomainObject<T>> |
PdoNavigationDialogFactory.createPdoNavigationDialog(List<T> list,
SelectionFilter selectionFilter,
boolean showTable)
Creates a navigation dialog for a list of objects.
|
<T extends PersistentDomainObject<T>> |
DefaultPdoNavigationDialogFactory.createPdoNavigationDialog(T obj,
SelectionFilter selectionFilter) |
static <T extends PersistentDomainObject<T>> |
Rdc.createPdoNavigationDialog(T obj,
SelectionFilter selectionFilter)
Creates a navigation dialog for a single object.
|
<T extends PersistentDomainObject<T>> |
PdoNavigationDialogFactory.createPdoNavigationDialog(T obj,
SelectionFilter selectionFilter)
Creates a navigation dialog for a single object.
|
<T extends PersistentDomainObject<T>> |
DefaultPdoNavigationDialogFactory.createPdoNavigationDialog(T obj,
SelectionFilter selectionFilter,
boolean showTable) |
static <T extends PersistentDomainObject<T>> |
Rdc.createPdoNavigationDialog(T obj,
SelectionFilter selectionFilter,
boolean showTable)
Creates a navigation dialog for a single object.
|
<T extends PersistentDomainObject<T>> |
PdoNavigationDialogFactory.createPdoNavigationDialog(T obj,
SelectionFilter selectionFilter,
boolean showTable)
Creates a navigation dialog for a single object.
|
<T extends PersistentDomainObject<T>> |
DefaultPdoNavigationDialogFactory.createPdoNavigationDialog(Window owner,
List<T> list,
SelectionFilter selectionFilter) |
static <T extends PersistentDomainObject<T>> |
Rdc.createPdoNavigationDialog(Window owner,
List<T> list,
SelectionFilter selectionFilter)
Creates a navigation dialog for a list of objects.
|
<T extends PersistentDomainObject<T>> |
PdoNavigationDialogFactory.createPdoNavigationDialog(Window owner,
List<T> list,
SelectionFilter selectionFilter)
Creates a navigation dialog for a list of objects.
|
<T extends PersistentDomainObject<T>> |
DefaultPdoNavigationDialogFactory.createPdoNavigationDialog(Window owner,
List<T> list,
SelectionFilter selectionFilter,
int buttonMode,
boolean showTable) |
static <T extends PersistentDomainObject<T>> |
Rdc.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>> |
PdoNavigationDialogFactory.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>> |
DefaultPdoNavigationDialogFactory.createPdoNavigationDialog(Window owner,
T obj,
SelectionFilter selectionFilter) |
static <T extends PersistentDomainObject<T>> |
Rdc.createPdoNavigationDialog(Window owner,
T obj,
SelectionFilter selectionFilter)
Creates a navigation dialog for a single object.
|
<T extends PersistentDomainObject<T>> |
PdoNavigationDialogFactory.createPdoNavigationDialog(Window owner,
T obj,
SelectionFilter selectionFilter)
Creates a navigation dialog for a single object.
|
<T extends PersistentDomainObject<T>> |
DefaultPdoNavigationDialogFactory.createPdoNavigationDialog(Window owner,
T obj,
SelectionFilter selectionFilter,
int buttonMode,
boolean showTable) |
static <T extends PersistentDomainObject<T>> |
Rdc.createPdoNavigationDialog(Window owner,
T obj,
SelectionFilter selectionFilter,
int buttonMode,
boolean showTable)
Creates a navigation dialog for a single object.
|
<T extends PersistentDomainObject<T>> |
PdoNavigationDialogFactory.createPdoNavigationDialog(Window owner,
T obj,
SelectionFilter selectionFilter,
int buttonMode,
boolean showTable)
Creates a navigation dialog for a single object.
|
Tentackle - a domain driven enterprise framework