Uses of Class
com.sas.servlet.tbeans.tableview.BaseTableView

Packages that use BaseTableView
com.sas.servlet.commands.jdbc.export Commands and utility classes to export non multidimensional data (usually named relational or jdbc data) from within a web application to MS Excel. 
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 BaseTableView in com.sas.servlet.commands.jdbc.export
 

Methods in com.sas.servlet.commands.jdbc.export with parameters of type BaseTableView
static boolean Util.isNumericMissingValue(BaseTableView table, java.lang.String value)
          S0400309 to export relational missing values as blanks Returns true if the received value is a numeric missing value, otherwise return false.
 

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

Methods in com.sas.servlet.tbeans.remotefileselector2.html that return BaseTableView
protected  BaseTableView RemoteFileSelector.createDefaultFileDetailView()
          Creates and returns the default file detailView component.
protected  BaseTableView RemoteFileSearch.createDefaultSearchResultsDetailView()
          Creates and returns the default RFS_SEARCHRESULTS_DETAILVIEW.
 

Methods in com.sas.servlet.tbeans.remotefileselector2.html with parameters of type BaseTableView
protected  void RemoteFileSelector.setupView(BaseTableView table, BaseRemoteFileModelInterface model)
          Bind the viewer and the model.
protected  void InformationServicesSelector.setupView(BaseTableView table, BaseRemoteFileModelInterface model)
          Override so that the first time the detail views are rendered, they are rendered with the folders sorted first by Name
protected  void RemoteFileSearch.setupView(BaseTableView table, RemoteFileSearchModelInterface model)
          Bind the viewer and the model.
 void RemoteFileSelector.sort(BaseTableView table, BaseRemoteFileModelInterface model, java.lang.String sortColumnName, int sortOrder)
          The folders are sorted on top in ASCENDING order by default if a isFolder column exists.
 

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

Methods in com.sas.servlet.tbeans.tableview that return BaseTableView
 BaseTableView HttpHoldColumnSupport.getTable()
           
 BaseTableView BaseHeader.getTable()
          Returns the TableView associated with this header.
 

Methods in com.sas.servlet.tbeans.tableview with parameters of type BaseTableView
 void BaseHeader.setTable(BaseTableView table)
          Sets the TableView associated with this header.
 

Constructors in com.sas.servlet.tbeans.tableview with parameters of type BaseTableView
BaseColumnHeader(BaseTableView table)
          Constructs a ColumnHeader which is initialized with a TableView and a default TableColumnModel.
BaseColumnHeader(BaseTableView table, TableColumnModel cm)
          Constructs a ColumnHeader which is initialized with a TableView and a column model.
BaseHeader(BaseTableView table)
          Constructs a header which is initialized with a TableView.
BaseRowHeader(BaseTableView table)
          Constructs a RowHeader which is initialized with a TableView.
 

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

Constructors in com.sas.servlet.tbeans.tableview.hdml with parameters of type BaseTableView
ColumnHeader(BaseTableView table)
          Constructs a ColumnHeader which is initialized with a TableView and a default TableColumnModel.
ColumnHeader(BaseTableView table, TableColumnModel cm)
          Constructs a ColumnHeader which is initialized with a column model.
RowHeader(BaseTableView table)
          Constructs a RowHeader which is initialized with a TableView.
 

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

Constructors in com.sas.servlet.tbeans.tableview.html with parameters of type BaseTableView
ColumnHeader(BaseTableView table)
          Constructs a ColumnHeader which is initialized with a TableView and a default TableColumnModel.
ColumnHeader(BaseTableView table, TableColumnModel cm)
          Constructs a ColumnHeader which is initialized with a column model.
RowHeader(BaseTableView table)
          Constructs a RowHeader which is initialized with a TableView.
 

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

Subclasses of BaseTableView in com.sas.servlet.tbeans.tableview.wml
 class TableView
          The TableView is a TransformationBean™ that generates a WML table with the data from the given model and format the 2-dimensional table.
 

Constructors in com.sas.servlet.tbeans.tableview.wml with parameters of type BaseTableView
ColumnHeader(BaseTableView table)
          Constructs a ColumnHeader which is initialized with a TableView and a default TableColumnModel.
ColumnHeader(BaseTableView table, TableColumnModel cm)
          Constructs a ColumnHeader which is initialized with a column model.
RowHeader(BaseTableView table)
          Constructs a RowHeader which is initialized with a TableView.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.