我正在尝试在JavaFX 8中执行BooleanBinding,它确定TableView是否为空。我怎样才能做到这一点?

最佳答案


Bindings.isEmpty(table.getItems())

09-05 08:54