data class CssBox<out T>
<init> |
CssBox(top: T, right: T, bottom: T, left: T) |
bottom |
val bottom: T |
left |
val left: T |
right |
val right: T |
top |
val top: T |
getProperty |
fun <T> Any.getProperty(prop: KMutableProperty1<*, T>): ObjectProperty<T> |
observable |
fun <T : Any> Any.observable(propName: String): ObjectProperty<T> |