er.directtoweb.delegates
Class ERDConfirmObjectDelegate
java.lang.Object
er.directtoweb.delegates.ERDConfirmObjectDelegate
- All Implemented Interfaces:
- com.webobjects.directtoweb.NextPageDelegate
- Direct Known Subclasses:
- ERDConfirmObjectWasSavedDelegate
public class ERDConfirmObjectDelegate
- extends Object
- implements com.webobjects.directtoweb.NextPageDelegate
Extends ObjectSaverDelegate to provide a confirm page.
|
Constructor Summary |
ERDConfirmObjectDelegate(EOEnterpriseObject eo,
String confirmPageName,
com.webobjects.directtoweb.NextPageDelegate delegate)
|
ERDConfirmObjectDelegate(EOEnterpriseObject eo,
String confirmPageName,
com.webobjects.directtoweb.NextPageDelegate confirmDelegate,
com.webobjects.directtoweb.NextPageDelegate cancelDelegate)
|
ERDConfirmObjectDelegate(EOEnterpriseObject eo,
String confirmPageName,
WOComponent nextPage)
|
ERDConfirmObjectDelegate(EOEnterpriseObject eo,
String confirmPageName,
WOComponent confirmPage,
WOComponent cancelPage)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_confirmPageName
protected String _confirmPageName
_eo
protected EOEnterpriseObject _eo
_ec
protected EOEditingContext _ec
_cancelDelegate
protected com.webobjects.directtoweb.NextPageDelegate _cancelDelegate
_confirmDelegate
protected com.webobjects.directtoweb.NextPageDelegate _confirmDelegate
ERDConfirmObjectDelegate
public ERDConfirmObjectDelegate(EOEnterpriseObject eo,
String confirmPageName,
com.webobjects.directtoweb.NextPageDelegate confirmDelegate,
com.webobjects.directtoweb.NextPageDelegate cancelDelegate)
ERDConfirmObjectDelegate
public ERDConfirmObjectDelegate(EOEnterpriseObject eo,
String confirmPageName,
WOComponent confirmPage,
WOComponent cancelPage)
ERDConfirmObjectDelegate
public ERDConfirmObjectDelegate(EOEnterpriseObject eo,
String confirmPageName,
WOComponent nextPage)
ERDConfirmObjectDelegate
public ERDConfirmObjectDelegate(EOEnterpriseObject eo,
String confirmPageName,
com.webobjects.directtoweb.NextPageDelegate delegate)
nextPage
public WOComponent nextPage(WOComponent sender)
- Specified by:
nextPage in interface com.webobjects.directtoweb.NextPageDelegate
Copyright © 2002 – 2011 Project Wonder.