Uses of Class
com.sas.servlet.tbeans.dataselectors.html.ActionProviderMenuBar

Packages that use ActionProviderMenuBar
com.sas.servlet.tbeans.dataselectors.html Provides classes for creating dataselectors, and the menubar classes that provide access to the dataselectors from a data viewer. 
com.sas.servlet.tbeans.graphics Provides base classes for generating chart objects. 
com.sas.servlet.tbeans.graphics.html Provides classes for generating different chart objects. 
com.sas.servlet.tbeans.olapgraphics.html Provides classes for generating different OLAP chart objects. 
com.sas.servlet.tbeans.olaptableview.html Provides classes and interfaces for Creating an HTML table representing an OLAPTable. 
com.sas.servlet.tbeans.tableview.html Provides the classes used to generate a table of data in HTML. 
 

Uses of ActionProviderMenuBar in com.sas.servlet.tbeans.dataselectors.html
 

Subclasses of ActionProviderMenuBar in com.sas.servlet.tbeans.dataselectors.html
 class OLAPMenuBar
          The OLAPMenuBar is a TransformationBean™ that generates the appropriate HTML 4.0 that is used to display a menubar of available data selectors for an OLAP viewer, such as the OLAPTableView.
 class RelationalMenuBar
          The RelationalMenuBar is a TransformationBean™ that generates the appropriate HTML 4.0 that is used to display a menubar of available data selectors for a relational viewer, such as the TableView.
 

Uses of ActionProviderMenuBar in com.sas.servlet.tbeans.graphics
 

Fields in com.sas.servlet.tbeans.graphics declared as ActionProviderMenuBar
protected  ActionProviderMenuBar BaseESRIMapChart.menuBar
           
 

Methods in com.sas.servlet.tbeans.graphics that return ActionProviderMenuBar
 ActionProviderMenuBar BaseESRIMapChart.getMenuBar()
           
 

Methods in com.sas.servlet.tbeans.graphics with parameters of type ActionProviderMenuBar
 void BaseESRIMapChart.setMenuBar(ActionProviderMenuBar menuBar)
           
 

Uses of ActionProviderMenuBar in com.sas.servlet.tbeans.graphics.html
 

Subclasses of ActionProviderMenuBar in com.sas.servlet.tbeans.graphics.html
 class ESRIMapMenu
          ***WARNING*** This class is an experimental class and is largely untested.
 

Methods in com.sas.servlet.tbeans.graphics.html that return ActionProviderMenuBar
 ActionProviderMenuBar GraphComposite.getDefaultMenuBar()
          Returns the default MenuBar object for the chart
 

Uses of ActionProviderMenuBar in com.sas.servlet.tbeans.olapgraphics.html
 

Subclasses of ActionProviderMenuBar in com.sas.servlet.tbeans.olapgraphics.html
 class OLAPESRIMapMenu
          MapMenu is a TransformationBean that subclasses the MenuBar tbean and has the map-related items that appear in the ESRI Map tbean toolbar..
 

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

Methods in com.sas.servlet.tbeans.olaptableview.html that return ActionProviderMenuBar
protected  ActionProviderMenuBar OLAPTableViewComposite.getDefaultMenuBar()
          Returns the default MenuBar object for the OLAPTableViewComposite.
 

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

Methods in com.sas.servlet.tbeans.tableview.html that return ActionProviderMenuBar
protected  ActionProviderMenuBar TableViewComposite.getDefaultMenuBar()
          Returns the default MenuBar object for the TableViewComposite.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.