com.opensymphony.webwork.components.table.renderer
Class FixedTextCellRenderer
java.lang.Object
com.opensymphony.webwork.components.table.renderer.AbstractCellRenderer
com.opensymphony.webwork.components.table.renderer.FixedTextCellRenderer
- All Implemented Interfaces:
- CellRenderer
public class FixedTextCellRenderer
- extends AbstractCellRenderer
usefull if a column has an embeded ID number needed for a link but you want it to
say something else.
Field Summary |
protected String |
_text
this is the text that will be shown in the column |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_text
protected String _text
- this is the text that will be shown in the column
FixedTextCellRenderer
public FixedTextCellRenderer()
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
setText
public void setText(String text)
getText
public String getText()