Project Wonder 5.0

er.directtoweb.interfaces
Interface ERDEditObjectDelegate


public interface ERDEditObjectDelegate

this defines a mechanism to bridge editObjectAction() in ERD2WListPage to render custom edit pages

Author:
santoash

Method Summary
 com.webobjects.appserver.WOComponent editObject(com.webobjects.eocontrol.EOEnterpriseObject object, com.webobjects.appserver.WOComponent nextPage)
          this method will be called from ERD2WListPage#editObjectAction() and the implemetation of this method should return a edit page for the object thats passed in.
 

Method Detail

editObject

com.webobjects.appserver.WOComponent editObject(com.webobjects.eocontrol.EOEnterpriseObject object,
                                                com.webobjects.appserver.WOComponent nextPage)
this method will be called from ERD2WListPage#editObjectAction() and the implemetation of this method should return a edit page for the object thats passed in.

Parameters:
object - - object to be edited
nextPage - - page to return to after editing
Returns:
Edit page for the object thats passed in

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.