Uses of Class
org.tentackle.fx.rdc.PdoTreeTableCell
-
Packages that use PdoTreeTableCell Package Description org.tentackle.fx.rdc FX rich desktop client API. -
-
Uses of PdoTreeTableCell in org.tentackle.fx.rdc
Methods in org.tentackle.fx.rdc that return PdoTreeTableCell Modifier and Type Method Description <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 PdoTreeTableCell Modifier and Type Method Description <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.
-