It has another nice feature though. You can overri...
# tornadofx
e
It has another nice feature though. You can override
fun updateItem(item: Item)
- a version of updateItem where you don't need to check if item is != null or empty == true. It will only be called if there is an actual value, and in any other case, text and graphic is automatically set to null.