org.omnaest.utils.structure.table
Interface Table.Row<E>

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

public static interface Table.Row<E>
extends Table.Stripe<E>

A Table.Row represents the horizontal Table.Stripe of a Table. It contains Table.Cells which hold the specific values of the Table. A Table.Row can have a Table.Stripe.Title.

Author:
Omnaest
See Also:
Table.Cell, Table

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 determineRowIndexPosition()
          Determines the index position of this Table.Row within the Table
 List<Object> 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

determineRowIndexPosition

int determineRowIndexPosition()
Determines the index position of this Table.Row within the Table

Returns:

getColumnTitleValueList

List<Object> getColumnTitleValueList()
Returns:
See Also:
TableCoreImmutable.getColumnTitleValueList()


Copyright © 2011. All Rights Reserved.