| Package | Description |
|---|---|
| org.tentackle.fx.rdc |
FX rich desktop client API.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends PersistentDomainObject<T>> |
RdcFactory.createPdoSearch(T pdo)
Creates a search controller for a pdo.
|
static <T extends PersistentDomainObject<T>> |
Rdc.createPdoSearch(T pdo)
Creates a search controller for a pdo.
|
<T extends PersistentDomainObject<T>> |
DefaultRdcFactory.createPdoSearch(T pdo) |
static <T extends PersistentDomainObject<T>> |
Rdc.getSearch(T pdo,
javafx.stage.Modality modality,
javafx.stage.Window owner)
Gets a search controller for a PDO.
|
<T extends PersistentDomainObject<T>> |
RdcUtilities.getSearch(T pdo,
javafx.stage.Modality modality,
javafx.stage.Window owner)
Gets a search controller for a PDO.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends PersistentDomainObject<T>> |
Rdc.displaySearchStage(T pdo,
javafx.stage.Modality modality,
javafx.stage.Window owner,
boolean createPdoAllowed,
Consumer<PdoSearch<T>> configurator)
Searches for PDOs in a separate window.
|
<T extends PersistentDomainObject<T>> |
RdcUtilities.displaySearchStage(T pdo,
javafx.stage.Modality modality,
javafx.stage.Window owner,
boolean createPdoAllowed,
Consumer<PdoSearch<T>> configurator)
Searches for PDOs in a separate window.
|
Tentackle - distributed, domain- and model-driven