Uses of Class
org.tentackle.fx.rdc.PdoEditor
-
Packages that use PdoEditor Package Description org.tentackle.fx.rdc FX rich desktop client API.org.tentackle.fx.rdc.crud PDO editing.org.tentackle.fx.rdc.security Security rules editing. -
-
Uses of PdoEditor in org.tentackle.fx.rdc
Subclasses of PdoEditor in org.tentackle.fx.rdc 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.Methods in org.tentackle.fx.rdc that return PdoEditor Modifier and Type Method Description PdoEditor<T>DefaultGuiProvider. createEditor()PdoEditor<T>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 PdoEditor Modifier and Type Method Description PdoEditor<T>PdoCrud. getEditor()Gets the pdo editor.Methods in org.tentackle.fx.rdc.crud with parameters of type PdoEditor Modifier and Type Method Description voidPdoCrud. setEditor(PdoEditor<T> editor)Sets the pdo editor. -
Uses of PdoEditor in org.tentackle.fx.rdc.security
Subclasses of PdoEditor in org.tentackle.fx.rdc.security Modifier and Type Class Description classSecurityEditorEditor for Security.
-