override val root = listview() { cellCache { titledpane(it.category) { listview(it.components) { cellFragment(ComponentView::class) } } } }