tornadofx / tornadofx / ValidationSeverity

ValidationSeverity

enum class ValidationSeverity

Enum Values

Error
Warning
Info
Success

Extension Functions

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