|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseNavigationBar | |
---|---|
com.sas.servlet.tbeans.navigationbar.html | Provides classes used to generate an HTML representation of a navigation bar for scrolling. |
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 BaseNavigationBar in com.sas.servlet.tbeans.navigationbar.html |
---|
Subclasses of BaseNavigationBar in com.sas.servlet.tbeans.navigationbar.html | |
---|---|
class |
NavigationBar
NavigationBar is a TransformationBean that is composed of other TransformationBeans that can include the following sub-components: NavigationBarColumnScrollingElement ,
NavigationBarColumnScrollingElement or
NavigationBarColumnScrollingElement . |
class |
TableColumnNavigationBar
TableColumnNavigationBar is a TransformationBean that is composed of other TransformationBeans that includes the following sub-component: NavigationBarColumnScrollingElement . |
class |
TableRowNavigationBar
TableRowNavigationBar is a TransformationBean that is composed of other TransformationBeans that includes the following sub-component: NavigationBarRowScrollingElement . |
Uses of BaseNavigationBar in com.sas.servlet.tbeans.olaptableview.html |
---|
Methods in com.sas.servlet.tbeans.olaptableview.html that return BaseNavigationBar | |
---|---|
protected BaseNavigationBar |
OLAPTableViewComposite.getDefaultColumnNavigationBar()
Returns the default NavigationBar object containing the column scrollers. |
protected BaseNavigationBar |
OLAPTableViewComposite.getDefaultRowNavigationBar()
Returns the default NavigationBar object containing the row scrollers. |
Uses of BaseNavigationBar in com.sas.servlet.tbeans.tableview.html |
---|
Methods in com.sas.servlet.tbeans.tableview.html that return BaseNavigationBar | |
---|---|
protected BaseNavigationBar |
TableViewComposite.getDefaultColumnNavigationBar()
Returns the default NavigationBar object containing the column scrollers. |
protected BaseNavigationBar |
TableViewComposite.getDefaultRowNavigationBar()
Returns the default NavigationBar object containing the row scrollers. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |