Possible additions to JavaFX to facilitate forms and validations

Tom Schindl tom.schindl at bestsolution.at
Tue Dec 6 13:49:47 PST 2011


[...]

> For ListView and TableView I would see the current selected 'row' as the
> value. Multi-selection has some additional challenges here, and I would be
> interested in other thoughts on this. One option is that these controls use
> List<ItemType> as their ValueType, another (and probably my preference) is
> that there is a separate interface called 'HasValues' for binding to
> multi-selection value controls, while still allowing simple binding to
> single-selection values.

Well for TableView and Lists the business value could also be the
ObservableList of Items itself not? Take for example the addresses of a
person which are shown in the TableView.

Tom


-- 
B e s t S o l u t i o n . a t                        EDV Systemhaus GmbH
------------------------------------------------------------------------
tom schindl                 geschäftsführer/CEO
------------------------------------------------------------------------
eduard-bodem-gasse 5-7/1   A-6020 innsbruck     fax      ++43 512 935833
http://www.BestSolution.at                      phone    ++43 512 935834


More information about the openjfx-dev mailing list