tornadofx / tornadofx / DataGridCellSkin

DataGridCellSkin

class DataGridCellSkin<T> : CellSkinBase<DataGridCell<T>, DataGridCellBehavior<T>>

Constructors

<init> DataGridCellSkin(control: DataGridCell<T>)

Extension Functions

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