cellFormat { graph...
# tornadofx
m
cellFormat { graphic = hbox(alignment = Pos.CENTER) { combobox(property = rowItem.codUnidadeConvProperty, values = controller.findAllUnidadeConv()) { converter = UnidadeConv() } } }