org.omnaest.utils.structure.table.internal
Interface TableInternal.StripeInternal<E>

Type Parameters:
E -
All Superinterfaces:
Iterable<Table.Cell<E>>, Serializable, Table.Column<E>, Table.Row<E>, Table.Stripe<E>, Table.TableComponent
All Known Implementing Classes:
StripeAbstract, StripeImpl
Enclosing interface:
TableInternal<E>

public static interface TableInternal.StripeInternal<E>
extends Table.Column<E>, Table.Row<E>

Author:
Omnaest
See Also:
Table.Stripe

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.omnaest.utils.structure.table.Table.Stripe
Table.Stripe.StripeType, Table.Stripe.Title
 
Method Summary
 int determineIndexPosition()
          Determines the index position of this Table.Stripe within the Table
 TableInternal.StripeData<E> getStripeData()
          Returns the underlying TableInternal.StripeData
 TableInternal<E> getTableInternal()
          Returns the TableInternal reference the current TableInternal.StripeInternal belongs to
 
Methods inherited from interface org.omnaest.utils.structure.table.Table.Column
determineColumnIndexPosition
 
Methods inherited from interface org.omnaest.utils.structure.table.Table.Row
determineRowIndexPosition, getColumnTitleValueList
 
Methods inherited from interface org.omnaest.utils.structure.table.Table.Stripe
cells, clearCellElements, contains, contains, determineNumberOfCells, getCell, getCell, getCell, getCellElement, getCellElement, getCellElement, getCellElementList, getTable, getTitleValue, hasTitle, setCellElement, setCellElement, setCellElements, setCellElements, title
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getStripeData

TableInternal.StripeData<E> getStripeData()
Returns the underlying TableInternal.StripeData

Returns:

getTableInternal

TableInternal<E> getTableInternal()
Returns the TableInternal reference the current TableInternal.StripeInternal belongs to

Returns:

determineIndexPosition

int determineIndexPosition()
Determines the index position of this Table.Stripe within the Table

Returns:


Copyright © 2011. All Rights Reserved.