org.omnaest.utils.structure.table.concrete.internal
Class TableSizeImpl

java.lang.Object
  extended by org.omnaest.utils.structure.table.concrete.internal.TableSizeImpl
All Implemented Interfaces:
Serializable, Table.TableComponent, Table.TableSize

public class TableSizeImpl
extends Object
implements Table.TableSize

Author:
Omnaest
See Also:
Table.TableSize, Serialized Form

Field Summary
protected  TableInternal.TableContent<?> tableContent
           
 
Constructor Summary
TableSizeImpl(TableInternal.TableContent<?> stripeListContainer)
           
 
Method Summary
 boolean equals(Object object)
           
 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
protected  TableInternal.TableContent<?> getStripeListContainer()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableContent

protected TableInternal.TableContent<?> tableContent
Constructor Detail

TableSizeImpl

public TableSizeImpl(TableInternal.TableContent<?> stripeListContainer)
Parameters:
stripeListContainer -
Method Detail

getCellSize

public int getCellSize()
Description copied from interface: Table.TableSize
Returns the number of all available Table.Cells within the Table

Specified by:
getCellSize in interface Table.TableSize
Returns:

getRowSize

public int getRowSize()
Description copied from interface: Table.TableSize
Returns the number of Table.Rows for the Table

Specified by:
getRowSize in interface Table.TableSize
Returns:

getColumnSize

public int getColumnSize()
Description copied from interface: Table.TableSize
Returns the number of Table.Columns for the Table

Specified by:
getColumnSize in interface Table.TableSize
Returns:

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object

getStripeListContainer

protected TableInternal.TableContent<?> getStripeListContainer()


Copyright © 2011. All Rights Reserved.