Provides the base classes and interfaces needed to generate a navigation bar for scrolling.

OVERVIEW

This package base classes and interfaces necessary to produce a web NavigationBar that can be used to simulate scrolling on its model. The NavigationBar's model must implement BaseNavigationInterface.

An example of components that can be used as a model for the NavigationBar are the TableView and OLAPTableView. NavigationBars are used as subcomponents in the TableViewComposite and OLAPTableViewComposite classes.


PRIMARY CLASSES

BaseNavigationInterface
The base interface that a model of the NavigationBar must implement.
ColumnNavigationInterface
The interface that a model of the NavigationBar must implement to simulate scrolling through the columns of the model.
RowNavigationInterface
The interface that a model of the NavigationBar must implement to simulate scrolling through the rows of the model.
BaseNavigationBar
The base object for creating NavigationBars. The BaseNavigationBar is a composite class. You can add instances of BaseNavigationBarElements to the BaseNavigationBar.
BaseNavigationBarElement
The base object for create NavigationBarElements. A NavgiationBarElement renders the navigation controls that simulate navigating through the model.

For More Information:

Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.

Examples for this class may be found on the Examples Site. You will initially see a subset of examples relating to the TableView classes. You can search for others as needed.

Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.