Uses of Class
org.tentackle.fx.rdc.PdoEditor
Packages that use PdoEditor
Package
Description
FX rich desktop client API.
PDO editing.
Security rules editing.
-
Uses of PdoEditor in org.tentackle.fx.rdc
Subclasses of PdoEditor in org.tentackle.fx.rdcModifier and TypeClassDescriptionclassDefaultPdoEditor<T extends PersistentDomainObject<T>>A default pdo editor.
The view is generated from the PDO model via reflection.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.Methods in org.tentackle.fx.rdc that return PdoEditorModifier and TypeMethodDescriptionDefaultGuiProvider.createEditor()GuiProvider.createEditor()Creates a controller to edit or view this object. -
Uses of PdoEditor in org.tentackle.fx.rdc.crud
Methods in org.tentackle.fx.rdc.crud that return PdoEditorMethods in org.tentackle.fx.rdc.crud with parameters of type PdoEditor -
Uses of PdoEditor in org.tentackle.fx.rdc.security
Subclasses of PdoEditor in org.tentackle.fx.rdc.security