Uses of Interface
org.tentackle.fx.rdc.GuiProvider
Packages that use GuiProvider
Package
Description
FX rich desktop client API.
Security rules editing.
-
Uses of GuiProvider in org.tentackle.fx.rdc
Classes in org.tentackle.fx.rdc that implement GuiProviderModifier and TypeClassDescriptionclassDefaultGuiProvider<T extends PersistentDomainObject<T>>Default implementation of aGuiProvider.
Can be used as an adapter.Methods in org.tentackle.fx.rdc that return GuiProviderModifier and TypeMethodDescription<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.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