public interface ERDEditObjectDelegate
Modifier and Type | Method and Description |
---|---|
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. |
com.webobjects.appserver.WOComponent editObject(com.webobjects.eocontrol.EOEnterpriseObject object, com.webobjects.appserver.WOComponent nextPage)
ERD2WListPage.editObjectAction()
and the implemetation of this method should return a edit page
for the object thats passed in.object
- - object to be editednextPage
- - page to return to after editingCopyright © 2002 – 2020 Project Wonder.