com.opensymphony.webwork.components.table.renderer
Class DefaultCellRenderer
java.lang.Object
com.opensymphony.webwork.components.table.renderer.AbstractCellRenderer
com.opensymphony.webwork.components.table.renderer.DefaultCellRenderer
- All Implemented Interfaces:
- CellRenderer
public class DefaultCellRenderer
- extends AbstractCellRenderer
- Version:
- $Revision: 1282 $
- Author:
- $author$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCellRenderer
public DefaultCellRenderer()
getCellValue
public String getCellValue(WebTable table,
Object data,
int row,
int col)
- Description copied from class:
AbstractCellRenderer
- this is the method that subclasses need to implement to set their value.
they should not override renderCell unless they want to change the alignmnent
renderering
- Specified by:
getCellValue
in class AbstractCellRenderer