|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableSection | |
org.extremecomponents.table.model | |
org.extremecomponents.tree.model |
Uses of TableSection in org.extremecomponents.table.model |
Methods in org.extremecomponents.table.model that return TableSection | |
static TableSection |
TableModelUtils.getTableSection(TableModel model,
int totalRows)
Find out where we should start and end to get the relevant section of the table. |
TableSection |
TableModel.getTableSection()
|
Methods in org.extremecomponents.table.model with parameters of type TableSection | |
static java.util.List |
TableModelUtils.splitIntoTableSectionRows(TableModel model,
java.util.List rows,
TableSection tableSection)
Grab the relevant section of the table. |
Uses of TableSection in org.extremecomponents.tree.model |
Methods in org.extremecomponents.tree.model that return TableSection | |
TableSection |
TreeModel.getTableSection()
|
Methods in org.extremecomponents.tree.model with parameters of type TableSection | |
void |
TreeModel.setTableSection(TableSection tableSection)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |