Uses of Class
com.sas.servlet.tbeans.tableview.HttpEditController

Packages that use HttpEditController
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.hdml Provides the classes used to generate a table of data in HDML. 
com.sas.servlet.tbeans.tableview.html Provides the classes used to generate a table of data in HTML. 
com.sas.servlet.tbeans.tableview.wml Provides the classes used to generate a table of data in WML. 
 

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

Methods in com.sas.servlet.tbeans.tableview that return HttpEditController
abstract  HttpEditController BaseTableView.getDefaultEditController()
          Returns the default edit controller.
 HttpEditController BaseTableView.getEditController()
          Returns the controller class used to assist in editing the table.
 

Methods in com.sas.servlet.tbeans.tableview with parameters of type HttpEditController
 void BaseTableView.setEditController(HttpEditController newEditController)
          Sets the controller class used to assist in editing the table.
 

Uses of HttpEditController in com.sas.servlet.tbeans.tableview.hdml
 

Methods in com.sas.servlet.tbeans.tableview.hdml that return HttpEditController
 HttpEditController TableView.getDefaultEditController()
          Method not implemented, returns null.
 

Uses of HttpEditController in com.sas.servlet.tbeans.tableview.html
 

Methods in com.sas.servlet.tbeans.tableview.html that return HttpEditController
 HttpEditController TableView.getDefaultEditController()
          Returns the default edit controller.
 

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

Methods in com.sas.servlet.tbeans.tableview.wml that return HttpEditController
 HttpEditController TableView.getDefaultEditController()
          Method not implemented, returns null.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.