Uses of Interface
org.tentackle.fx.rdc.GuiProvider
-
Packages that use GuiProvider Package Description org.tentackle.fx.rdc FX rich desktop client API.org.tentackle.fx.rdc.security Security rules editing. -
-
Uses of GuiProvider in org.tentackle.fx.rdc
Classes in org.tentackle.fx.rdc that implement GuiProvider Modifier and Type Class Description classDefaultGuiProvider<T extends PersistentDomainObject<T>>Default implementation of aGuiProvider.
Can be used as an adapter.Methods in org.tentackle.fx.rdc that return GuiProvider Modifier and Type Method Description <T extends PersistentDomainObject<T>>
GuiProvider<T>DefaultGuiProviderFactory. createGuiProvider(T pdo)<T extends PersistentDomainObject<T>>
GuiProvider<T>GuiProviderFactory. createGuiProvider(T pdo)Creates a service object that provides methods related to the rdc gui.static <T extends PersistentDomainObject<T>>
GuiProvider<T>Rdc. createGuiProvider(T pdo)Creates a service object that provides methods related to the rdc gui.protected GuiProvider<T>PdoTreeCell. getGuiProvider()Gets the GUI provider.GuiProvider<T>PdoTreeItem. getGuiProvider()Lazily gets the GUI provider for the PDO. -
Uses of GuiProvider in org.tentackle.fx.rdc.security
Classes in org.tentackle.fx.rdc.security that implement GuiProvider Modifier and Type Class Description classSecurityGuiProviderGUI provider for Security.
-