com.opensymphony.webwork.views.jsp.ui.table.renderer
Class DefaultCellRenderer

java.lang.Object
  extended bycom.opensymphony.webwork.views.jsp.ui.table.renderer.AbstractCellRenderer
      extended bycom.opensymphony.webwork.views.jsp.ui.table.renderer.DefaultCellRenderer
All Implemented Interfaces:
CellRenderer

public class DefaultCellRenderer
extends AbstractCellRenderer

Version:
$Revision: 1.3 $
Author:
$author$

Field Summary
 
Fields inherited from class com.opensymphony.webwork.views.jsp.ui.table.renderer.AbstractCellRenderer
_alignment
 
Constructor Summary
DefaultCellRenderer()
           
 
Method Summary
 String getCellValue(WebTable table, Object data, int row, int col)
          this is the method that subclasses need to implement to set their value.
 
Methods inherited from class com.opensymphony.webwork.views.jsp.ui.table.renderer.AbstractCellRenderer
getAlignment, isAligned, renderCell, setAlignment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCellRenderer

public DefaultCellRenderer()
Method Detail

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

WebWork Project Page