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

Type Parameters:
E -
All Superinterfaces:
Serializable, Table.CellImmutable<E>, Table.TableComponent
All Known Subinterfaces:
TableInternal.CellInternal<E>
All Known Implementing Classes:
CellImpl
Enclosing interface:
Table<E>

public static interface Table.Cell<E>
extends Table.CellImmutable<E>, Table.TableComponent

A Table.Cell is the atomic part of a Table. It is normally part of a Table.Row and a Table.Column.

Author:
Omnaest
See Also:
Table, Table.CellImmutable

Method Summary
 void setElement(E element)
          Sets the value of the Table.Cell
 
Methods inherited from interface org.omnaest.utils.structure.table.Table.CellImmutable
getElement, hasElement
 

Method Detail

setElement

void setElement(E element)
Sets the value of the Table.Cell

Parameters:
element -


Copyright © 2011. All Rights Reserved.