Uses of Interface
org.tentackle.fx.rdc.PdoController
Packages that use PdoController
Package
Description
FX rich desktop client API.
PDO editing.
PDO search.
Security rules editing.
-
Uses of PdoController in org.tentackle.fx.rdc
Classes in org.tentackle.fx.rdc with type parameters of type PdoControllerModifier and TypeClassDescriptionclassPdoViewer<T extends 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 PdoControllerModifier and TypeClassDescriptionclassDefaultPdoEditor<T extends PersistentDomainObject<T>>A default pdo editor.
The view is generated from the PDO model via reflection.classPdoEditor<T extends PersistentDomainObject<T>>FxController to edit a PDO.classPdoFinder<T extends PersistentDomainObject<T>>FxController to search for PDOs.
Holds the view of the selection criteria and runs the query.classPdoViewer<T extends 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 PdoControllerModifier and TypeClassDescriptionclassPdoCrud<T extends PersistentDomainObject<T>>CRUD controller for PDOs. -
Uses of PdoController in org.tentackle.fx.rdc.search
Classes in org.tentackle.fx.rdc.search that implement PdoControllerModifier and TypeClassDescriptionclassDefaultPdoFinder<T extends PersistentDomainObject<T>>The simple default finder.
Provides normtext-search criteria (if entity provides a normtext).classPdoSearch<T extends 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