|
Components |
|
| |||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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
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.
|
Components |
|
| |||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |