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

Class AbstractTableViewCellRenderer

java.lang.Object
  extended by com.sapportals.admin.wizardframework.components.tableview.render.AbstractTableViewCellRenderer
All Implemented Interfaces:
ITableViewCellRenderer, TableViewConstants
Direct Known Subclasses:
TableViewCheckBoxRenderer, TableViewDropDownListBoxRenderer, TableViewInputRenderer

Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).

public abstract class AbstractTableViewCellRenderer
extends Object
implements ITableViewCellRenderer, TableViewConstants

The abstract base class that represents a cell renderer for a table view. Supplies a partial implementation of ITableViewCellRenderer.


Field Summary
 
Fields inherited from interface com.sapportals.admin.wizardframework.components.tableview.render.ITableViewCellRenderer
JS_IS_NEEDED
 
Fields inherited from interface com.sapportals.admin.wizardframework.components.tableview.TableViewConstants
TABLE_STATE_TABLE_DATA_KEY, TABLE_VIEW_COMPONENT_KEY
 
Constructor Summary
AbstractTableViewCellRenderer()
          Deprecated.  
 
Method Summary
 String getDataCell(int iRow, int iColumn, TableViewComponent iTableViewComp, IBasicEditingContext context)
          Deprecated. Gets the cell data from the table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sapportals.admin.wizardframework.components.tableview.render.ITableViewCellRenderer
getType, renderCell
 

Constructor Detail

AbstractTableViewCellRenderer

public AbstractTableViewCellRenderer()
Deprecated. 
Method Detail

getDataCell

public String getDataCell(int iRow,
                          int iColumn,
                          TableViewComponent iTableViewComp,
                          IBasicEditingContext context)
Deprecated. 
Gets the cell data from the table.

Parameters:
iRow - a data cell row index
iColumn - a data cell column index
iTableViewComp - a table view component
context - the current editing context
Returns:
cell data
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/admin/api api EP-PIN
[sap.com] EP-RUNTIME [sap.com] com.sap.portal.admin.wizardframeworkdeprecated api EP-PIN-APF
[sap.com] EP-RUNTIME [sap.com] com.sap.portal.admin.wizardframeworkdeprecated - EP-PIN-APF


Copyright 2011 SAP AG Complete Copyright Notice