org.omnaest.utils.structure.table
Interface Table.Column<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.Column<E>
extends Table.Stripe<E>

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

Author:
Omnaest
See Also:
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 determineColumnIndexPosition()
          Determines the index position of this Table.Column within the Table
 
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

determineColumnIndexPosition

int determineColumnIndexPosition()
Determines the index position of this Table.Column within the Table

Returns:


Copyright © 2011. All Rights Reserved.