net.sf.doolin.tabular.support
Class AbstractTabularColumn<T>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTabularColumn
public AbstractTabularColumn(String title)
- Constructor.
- Parameters:
title - Title for the column
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.