Implement some kind of "refresh" command in ListView and TableView.
If I want to do some kind of graphic customization for a "selected" cell inside a CellFactory. I can't use the isSelected() method, as the factory is never called in those cases.
If I want to customize a ListView using something that is not an observable property binded to the ListView.
In short, the automatic behaviour is nice, but some way to refresh the list manually is highly desirable.
If I want to do some kind of graphic customization for a "selected" cell inside a CellFactory. I can't use the isSelected() method, as the factory is never called in those cases.
If I want to customize a ListView using something that is not an observable property binded to the ListView.
In short, the automatic behaviour is nice, but some way to refresh the list manually is highly desirable.