net.sf.webmancer.widget
Class DefaultDataTableColumn

java.lang.Object
  extended by net.sf.webmancer.widget.DefaultDataTableColumn
All Implemented Interfaces:
IDataTableColumn

public class DefaultDataTableColumn
extends java.lang.Object
implements IDataTableColumn

Author:
Michal Burda

Constructor Summary
DefaultDataTableColumn(IAttribute attribute)
          Constructs the DataTableColumn.
 
Method Summary
 IAttribute getAttribute()
          Returns the attribute.
 void renderCell(IModelBuilder output, java.util.Map<IAttribute,ICell> row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDataTableColumn

public DefaultDataTableColumn(IAttribute attribute)
Constructs the DataTableColumn.

Parameters:
attribute -
renderingStrategy -
Method Detail

getAttribute

public IAttribute getAttribute()
Description copied from interface: IDataTableColumn
Returns the attribute.

Specified by:
getAttribute in interface IDataTableColumn
Returns:
the attribute
See Also:
IDataTableColumn.getAttribute()

renderCell

public void renderCell(IModelBuilder output,
                       java.util.Map<IAttribute,ICell> row)
Specified by:
renderCell in interface IDataTableColumn
See Also:
net.sf.webmancer.widget.IDataTableColumn#renderCell(net.sf.webmancer.out.IRenderingOutput, net.sf.webmancer.db.IRow)


Copyright © 2006-2007. All Rights Reserved.