Uses of Class
org.tentackle.fx.rdc.PdoTableCell
-
Packages that use PdoTableCell Package Description org.tentackle.fx.rdc FX rich desktop client API. -
-
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()<S,T extends org.tentackle.pdo.PersistentDomainObject<T>>
PdoTableCell<S,T>RdcFactory. createTableCell()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.
-