Uses of Interface
com.sas.servlet.tbeans.navigationbar.RowNavigationInterface

Packages that use RowNavigationInterface
com.sas.servlet.tbeans.olaptableview Provides classes and interfaces for viewing OLAP Data. 
com.sas.servlet.tbeans.olaptableview.html Provides classes and interfaces for Creating an HTML table representing an OLAPTable. 
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.html Provides the classes used to generate a table of data in HTML. 
 

Uses of RowNavigationInterface in com.sas.servlet.tbeans.olaptableview
 

Classes in com.sas.servlet.tbeans.olaptableview that implement RowNavigationInterface
 class BaseOLAPTableView
          The BaseOLAPTableView is an abstract TransformationBean™
 

Uses of RowNavigationInterface in com.sas.servlet.tbeans.olaptableview.html
 

Classes in com.sas.servlet.tbeans.olaptableview.html that implement RowNavigationInterface
 class OLAPTableView
          The OLAPTableView is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to represent a table of data from the given multidimensional model.
 

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

Classes in com.sas.servlet.tbeans.tableview that implement RowNavigationInterface
 class AbstractBaseTableView
          The abstract Transformation Bean base object for creating any TableView.
 class BaseTableView
          The base abstract Transformation Bean for creating a 2-dimensional Table.
 

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

Classes in com.sas.servlet.tbeans.tableview.html that implement RowNavigationInterface
 class TableView
          The TableView is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to represent a table of data from the given 2-dimensional model.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.