Uses of Interface
org.tentackle.fx.rdc.PdoController
-
Packages that use PdoController Package Description org.tentackle.fx.rdc FX rich desktop client API.org.tentackle.fx.rdc.crud PDO editing.org.tentackle.fx.rdc.search PDO search.org.tentackle.fx.rdc.security Security rules editing. -
-
Uses of PdoController in org.tentackle.fx.rdc
Classes in org.tentackle.fx.rdc with type parameters of type PdoController Modifier and Type Class Description classPdoViewer<T extends org.tentackle.pdo.PersistentDomainObject<T>,C extends PdoController<T>>A wrapper for some view controller that can be used as a pdo editor.
Useful to view PDOs that cannot be edited.Classes in org.tentackle.fx.rdc that implement PdoController Modifier and Type Class Description classDefaultPdoEditor<T extends org.tentackle.pdo.PersistentDomainObject<T>>A default pdo editor.
The view is generated from the PDO model via reflection.classPdoEditor<T extends org.tentackle.pdo.PersistentDomainObject<T>>FxController to edit a PDO.classPdoFinder<T extends org.tentackle.pdo.PersistentDomainObject<T>>FxController to search for PDOs.
Holds the view of the selection criteria and runs the query.classPdoViewer<T extends org.tentackle.pdo.PersistentDomainObject<T>,C extends PdoController<T>>A wrapper for some view controller that can be used as a pdo editor.
Useful to view PDOs that cannot be edited. -
Uses of PdoController in org.tentackle.fx.rdc.crud
Classes in org.tentackle.fx.rdc.crud that implement PdoController Modifier and Type Class Description classPdoCrud<T extends org.tentackle.pdo.PersistentDomainObject<T>>CRUD controller for PDOs. -
Uses of PdoController in org.tentackle.fx.rdc.search
Classes in org.tentackle.fx.rdc.search that implement PdoController Modifier and Type Class Description classDefaultPdoFinder<T extends org.tentackle.pdo.PersistentDomainObject<T>>The simple default finder.
Provides normtext-search criteria (if entity provides a normtext).classPdoSearch<T extends org.tentackle.pdo.PersistentDomainObject<T>>Search controller for PDOs. -
Uses of PdoController in org.tentackle.fx.rdc.security
Classes in org.tentackle.fx.rdc.security that implement PdoController Modifier and Type Class Description classSecurityEditorEditor for Security.
-