|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.extremecomponents.table.model.TableModelUtils
Helpful utilities for the Model
Method Summary | |
static java.util.List |
beanProperties(java.lang.Object bean)
Get a list of bean property names |
static boolean |
canGroup(TableModel model)
|
static java.util.List |
getHeader(TableModel model,
java.lang.String method)
|
static TableSection |
getTableSection(TableModel model,
int totalRows)
Find out where we should start and end to get the relevant section of the table. |
static java.lang.String |
parseCell(java.lang.String value)
TODO: This needs to move. |
static java.util.List |
splitIntoTableSectionRows(TableModel model,
java.util.List rows,
TableSection tableSection)
Grab the relevant section of the table. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.util.List getHeader(TableModel model, java.lang.String method)
public static java.util.List splitIntoTableSectionRows(TableModel model, java.util.List rows, TableSection tableSection)
public static TableSection getTableSection(TableModel model, int totalRows)
public static java.util.List beanProperties(java.lang.Object bean) throws java.lang.Exception
java.lang.Exception
public static boolean canGroup(TableModel model)
public static java.lang.String parseCell(java.lang.String value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |