Uses of Class
org.tentackle.fx.rdc.PdoTableCell
Packages that use PdoTableCell
Package
Description
FX rich desktop client API.
Predefined context menu items.
-
Uses of PdoTableCell in org.tentackle.fx.rdc
Methods in org.tentackle.fx.rdc that return PdoTableCellModifier and TypeMethodDescription<S,T extends PersistentDomainObject<T>>
PdoTableCell<S,T> DefaultRdcFactory.createTableCell(TableColumnConfiguration<S, T> columnConfig) static <S,T extends PersistentDomainObject<T>>
PdoTableCell<S,T> Rdc.createTableCell(TableColumnConfiguration<S, T> columnConfig) Creates a table cell for a pdo type.<S,T extends PersistentDomainObject<T>>
PdoTableCell<S,T> RdcFactory.createTableCell(TableColumnConfiguration<S, T> columnConfig) Creates a table cell for a pdo type.Methods in org.tentackle.fx.rdc with parameters of type PdoTableCellModifier and TypeMethodDescription<S,T extends PersistentDomainObject<T>>
javafx.scene.control.ContextMenuDefaultPdoContextMenuFactory.create(PdoTableCell<S, T> cell) <S,T extends PersistentDomainObject<T>>
javafx.scene.control.ContextMenuPdoContextMenuFactory.create(PdoTableCell<S, T> cell) Creates a context menu for a table cell.