| Package | Description |
|---|---|
| org.tentackle.fx.rdc |
FX rich desktop client API.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends PersistentDomainObject<T>> |
RdcFactory.createPdoCrud(T pdo,
boolean editable,
boolean modal)
Creates a CRUD controller for a pdo.
|
static <T extends PersistentDomainObject<T>> |
Rdc.createPdoCrud(T pdo,
boolean editable,
boolean modal)
Creates a CRUD controller for a pdo.
|
<T extends PersistentDomainObject<T>> |
DefaultRdcFactory.createPdoCrud(T pdo,
boolean editable,
boolean modal) |
static <T extends PersistentDomainObject<T>> |
Rdc.getCrud(T pdo,
javafx.collections.ObservableList<T> pdoList,
boolean editable,
javafx.stage.Modality modality,
javafx.stage.Window owner)
Gets a CRUD for a PDO.
If the PDO is already being edited the corresponding stage will be brought to front and null is returned. |
<T extends PersistentDomainObject<T>> |
RdcUtilities.getCrud(T pdo,
javafx.collections.ObservableList<T> pdoList,
boolean editable,
javafx.stage.Modality modality,
javafx.stage.Window owner)
Gets a CRUD for a PDO.
If the PDO is already being edited the corresponding stage will be brought to front and null is returned. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends PersistentDomainObject<T>> |
Rdc.displayCrudStage(T pdo,
javafx.collections.ObservableList<T> pdoList,
boolean editable,
javafx.stage.Modality modality,
javafx.stage.Window owner,
Consumer<PdoCrud<T>> configurator)
CRUD of a PDO in a separate window.
|
<T extends PersistentDomainObject<T>> |
RdcUtilities.displayCrudStage(T pdo,
javafx.collections.ObservableList<T> pdoList,
boolean editable,
javafx.stage.Modality modality,
javafx.stage.Window owner,
Consumer<PdoCrud<T>> configurator)
CRUD of a PDO in a separate window.
|
Tentackle - distributed, domain- and model-driven