Provides classes used to generate an HTML representation of a navigation bar for scrolling.

OVERVIEW

This package contains classes that will generate the HTML that represent the scrolling actions and controls necessary to navigate through the NavigationBar's model.

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

NavigationBar
A default NavigationBar. The following NavigationBarElements can be added to this NavigationBar: NavigationBarColumnScrollingElement, NavigationBarRowScrollingElement and NavigationBarEditingElement.
TableColumnNavigationBar
A NavigationBar that generates the actions/controls needed to scroll through the columns of its model. By default, this NavigationBar contains a NavigationBarColumnScrollingElement.
TableRowNavigationBar
A NavigationBar that generates the actions/controls needed to scroll through the rows of its model. By default, this NavigationBar contains a NavigationBarRowScrollingElement.
NavigationBarColumnScrollingElement
The NavigationBarElement that generates the actions/controls needed to scroll through the columns of its model. Its model must implement ColumnNavigationInterface.
NavigationBarRowScrollingElement
The NavigationBarElement that generates the actions/controls needed to scroll through the rows of its model. Its model must implement RowNavigationInterface.
NavigationBarEditingElement
The NavigationBarElement that generates the actions/controls needed to edit its model. Its model must implement EditNavigationInterface.

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.