org.kaoriha.jspbp.renderer.table
Class DataCell<ColT extends Enum<ColT>,CellT>

java.lang.Object
  extended by org.kaoriha.jspbp.renderer.table.DataCell<ColT,CellT>

public class DataCell<ColT extends Enum<ColT>,CellT>
extends Object


Constructor Summary
DataCell(DataRow<ColT,CellT> dataRow, ColT column)
           
 
Method Summary
 ColT getColumn()
           
 DataRow<ColT,CellT> getDataRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataCell

public DataCell(DataRow<ColT,CellT> dataRow,
                ColT column)
Method Detail

getDataRow

public DataRow<ColT,CellT> getDataRow()

getColumn

public ColT getColumn()


Copyright ? 2007-2008 Hound. All Rights Reserved.