aimozg
cellFormat { /*this: TreeCell<MyItem>, it: MyItem ->*/ textProperty().bind(it.textProperty()) bindClass(it.statusProperty().objectBinding { status -> CssRule.c(".validataion-${status.name,toLowerCase()}") }) }