***  This package contains classes that are subject to change.  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.servlet.tbeans.navigationbar

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

See:
          Description

Interface Summary
BaseNavigationInterface Defines the interface to be implemented by a TranformationBean which will use a NavigationBar to navigate through the TranformationBean's model.
ColumnNavigationInterface Defines the interface to be implemented by a TranformationBean which will use a NavigationBar to navigate through the columns of the TranformationBean's model.
EditNavigationInterface Defines an interface for editing a TransformationBean.
NavigationBarKeysInterface This interface contains the keys that are used to retrieve the default components that make up the BaseNavigationBar composite component.
RowNavigationInterface Defines the interface to be implemented by a TranformationBean which will use a NavigationBar to navigate through the rows of the TranformationBean's model.
 

Class Summary
BaseNavigationBar The abstract Transformation Bean base object for creating a NavigationBar.
BaseNavigationBarElement The abstract Transformation Bean base object for creating elements for navigating through a Transformation Bean's model.
 

Package com.sas.servlet.tbeans.navigationbar Description

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.


***  This package contains classes that are subject to change.  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.