class DataGridCellSkin<T> : CellSkinBase<DataGridCell<T>, DataGridCellBehavior<T>>
<init> |
DataGridCellSkin(control: DataGridCell<T>) |
getProperty |
fun <T> Any.getProperty(prop: KMutableProperty1<*, T>): ObjectProperty<T> |
observable |
fun <T : Any> Any.observable(propName: String): ObjectProperty<T> |