com.sapportals.admin.wizardframework.components.tableview.render
Class TableViewTextRenderer

java.lang.Object
  |
  +--com.sapportals.admin.wizardframework.components.tableview.render.TableViewTextRenderer
All Implemented Interfaces:
ITableViewCellRenderer

public class TableViewTextRenderer
extends java.lang.Object
implements ITableViewCellRenderer


Fields inherited from interface com.sapportals.admin.wizardframework.components.tableview.render.ITableViewCellRenderer
JS_IS_NEEDED
 
Constructor Summary
TableViewTextRenderer(IBasicEditingContext context)
           
 
Method Summary
 com.sapportals.htmlb.enum.TableColumnType getType()
           
 void renderCell(TableViewComponent tableViewComp, int row, int column, com.sapportals.htmlb.table.TableView tableView, com.sapportals.htmlb.rendering.IPageContext rendererContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableViewTextRenderer

public TableViewTextRenderer(IBasicEditingContext context)
Method Detail

getType

public com.sapportals.htmlb.enum.TableColumnType getType()
Specified by:
getType in interface ITableViewCellRenderer

renderCell

public void renderCell(TableViewComponent tableViewComp,
                       int row,
                       int column,
                       com.sapportals.htmlb.table.TableView tableView,
                       com.sapportals.htmlb.rendering.IPageContext rendererContext)
Specified by:
renderCell in interface ITableViewCellRenderer