Module org.tentackle.fx.rdc
Package org.tentackle.fx.rdc.translate
Predefined PDO value translators.
-
Class Summary Class Description PdoCollectionTreeItemTranslator<T extends PersistentDomainObject<T>,C extends Collection<T>> PDO-aware collection to TreeItem translator forFxTreeViewandFxTreeTableView.
Used if the model provides a collection.PdoComponentAddon<T extends PersistentDomainObject<T>> Adds style, context-menu, DnD and function-keys to components bound to a PDO.PdoObservableListTranslator<T extends PersistentDomainObject<T>,C extends List<T>> List translator.
Replaces ObservableListTranslator and adds PDO detection for automatic configuration via GuiProvider for tables.PdoStringTranslator<T extends PersistentDomainObject<T>> PDO to String translator.PdoTreeItemTranslator<T extends PersistentDomainObject<T>> PDO-awqre TreeItem translator forFxTreeViewandFxTreeTableView.