net.sf.doolin.tabular.support
Class AbstractTabularColumn<T>

java.lang.Object
  extended by net.sf.doolin.tabular.support.AbstractTabularColumn<T>
Type Parameters:
T - Type of data for the rows.
All Implemented Interfaces:
TabularColumn<T>
Direct Known Subclasses:
PropertyTabularColumn

public abstract class AbstractTabularColumn<T>
extends Object
implements TabularColumn<T>

Defines the definition of a column with a title.

Author:
Damien Coraboeuf

Constructor Summary
AbstractTabularColumn(String title)
          Constructor.
 
Method Summary
 String getTitle()
          Returns the title of this column
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.doolin.tabular.model.TabularColumn
getValue
 

Constructor Detail

AbstractTabularColumn

public AbstractTabularColumn(String title)
Constructor.

Parameters:
title - Title for the column
Method Detail

getTitle

public String getTitle()
Description copied from interface: TabularColumn
Returns the title of this column

Specified by:
getTitle in interface TabularColumn<T>
Returns:
Title


Copyright © 2011. All Rights Reserved.