``` cellFormat { /*this: TreeCell<MyItem>, i...
# tornadofx
a
Copy code
cellFormat { /*this: TreeCell<MyItem>, it: MyItem ->*/
    textProperty().bind(it.textProperty())
    bindClass(it.statusProperty().objectBinding { status -> CssRule.c(".validataion-${status.name,toLowerCase()}") })
}