Uses of Interface
com.sas.servlet.tbeans.navigationbar.EditNavigationInterface

Packages that use EditNavigationInterface
com.sas.commands.relational Provides classes and interfaces to perform commands on relational data. 
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.wml Provides the classes used to generate a table of data in WML. 
 

Uses of EditNavigationInterface in com.sas.commands.relational
 

Methods in com.sas.commands.relational that return EditNavigationInterface
 EditNavigationInterface BaseEditCommand.getModel()
          Gets the model of the viewer associated with this command.
 

Methods in com.sas.commands.relational with parameters of type EditNavigationInterface
 void BaseEditCommand.setModel(EditNavigationInterface model)
          Sets the model of the viewer associated with this command.
 

Uses of EditNavigationInterface in com.sas.servlet.tbeans.tableview
 

Classes in com.sas.servlet.tbeans.tableview that implement EditNavigationInterface
 class BaseTableView
          The base abstract Transformation Bean for creating a 2-dimensional Table.
 

Uses of EditNavigationInterface in com.sas.servlet.tbeans.tableview.wml
 

Classes in com.sas.servlet.tbeans.tableview.wml that implement EditNavigationInterface
 class TableView
          The TableView is a TransformationBean™ that generates a WML table with the data from the given model and format the 2-dimensional table.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.