Uses of Class
org.tentackle.fx.rdc.crud.PdoCrud
Packages that use PdoCrud
-
Uses of PdoCrud in org.tentackle.fx.rdc
Methods in org.tentackle.fx.rdc that return PdoCrudModifier and TypeMethodDescription<T extends PersistentDomainObject<T>>
PdoCrud<T>DefaultRdcFactory.createPdoCrud(T pdo, boolean editable, boolean modal) static <T extends PersistentDomainObject<T>>
PdoCrud<T>Rdc.createPdoCrud(T pdo, boolean editable, boolean modal) Creates a CRUD controller for a pdo.<T extends PersistentDomainObject<T>>
PdoCrud<T>RdcFactory.createPdoCrud(T pdo, boolean editable, boolean modal) Creates a CRUD controller for a pdo.static <T extends PersistentDomainObject<T>>
PdoCrud<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>>
PdoCrud<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.