Den 12.07.2011 18:10, skrev SYSE | Edvin:
Den 12.07.2011 18:07, skrev Chris Bartlett:
GridView = ( FlowPane/GridPane + internal List<?> + renderers +
selection logic + keyboard handling ) ?
On 12 July 2011 23:03, Greg Brown<[email protected]> wrote:
I don't think you'd want to use either GridPane or FlowPane as a
basis for this component - those are containers, whereas I think what
you want is a data-driven component.
I found https://issues.apache.org/jira/browse/PIVOT-276. I was thinking
the same as Chris is describing here. Why is FlowPane not a good base?
I've been looking at the code for TerraTableViewSkin, so I see now that
that was a stupid question :) Wondering if I should try to create a
GridView by stealing ideas from TableView...
-- Edvin