FilteredList/SortedList
Richard Bair
richard.bair at oracle.com
Tue Jan 8 10:36:45 PST 2013
On Jan 8, 2013, at 10:23 AM, Knut Arne Vedaa <knut.arne.vedaa at broadpark.no> wrote:
> Sorry, forgot reply to list...
>
> Richard Bair wrote:
> > sometimes you want to filter& then sort, sometimes you want to sort&
> then filter, or perhaps provide a series of transformations. By having a chain of such things easily available to the developer, we make it easy for the developer to explicitly influence in what order things occur.
>
> I don't think that would be relevant to TableView. How would it "reach back" in the transformation chain to do it's sorting e.g. before a filter?
It wouldn't -- it would (by default) only sort on the tip. However there is API on table view to intercept the sort so you can take whatever measures you want instead -- which is required so that you can sort on the DB if that was what you needed to do. At least, we were going to add such API if we haven't already, Jonathan?
More information about the openjfx-dev
mailing list