Uses of Class
com.sapportals.htmlb.table.TableColumn

Packages that use TableColumn
com.sapportals.htmlb.table   
 

Uses of TableColumn in com.sapportals.htmlb.table
 

Methods in com.sapportals.htmlb.table that return TableColumn
 TableColumn TableViewModel.getColumnAt(int columnIndex)
          returns the column at the specified index
 TableColumn TableViewModel.addColumn(String columnName)
          adds a column with the specified name to the visible columns
 TableColumn TableView.getColumn(int columnIndex)
          returns the column at columnIndex
 TableColumn TableView.getColumn(String columnKey)
          returns the column with the id columnKey
 TableColumn ProxyListTableViewModel.getColumnAt(int columnIndex)
          return the visible column at @param index
 TableColumn ProxyListTableViewModel.addColumn(String columnKey)
          adds a column to the table model
 TableColumn JCOTableViewModel.addColumn(String columnName)
          adds a column with the name columnName to the table
 TableColumn JCOTableViewModel.getColumnAt(int columnIndex)
          returns the column at columnIndex
 TableColumn DefaultTableViewModel.getColumnAt(int columnIndex)
          returns the column at columnIndex
 TableColumn DefaultTableViewModel.getColumn(String columnID)
          returns the column with the specified name
 TableColumn DefaultTableViewModel.addColumn(String columnKey)
          adds a column which should be rendered.
 

Methods in com.sapportals.htmlb.table with parameters of type TableColumn
 void TableView.setColumnAt(TableColumn column, int columnIndex)
          sets the column for the table at column with the columnIndex
 void JCOTableViewModel.setColumnAt(TableColumn column, int columnIndex)
          sets the column
 



Copyright 2006 SAP AG Complete Copyright Notice