JavaFX Datagrid

Posted by Chepech on Stack Overflow See other posts from Stack Overflow or by Chepech
Published on 2010-04-12T16:18:10Z Indexed on 2010/04/12 16:23 UTC
Read the original article Hit count: 1194

Filed under:
|
|

Hi All.

Im in the verge of starting a new RIA development. We've been using Flex/Flash for the last 2 years but we were considering using a more OS approach so we though giving JavaFX a try since it seams the only solid option available. However after a couple of days of research we found out that there is not such thing as a datagrid for it, at least not in the core API. For those unfamiliar with Flex, a Datagrid is a component that allows you to display a collection of data in column-row layout (much like a HTML Table on steroids). The beauty of it is that you only need to worry about the data itself as the component does pretty much the rest (sorting, column dragging, etc).

Im afraid to ask... but is there something slightly similar for JavaFX?

We require nothing as fancy as Flex Datagrids/AdvancedDatagrids, we only require a easy, straight forward way to display grids of data that are able to have a little of interaction like clicking, sorting and that are able to display images, buttons, etc. without having to download a ton of different jars.

If there isn´t something out there... This would be a shot in the back of the head to the idea of giving javaFx the chance to compete with flash on our project (which is sad).

I really cant believe the SUN people didnt include something like this on the core API...

© Stack Overflow or respective owner

Related posts about javafx

Related posts about datagrid