Denny Israel
Denny Israel
Hi @mihaeu, could you please consider this PR?
@lestard yes exaxctly :-) @sialcasa I don't think this mechanisms works for me. I don't want to write my own control.
The fx:root mechanism works for the fxml that is loaded directly via FluentFXMLLoader but not for included FXML.
:+1: Great idea. In my last projects we had a lot of discussions on how to implement this and about the separation of view and view model. Some colleages say...
Some implementations of the SelectionModel (e.g. SelectionModel of TreeTableView) contains Bugs so that exceptions are thrown when removing and adding elements from and into the list during one event. But...
Looks good. When the element class implements equals and hashCode the check `getModelList().contains(oldSelectedElement)` may returns false because equals checks all data. It would be good when the caller could pass...