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

Interface ITableViewCellRenderer

All Known Implementing Classes:
AbstractTableViewCellRenderer, TableViewButtonRenderer, TableViewCheckBoxRenderer, TableViewDropDownListBoxRenderer, TableViewImageLinkRenderer, TableViewImageRenderer, TableViewInputRenderer, TableViewLinkRenderer, TableViewTextRenderer

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

public interface ITableViewCellRenderer

The interface that determines the table view cell render method.


Field Summary
static boolean JS_IS_NEEDED
          Deprecated. Indicates whether the cell renderer has a JavaScript implementation (true).
 
Method Summary
 com.sapportals.htmlb.enums.TableColumnType getType()
          Deprecated. Gets the column type.
 void renderCell(TableViewComponent tableViewComp, int row, int column, com.sapportals.htmlb.table.TableView tableView, com.sapportals.htmlb.rendering.IPageContext rendererContext)
          Deprecated. Renders the user interface for a specified table cell.
 

Field Detail

JS_IS_NEEDED

static final boolean JS_IS_NEEDED
Deprecated. 
Indicates whether the cell renderer has a JavaScript implementation (true).

See Also:
Constant Field Values
Method Detail

renderCell

void renderCell(TableViewComponent tableViewComp,
                int row,
                int column,
                com.sapportals.htmlb.table.TableView tableView,
                com.sapportals.htmlb.rendering.IPageContext rendererContext)
Deprecated. 
Renders the user interface for a specified table cell.

Parameters:
tableViewComp - a table view component
row - a row
column - a column
tableView - a table view
rendererContext - the current page context

getType

com.sapportals.htmlb.enums.TableColumnType getType()
Deprecated. 
Gets the column type.

Returns:
the column type
Access Rights

This class can be accessed from:


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


Copyright 2011 SAP AG Complete Copyright Notice