Uses of Class
org.tentackle.fx.rdc.PdoTreeItem
Packages that use PdoTreeItem
-
Uses of PdoTreeItem in org.tentackle.fx.rdc
Methods in org.tentackle.fx.rdc that return PdoTreeItemModifier and TypeMethodDescription<T extends PersistentDomainObject<T>>
PdoTreeItem<T>DefaultRdcFactory.createTreeItem(T pdo) <T extends PersistentDomainObject<T>>
PdoTreeItem<T>RdcFactory.createTreeItem(T pdo) Creates a tree item for a pdo.<P extends PersistentDomainObject<P>>
PdoTreeItem<P>PdoTreeItem.getParentPdoItem()Gets the parent PdoTreeItem.PdoTreeCell.getPdoTreeItem()Gets the PDO tree item.Methods in org.tentackle.fx.rdc with parameters of type PdoTreeItemModifier and TypeMethodDescriptionprotected <T extends PersistentDomainObject<T>>
booleanRdcFxUtilities.isPdoTypeInParentPath(PdoTreeItem<T> treeItem) Sames asRdcFxUtilities.isValueInParentPath(TreeItem)but for PDO tree items.