AbstractTableMasterForm « MVC « Spring Q&A





1. AbstractTableMasterForm with Matcher but not MatcherEditor    forum.springsource.org

AbstractTableMasterForm with Matcher but not MatcherEditor Hi Just had a look at the new AbstractTableMasterForm as an example of how to set the GlazedList filtering. The AbstractTableMasterForm accepts a Matcher which ...

2. possible bug within AbstractTableMasterForm ?    forum.springsource.org

possible bug within AbstractTableMasterForm ? Hi, I'm trying to build a complex application that should look like pretty much like this: a tree panel on the left side, an "editing area" ...

3. AbstractTableMasterForm filtering table how repaint model or what    forum.springsource.org

AbstractTableMasterForm filtering table how repaint model or what I need i had in master/detail form very much datas example 1000. I need filter it by user input. When i first create ...

4. Converter in AbstractTableMasterForm not working    forum.springsource.org

Converter in AbstractTableMasterForm not working Hello all, i've implemented two custom convertes to convert a domain object price to it's string representation and back. The converters work well within forms build ...

5. Setting DefaultCellRenderer in AbstractTableMasterForm    forum.springsource.org

Setting DefaultCellRenderer in AbstractTableMasterForm Setting a CellRenderer on the table of a AbstractTableMasterForm has no effect, the column will still be rendered with the simple toString method. In contrast to this, ...