Closed GoogleCodeExporter closed 8 years ago
You know what would be interesting would be to use the builder pattern. The
pattern
would works perfect even though it would be to populate the object. Even the
renderer
methods could be exposed through the builder. The great thing is how easy it is
to
read and work with.
Something like this:
ColumnPopulator populator = new ColumnPopulator(TableFacade tableFacade, String
columnName);
populator.filterable(false).sortable(false).editable(true).cellEditor(myCellEdit
or);
Original comment by jeff.johnston.mn@gmail.com
on 15 May 2009 at 9:41
how can i sum a whole column?
how can i group columns?
Original comment by danniv21@gmail.com
on 19 May 2009 at 9:59
To group and total columns you need to create a custom view. Its a little
involved
but not too difficult once you get the hang of it. It is very powerful though
and
allows you to tweak the view however you want!
http://code.google.com/p/jmesa/wiki/GroupColumnsTutorial
Original comment by jeff.johnston.mn@gmail.com
on 20 May 2009 at 2:43
Original comment by jeff.johnston.mn@gmail.com
on 11 Jun 2009 at 12:52
Original issue reported on code.google.com by
AlejaV...@gmail.com
on 14 May 2009 at 7:35