Uses of Class
org.tentackle.fx.rdc.PdoTreeTableCell
Packages that use PdoTreeTableCell
-
Uses of PdoTreeTableCell in org.tentackle.fx.rdc
Methods in org.tentackle.fx.rdc that return PdoTreeTableCellModifier and TypeMethodDescription<S,T extends PersistentDomainObject<T>>
PdoTreeTableCell<S,T> DefaultRdcFactory.createTreeTableCell(TableColumnConfiguration<S, T> columnConfig) static <S,T extends PersistentDomainObject<T>>
PdoTreeTableCell<S,T> Rdc.createTreeTableCell(TableColumnConfiguration<S, T> columnConfig) Creates a tree table cell for a pdo type.<S,T extends PersistentDomainObject<T>>
PdoTreeTableCell<S,T> RdcFactory.createTreeTableCell(TableColumnConfiguration<S, T> columnConfig) Creates a tree table cell for a pdo type.Methods in org.tentackle.fx.rdc with parameters of type PdoTreeTableCellModifier and TypeMethodDescription<S,T extends PersistentDomainObject<T>>
javafx.scene.control.ContextMenuDefaultPdoContextMenuFactory.create(PdoTreeTableCell<S, T> cell) <S,T extends PersistentDomainObject<T>>
javafx.scene.control.ContextMenuPdoContextMenuFactory.create(PdoTreeTableCell<S, T> cell) Creates a context menu for a tree table cell.