tornadofx / tornadofx / TableColumnCellCache

TableColumnCellCache

class TableColumnCellCache<T>

Constructors

<init> TableColumnCellCache(cacheProvider: (T) -> Node)

Functions

getOrCreateNode fun getOrCreateNode(value: T): <ERROR CLASS>

Extension Functions

getProperty fun <T> Any.getProperty(prop: KMutableProperty1<*, T>): ObjectProperty<T>
observable fun <T : Any> Any.observable(propName: String): ObjectProperty<T>