edvin
03/06/2017, 6:10 PMcarlw
03/06/2017, 6:14 PMedvin
03/06/2017, 6:37 PMProperty<Int>
and Property<Any>
etc.edvin
03/06/2017, 6:39 PMjchildress
03/06/2017, 6:40 PMedvin
03/06/2017, 6:41 PMjchildress
03/06/2017, 6:41 PMedvin
03/06/2017, 6:45 PMedvin
03/06/2017, 6:45 PMron
03/06/2017, 7:38 PMron
03/06/2017, 7:38 PMron
03/06/2017, 7:41 PMedvin
03/06/2017, 7:44 PMron
03/06/2017, 7:44 PMron
03/06/2017, 7:45 PMentries.setAll(repository.entries.observable())
worksedvin
03/06/2017, 7:45 PMrepository.entries
- is that an ObservableList or an ListProperty?ron
03/06/2017, 7:45 PMedvin
03/06/2017, 7:46 PMsetAll()
on a java.util.List will never cause anything to update, and it would make no difference if you passed in an observable list or not.ron
03/06/2017, 7:46 PMedvin
03/06/2017, 7:47 PMentries
, not repository.entries
. Sorry 🙂edvin
03/06/2017, 7:47 PMsortedFilteredList.items.setAll(someNewList)
and it doesn't matter if someNewList
is observable or not.edvin
03/06/2017, 7:48 PMedvin
03/06/2017, 7:49 PMron
03/06/2017, 7:49 PMron
03/06/2017, 7:49 PMron
03/06/2017, 8:02 PMron
03/06/2017, 8:03 PMcarlw
03/06/2017, 8:11 PM