|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseNavigationInterface | |
---|---|
com.sas.commands.relational | Provides classes and interfaces to perform commands on relational data. |
com.sas.servlet.tbeans.navigationbar | Provides the base classes and interfaces needed to generate a navigation bar for scrolling. |
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 | Provides classes and interfaces for viewing OLAP Data. |
com.sas.servlet.tbeans.olaptableview.html | Provides classes and interfaces for Creating an HTML table representing an OLAPTable. |
com.sas.servlet.tbeans.tableview | Provides the base classes and interfaces used to generate a table of data for a given data model. |
com.sas.servlet.tbeans.tableview.html | Provides the classes used to generate a table of data in HTML. |
Uses of BaseNavigationInterface in com.sas.commands.relational |
---|
Methods in com.sas.commands.relational that return BaseNavigationInterface | |
---|---|
BaseNavigationInterface |
BaseScrollCommand.getModel()
Gets the model of the viewer associated with this command. |
Methods in com.sas.commands.relational with parameters of type BaseNavigationInterface | |
---|---|
void |
BaseScrollCommand.setModel(BaseNavigationInterface model)
Sets the model of the viewer associated with this command. |
Uses of BaseNavigationInterface in com.sas.servlet.tbeans.navigationbar |
---|
Subinterfaces of BaseNavigationInterface in com.sas.servlet.tbeans.navigationbar | |
---|---|
interface |
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. |
interface |
EditNavigationInterface
Defines an interface for editing a TransformationBean. |
interface |
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. |
Methods in com.sas.servlet.tbeans.navigationbar that return BaseNavigationInterface | |
---|---|
BaseNavigationInterface |
BaseNavigationBarElement.getModel()
Return the model for the navigationbar element. |
BaseNavigationInterface |
BaseNavigationBar.getModel()
Gets the model of the navigationbar. |
Methods in com.sas.servlet.tbeans.navigationbar with parameters of type BaseNavigationInterface | |
---|---|
void |
BaseNavigationBarElement.setModel(BaseNavigationInterface model)
Sets the model for the navigationbar element. |
void |
BaseNavigationBar.setModel(BaseNavigationInterface viewer)
Sets the model on all the navigationbar's elements currently attached to the navigationbar. |
Uses of BaseNavigationInterface in com.sas.servlet.tbeans.navigationbar.html |
---|
Methods in com.sas.servlet.tbeans.navigationbar.html with parameters of type BaseNavigationInterface | |
---|---|
void |
NavigationBarRowScrollingElement.setModel(BaseNavigationInterface navigationBarModel)
Sets the model for the row scrolling element. |
void |
NavigationBarEditingElement.setModel(BaseNavigationInterface model)
Sets the model for the editing element. |
void |
NavigationBarColumnScrollingElement.setModel(BaseNavigationInterface navigationBarModel)
Sets the model for the column scrolling element. |
Constructors in com.sas.servlet.tbeans.navigationbar.html with parameters of type BaseNavigationInterface | |
---|---|
NavigationBarColumnScrollingElement(BaseNavigationInterface model)
Creates an instance of the NavigationBarColumnScrollingElement with the given model and the given name. |
|
NavigationBarEditingElement(BaseNavigationInterface model)
Creates an instance of the NavigationBarEditingElement with the given model and the given name. |
|
NavigationBarRowScrollingElement(BaseNavigationInterface model)
Creates an instance of the NavigationBarRowScrollingElement with the given model and the given name. |
|
NavigationBarScrollingElement(BaseNavigationInterface model)
Creates an instance of the NavigationBarScrollingElement with the given model. |
Uses of BaseNavigationInterface in com.sas.servlet.tbeans.olaptableview |
---|
Classes in com.sas.servlet.tbeans.olaptableview that implement BaseNavigationInterface | |
---|---|
class |
BaseOLAPTableView
The BaseOLAPTableView is an abstract TransformationBean |
Uses of BaseNavigationInterface in com.sas.servlet.tbeans.olaptableview.html |
---|
Classes in com.sas.servlet.tbeans.olaptableview.html that implement BaseNavigationInterface | |
---|---|
class |
OLAPTableView
The OLAPTableView is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript to represent a table of data from the given multidimensional model. |
Uses of BaseNavigationInterface in com.sas.servlet.tbeans.tableview |
---|
Classes in com.sas.servlet.tbeans.tableview that implement BaseNavigationInterface | |
---|---|
class |
AbstractBaseTableView
The abstract Transformation Bean base object for creating any TableView. |
class |
BaseTableView
The base abstract Transformation Bean for creating a 2-dimensional Table. |
Uses of BaseNavigationInterface in com.sas.servlet.tbeans.tableview.html |
---|
Classes in com.sas.servlet.tbeans.tableview.html that implement BaseNavigationInterface | |
---|---|
class |
TableView
The TableView is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript to represent a table of data from the given 2-dimensional model. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |