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