|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Table.TableSize
Holds methods to return the current table size for rows and columns. If the data of the underlying table changes, the methods will return the new actual results then, too!
Table| Method Summary | |
|---|---|
int |
getCellSize()
Returns the number of all available Table.Cells within the Table |
int |
getColumnSize()
Returns the number of Table.Columns for the Table |
int |
getRowSize()
Returns the number of Table.Rows for the Table |
| Method Detail |
|---|
int getCellSize()
Table.Cells within the Table
int getRowSize()
Table.Rows for the Table
int getColumnSize()
Table.Columns for the Table
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||