er.directtoweb.delegates
Class ERDConfirmObjectWasSavedDelegate
java.lang.Object
er.directtoweb.delegates.ERDConfirmObjectDelegate
er.directtoweb.delegates.ERDConfirmObjectWasSavedDelegate
- All Implemented Interfaces:
- com.webobjects.directtoweb.NextPageDelegate
public class ERDConfirmObjectWasSavedDelegate
- extends ERDConfirmObjectDelegate
Determines if the user wants the changes saved if so provides a confirm page, if note uses cancel delegate.
Constructor Summary |
ERDConfirmObjectWasSavedDelegate(com.webobjects.eocontrol.EOEnterpriseObject eo,
java.lang.String confirmPageName,
com.webobjects.directtoweb.NextPageDelegate delegate)
|
ERDConfirmObjectWasSavedDelegate(com.webobjects.eocontrol.EOEnterpriseObject eo,
java.lang.String confirmPageName,
com.webobjects.directtoweb.NextPageDelegate confirmDelegate,
com.webobjects.directtoweb.NextPageDelegate cancelDelegate)
|
ERDConfirmObjectWasSavedDelegate(com.webobjects.eocontrol.EOEnterpriseObject eo,
java.lang.String confirmPageName,
com.webobjects.appserver.WOComponent nextPage)
|
ERDConfirmObjectWasSavedDelegate(com.webobjects.eocontrol.EOEnterpriseObject eo,
java.lang.String confirmPageName,
com.webobjects.appserver.WOComponent confirmPage,
com.webobjects.appserver.WOComponent cancelPage)
|
Method Summary |
com.webobjects.appserver.WOComponent |
nextPage(com.webobjects.appserver.WOComponent sender)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERDConfirmObjectWasSavedDelegate
public ERDConfirmObjectWasSavedDelegate(com.webobjects.eocontrol.EOEnterpriseObject eo,
java.lang.String confirmPageName,
com.webobjects.directtoweb.NextPageDelegate confirmDelegate,
com.webobjects.directtoweb.NextPageDelegate cancelDelegate)
ERDConfirmObjectWasSavedDelegate
public ERDConfirmObjectWasSavedDelegate(com.webobjects.eocontrol.EOEnterpriseObject eo,
java.lang.String confirmPageName,
com.webobjects.appserver.WOComponent confirmPage,
com.webobjects.appserver.WOComponent cancelPage)
ERDConfirmObjectWasSavedDelegate
public ERDConfirmObjectWasSavedDelegate(com.webobjects.eocontrol.EOEnterpriseObject eo,
java.lang.String confirmPageName,
com.webobjects.appserver.WOComponent nextPage)
ERDConfirmObjectWasSavedDelegate
public ERDConfirmObjectWasSavedDelegate(com.webobjects.eocontrol.EOEnterpriseObject eo,
java.lang.String confirmPageName,
com.webobjects.directtoweb.NextPageDelegate delegate)
nextPage
public com.webobjects.appserver.WOComponent nextPage(com.webobjects.appserver.WOComponent sender)
- Specified by:
nextPage
in interface com.webobjects.directtoweb.NextPageDelegate
- Overrides:
nextPage
in class ERDConfirmObjectDelegate
Copyright © 2002 – 2007 Project Wonder.