Uses of Class
com.sapportals.admin.wizardframework.components.tableview.TableViewComponent

Packages that use TableViewComponent
com.sapportals.admin.wizardframework.components.tableview   
com.sapportals.admin.wizardframework.components.tableview.render   
 

Uses of TableViewComponent in com.sapportals.admin.wizardframework.components.tableview
 

Methods in com.sapportals.admin.wizardframework.components.tableview that return TableViewComponent
protected  TableViewComponent TableViewColumns.getTableViewComponent()
           
 

Methods in com.sapportals.admin.wizardframework.components.tableview with parameters of type TableViewComponent
protected  void TableViewColumns.setTableViewComponent(TableViewComponent iTableViewComp)
           
 

Uses of TableViewComponent in com.sapportals.admin.wizardframework.components.tableview.render
 

Methods in com.sapportals.admin.wizardframework.components.tableview.render with parameters of type TableViewComponent
 void TableViewTextRenderer.renderCell(TableViewComponent tableViewComp, int row, int column, com.sapportals.htmlb.table.TableView tableView, com.sapportals.htmlb.rendering.IPageContext rendererContext)
           
 java.lang.String AbstractTableViewCellRenderer.getDataCell(int iRow, int iColumn, TableViewComponent iTableViewComp, IBasicEditingContext context)
           
 void TableViewDropDownListBoxRenderer.renderCell(TableViewComponent iTableViewComp, int row, int column, com.sapportals.htmlb.table.TableView tableView, com.sapportals.htmlb.rendering.IPageContext rendererContext)
           
 void TableViewLinkRenderer.renderCell(TableViewComponent tableViewComp, int row, int column, com.sapportals.htmlb.table.TableView tableView, com.sapportals.htmlb.rendering.IPageContext rendererContext)
           
 void TableViewInputRenderer.renderCell(TableViewComponent tableViewComp, int row, int column, com.sapportals.htmlb.table.TableView tableView, com.sapportals.htmlb.rendering.IPageContext rendererContext)
           
 void TableViewImageRenderer.renderCell(TableViewComponent tableViewComp, int row, int column, com.sapportals.htmlb.table.TableView tableView, com.sapportals.htmlb.rendering.IPageContext rendererContext)
           
 void ITableViewCellRenderer.renderCell(TableViewComponent tableViewComp, int row, int column, com.sapportals.htmlb.table.TableView tableView, com.sapportals.htmlb.rendering.IPageContext rendererContext)
           
 void TableViewButtonRenderer.renderCell(TableViewComponent tableViewComp, int row, int column, com.sapportals.htmlb.table.TableView tableView, com.sapportals.htmlb.rendering.IPageContext rendererContext)
           
 void TableViewCheckBoxRenderer.renderCell(TableViewComponent iTableViewComp, int row, int column, com.sapportals.htmlb.table.TableView tableView, com.sapportals.htmlb.rendering.IPageContext rendererContext)
           
 void TableViewImageLinkRenderer.renderCell(TableViewComponent tableViewComp, int row, int column, com.sapportals.htmlb.table.TableView tableView, com.sapportals.htmlb.rendering.IPageContext rendererContext)