net.sf.doolin.tabular.model
Interface TabularColumn<T>

Type Parameters:
T - Type of object per row
All Known Implementing Classes:
AbstractTabularColumn, PropertyTabularColumn

public interface TabularColumn<T>

Defines a column in a tabular model.

Author:
Damien Coraboeuf

Method Summary
 String getTitle()
          Returns the title of this column
 Object getValue(T item)
          Computes the column value for an item
 

Method Detail

getTitle

String getTitle()
Returns the title of this column

Returns:
Title

getValue

Object getValue(T item)
Computes the column value for an item

Parameters:
item - Row item
Returns:
Value for this column


Copyright © 2011. All Rights Reserved.