Module org.tentackle.fx.rdc
Package org.tentackle.fx.rdc
FX rich desktop client API.
-
Interface Summary Interface Description GuiProvider<T extends org.tentackle.pdo.PersistentDomainObject<T>> Provider of GUI-functionality for a pdo.GuiProviderFactory A factory forGuiProviders.InteractiveError Description of an error.InteractiveErrorFactory A factory for interactive errors.PdoContextMenuFactory A factory for PDO context menus.
The context menus are used as popups.PdoTableContextMenuItem<S,T extends org.tentackle.pdo.PersistentDomainObject<T>> A context menu item.
Context menu items are used in popup menus forPdoTableCells.PdoTreeContextMenuItem<T extends org.tentackle.pdo.PersistentDomainObject<T>> A context menu item.
Context menu items are used in popup menus forPdoTreeCells.RdcFactory A factory for FX-RDC-related stuff. -
Class Summary Class Description DefaultGuiProvider<T extends org.tentackle.pdo.PersistentDomainObject<T>> Default implementation of aGuiProvider.
Can be used as an adapter.DefaultGuiProviderFactory The default GUI provider factory.DefaultInteractiveError Default implementation for an interactive error.DefaultInteractiveErrorFactory Default interactive error factory.DefaultPdoContextMenuFactory The default GUI provider factory.DefaultPdoEditor<T extends org.tentackle.pdo.PersistentDomainObject<T>> A default pdo editor.
The view is generated from the PDO model via reflection.DefaultRdcFactory The default RDC factory.EventListenerProxy<T extends javafx.event.Event> Event listener proxy for event handlers and filters.
Provides access to all registered listeners and delegates them to a Node.FileUtilities File-related utility methods.PdoEditor<T extends org.tentackle.pdo.PersistentDomainObject<T>> FxController to edit a PDO.PdoEvent Event related to persistence operations on a PDO.PdoFinder<T extends org.tentackle.pdo.PersistentDomainObject<T>> FxController to search for PDOs.
Holds the view of the selection criteria and runs the query.PdoTableCell<S,T extends org.tentackle.pdo.PersistentDomainObject<T>> A PDO tree cell.PdoTreeCell<T extends org.tentackle.pdo.PersistentDomainObject<T>> A PDO tree cell.PdoTreeItem<T extends org.tentackle.pdo.PersistentDomainObject<T>> Tree item for a PDO.Rdc Collected factory methods for FX-RDC-related stuff.
Enhances code readability.RdcFxRdcBundle Bundle for rdc-package in tentackle-swing-rdc.RdcFxUtilities FxUtilitiesfor RDC.RdcUtilities RDC-related utility methods. -
Exception Summary Exception Description RdcRuntimeException RDC runtime exception. -
Annotation Types Summary Annotation Type Description GuiProviderService Annotation to express that the annotated class is aGuiProviderfor PDO.PdoTableContextMenuItemService Annotation to express that the annotated class is aPdoTableContextMenuItem.PdoTreeContextMenuItemService Annotation to express that the annotated class is aPdoTreeContextMenuItem.