|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Type of object per rowpublic interface TabularModel<T>
Defines the structure of some tabular data.
| Method Summary | |
|---|---|
TabularColumn<T> |
getColumn(int index)
Gets the column at a specified index |
int |
getColumnCount()
Returns the column count |
T |
next()
Switches to the next item in the list or returns null if no
object is available any longer. |
void |
reset()
Resets to the start of rows |
| Method Detail |
|---|
TabularColumn<T> getColumn(int index)
index - Column index
int getColumnCount()
T next()
null if no
object is available any longer.
nullvoid reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||