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.html Provides the classes used to generate a table of data in HTML. 
 

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.html
 

Classes in com.sas.servlet.tbeans.tableview.html that implement EditNavigationInterface
 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.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.