Module org.tentackle.fx.rdc
Package org.tentackle.fx.rdc
package org.tentackle.fx.rdc
FX rich desktop client API.
-
ClassDescriptionDefaultGuiProvider<T extends PersistentDomainObject<T>>Default implementation of a
GuiProvider.
Can be used as an adapter.The default GUI provider factory.The default GUI provider factory.DefaultPdoEditor<T extends PersistentDomainObject<T>>A default pdo editor.
The view is generated from the PDO model via reflection.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.GuiProvider<T extends PersistentDomainObject<T>>Provider of GUI-functionality for a pdo.A factory forGuiProviders.Annotation to express that the annotated class is aGuiProviderfor PDO.A factory for PDO context menus.
The context menus are used as popups.PdoController<T extends PersistentDomainObject<T>>FX controller for a persistent domain object.PdoEditor<T extends PersistentDomainObject<T>>FxController to edit a PDO.Event related to persistence operations on a PDO.PdoFinder<T extends PersistentDomainObject<T>>FxController to search for PDOs.
Holds the view of the selection criteria and runs the query.PdoTableCell<S,T extends PersistentDomainObject<T>> A PDO table cell.
Used for cells containing a PDO.PdoTableContextMenuItem<T extends PersistentDomainObject<T>>A context menu item.
Context menu items are used in popup menus forPdoTableCells.Annotation to express that the annotated class is aPdoTableContextMenuItem.PdoTreeCell<T extends PersistentDomainObject<T>>A PDO tree cell.PdoTreeContextMenuItem<T extends PersistentDomainObject<T>>A context menu item.
Context menu items are used in popup menus forPdoTreeCells.Annotation to express that the annotated class is aPdoTreeContextMenuItem.PdoTreeItem<T extends PersistentDomainObject<T>>Tree item for a PDO.PdoTreeTableCell<S,T extends PersistentDomainObject<T>> A PDO tree table cell.
Used for cells containing a PDO.PdoTreeTableContextMenuItem<T extends PersistentDomainObject<T>>A context menu item.
Context menu items are used in popup menus forPdoTreeTableCells.Annotation to express that the annotated class is aPdoTreeTableContextMenuItem.A wrapper for some view controller that can be used as a pdo editor.
Useful to view PDOs that cannot be edited.Collected factory methods for FX-RDC-related stuff.
Enhances code readability.A factory for FX-RDC-related stuff.PDO-awareFxFactory.Bundle for rdc-package in tentackle-swing-rdc.FxUtilitiesfor RDC.RDC runtime exception.ExtendedShortLongTextCellFactorywith security checks.RDC-related utility methods.