tornadofx / tornadofx / FXVisibility

FXVisibility

enum class FXVisibility

Enum Values

VISIBLE
HIDDEN
COLLAPSE
INHERIT

Extension Functions

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