er.directtoweb
Class ERDConfirmObjectDelegate
java.lang.Object
er.directtoweb.ERDConfirmObjectDelegate
- All Implemented Interfaces:
- NextPageDelegate
- Direct Known Subclasses:
- ERDConfirmObjectWasSavedDelegate
- public class ERDConfirmObjectDelegate
- extends Object
- implements NextPageDelegate
Extends ObjectSaverDelegate to provide a confirm page.
Constructor Summary |
ERDConfirmObjectDelegate(EOEnterpriseObject eo,
String confirmPageName,
NextPageDelegate delegate)
|
ERDConfirmObjectDelegate(EOEnterpriseObject eo,
String confirmPageName,
NextPageDelegate confirmDelegate,
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 NextPageDelegate _cancelDelegate
_confirmDelegate
protected NextPageDelegate _confirmDelegate
ERDConfirmObjectDelegate
public ERDConfirmObjectDelegate(EOEnterpriseObject eo,
String confirmPageName,
NextPageDelegate confirmDelegate,
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,
NextPageDelegate delegate)
nextPage
public WOComponent nextPage(WOComponent sender)
- Specified by:
nextPage
in interface NextPageDelegate
Copyright © 2002 – 2004 Project Wonder.