tornadofx / tornadofx / TreeTableSmartResize

TreeTableSmartResize

class TreeTableSmartResize

Functions

call fun call(param: ResizeFeatures<out Any>): Boolean
requestResize fun requestResize(table: TreeTableView<*>): Unit

Companion Object Properties

POLICY val POLICY: TreeTableSmartResize
ResizeTypeKey const val ResizeTypeKey: String

Extension Functions

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