https://kotlinlang.org logo
e

edvin

09/18/2016, 2:41 PM
When you call
cellCache
on a
TableColumn
, it checks if the current
cellFactory
is "cache aware" by checking for the property
tornadofx.cellCacheCapable
on the TableCell. If it is not present, a default
cellFormat
factory is installed.