org.omnaest.utils.structure.table
Interface Table.TableSize

All Superinterfaces:
Serializable, Table.TableComponent
All Known Implementing Classes:
TableSizeImpl
Enclosing interface:
Table<E>

public static interface Table.TableSize
extends Table.TableComponent

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!

See Also:
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

getCellSize

int getCellSize()
Returns the number of all available Table.Cells within the Table

Returns:

getRowSize

int getRowSize()
Returns the number of Table.Rows for the Table

Returns:

getColumnSize

int getColumnSize()
Returns the number of Table.Columns for the Table

Returns:


Copyright © 2011. All Rights Reserved.