Uses of Interface
com.sas.servlet.tbeans.tableview.TableColumnModel

Packages that use TableColumnModel
com.sas.servlet.tbeans.remotefileselector2   
com.sas.servlet.tbeans.remotefileselector2.html   
com.sas.servlet.tbeans.tableview Provides the base classes and interfaces used to generate a table of data for a given data model. 
com.sas.servlet.tbeans.tableview.hdml Provides the classes used to generate a table of data in HDML. 
com.sas.servlet.tbeans.tableview.html Provides the classes used to generate a table of data in HTML. 
com.sas.servlet.tbeans.tableview.wml Provides the classes used to generate a table of data in WML. 
 

Uses of TableColumnModel in com.sas.servlet.tbeans.remotefileselector2
 

Methods in com.sas.servlet.tbeans.remotefileselector2 that return TableColumnModel
 TableColumnModel BaseRemoteFileSearch.getDefaultDetailsViewColumnModel()
          Deprecated. This method is no longer used and there is not a need for the function it provided in the past. This method will be deleted in the next release.
 

Methods in com.sas.servlet.tbeans.remotefileselector2 with parameters of type TableColumnModel
 void BaseRemoteFileSearch.setDefaultDetailsViewColumnModel(TableColumnModel model)
          Deprecated. This method is no longer used and there is not a need for the function it provided in the past. This method will be deleted in the next release.
 

Uses of TableColumnModel in com.sas.servlet.tbeans.remotefileselector2.html
 

Methods in com.sas.servlet.tbeans.remotefileselector2.html with parameters of type TableColumnModel
protected  void InformationServicesSearch.updateColumnHeaderValues(TableColumnModel searchColumnModel, java.util.Locale locale)
          Updates the column headers for the search results TableView based on the locale.
 

Uses of TableColumnModel in com.sas.servlet.tbeans.tableview
 

Classes in com.sas.servlet.tbeans.tableview that implement TableColumnModel
 class DefaultTableColumnModel
          The standard column-handler for a TableView.
 

Methods in com.sas.servlet.tbeans.tableview that return TableColumnModel
 TableColumnModel BaseColumnHeader.createDefaultColumnModel()
          Returns the default column model object which is a DefaultTableColumnModel.
 TableColumnModel BaseTableView.getColumnModel()
          Returns the column model that contains all the column information for the TableView.
 TableColumnModel BaseColumnHeader.getColumnModel()
          Returns the TableColumnModel that contains all column information of this table header.
abstract  TableColumnModel BaseTableView.getDefaultColumnModel()
          Returns the default column model for the TableView.
 

Methods in com.sas.servlet.tbeans.tableview with parameters of type TableColumnModel
 void BaseTableView.setColumnModel(TableColumnModel columnModel)
          Sets the column model for the TableView.
 void BaseColumnHeader.setColumnModel(TableColumnModel columnModel)
          Sets the column model for this table to newModel.
 

Constructors in com.sas.servlet.tbeans.tableview with parameters of type TableColumnModel
BaseColumnHeader(BaseTableView table, TableColumnModel cm)
          Constructs a ColumnHeader which is initialized with a TableView and a column model.
BaseColumnHeader(TableColumnModel cm)
          Constructs a ColumnHeader which is initialized with a column model.
TableColumnModelEvent(TableColumnModel source, int from, int to)
          Constructs a TableColumnModelEvent object.
 

Uses of TableColumnModel in com.sas.servlet.tbeans.tableview.hdml
 

Methods in com.sas.servlet.tbeans.tableview.hdml that return TableColumnModel
 TableColumnModel TableView.getDefaultColumnModel()
          Returns the default column model for the TableView.
 

Constructors in com.sas.servlet.tbeans.tableview.hdml with parameters of type TableColumnModel
ColumnHeader(BaseTableView table, TableColumnModel cm)
          Constructs a ColumnHeader which is initialized with a column model.
ColumnHeader(TableColumnModel cm)
          Constructs a ColumnHeader which is initialized with a column model.
TableView(javax.swing.table.TableModel tableModel, TableColumnModel columnModel)
          Constructs a TableView that is initialized with tableModel as the data model and columnModel as the column model, and a default row model.
TableView(javax.swing.table.TableModel tm, TableColumnModel cm, TableRowModel rm)
          Constructs a TableView that is initialized with tableModel as the data model, columnModel as the column model and rowModel as the row model.
 

Uses of TableColumnModel in com.sas.servlet.tbeans.tableview.html
 

Methods in com.sas.servlet.tbeans.tableview.html that return TableColumnModel
 TableColumnModel TableView.getDefaultColumnModel()
          Returns the default column model for the TableView.
 

Constructors in com.sas.servlet.tbeans.tableview.html with parameters of type TableColumnModel
ColumnHeader(BaseTableView table, TableColumnModel cm)
          Constructs a ColumnHeader which is initialized with a column model.
ColumnHeader(TableColumnModel cm)
          Constructs a ColumnHeader which is initialized with a column model.
TableView(javax.swing.table.TableModel tableModel, TableColumnModel columnModel)
          Constructs a TableView that is initialized with tableModel as the data model and columnModel as the column model, and a default row model.
TableView(javax.swing.table.TableModel tm, TableColumnModel cm, TableRowModel rm)
          Constructs a TableView that is initialized with tableModel as the data model, columnModel as the column model and rowModel as the row model.
TableViewComposite(javax.swing.table.TableModel tableModel, TableColumnModel columnModel)
          Constructs a TableViewComposite that is initialized with tableModel as the data model.
TableViewComposite(javax.swing.table.TableModel tm, TableColumnModel cm, TableRowModel rm)
          Constructs a TableViewComposite that is initialized with tableModel as the data model.
 

Uses of TableColumnModel in com.sas.servlet.tbeans.tableview.wml
 

Methods in com.sas.servlet.tbeans.tableview.wml that return TableColumnModel
 TableColumnModel TableView.getDefaultColumnModel()
          Returns the default column model for the TableView.
 

Constructors in com.sas.servlet.tbeans.tableview.wml with parameters of type TableColumnModel
ColumnHeader(BaseTableView table, TableColumnModel cm)
          Constructs a ColumnHeader which is initialized with a column model.
ColumnHeader(TableColumnModel cm)
          Constructs a ColumnHeader which is initialized with a column model.
TableView(javax.swing.table.TableModel tableModel, TableColumnModel columnModel)
          Constructs a TableView that is initialized with tableModel as the data model and columnModel as the column model, and a default row model.
TableView(javax.swing.table.TableModel tm, TableColumnModel cm, TableRowModel rm)
          Constructs a TableView that is initialized with tableModel as the data model, columnModel as the column model and rowModel as the row model.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.