Project Wonder 5.0.0.8794

er.directtoweb.interfaces
Interface ERDMessagePageInterface

All Superinterfaces:
ConfirmPageInterface, ErrorPageInterface, InspectPageInterface
All Known Implementing Classes:
ERD2WConfirmPage, ERD2WConfirmPageTemplate, ERD2WMessagePage, ERD2WMessagePageTemplate, ERD2WProgressPage, ERD2WProgressPageTemplate, ERDQuestionPage, ERDRecoverableErrorPage, ERNEUErrorPage, ERNEUMessagePage

public interface ERDMessagePageInterface
extends ConfirmPageInterface, ErrorPageInterface, InspectPageInterface

Super set of all D2W message interfaces, confirm and error.


Method Summary
 WOComponent cancelPage()
           
 EODataSource dataSource()
           
 NextPageDelegate nextPageDelegate()
           
 EOEnterpriseObject object()
           
 void setCancelPage(WOComponent cp)
           
 void setDataSource(EODataSource ds)
           
 void setNextPageDelegate(NextPageDelegate npd)
           
 void setTitle(String title)
           
 String title()
           
 
Methods inherited from interface com.webobjects.directtoweb.ConfirmPageInterface
setCancelDelegate, setConfirmDelegate, setMessage
 
Methods inherited from interface com.webobjects.directtoweb.ErrorPageInterface
setMessage, setNextPage
 
Methods inherited from interface com.webobjects.directtoweb.InspectPageInterface
setNextPage, setObject
 

Method Detail

setNextPageDelegate

void setNextPageDelegate(NextPageDelegate npd)
Specified by:
setNextPageDelegate in interface InspectPageInterface

nextPageDelegate

NextPageDelegate nextPageDelegate()

setCancelPage

void setCancelPage(WOComponent cp)

cancelPage

WOComponent cancelPage()

setTitle

void setTitle(String title)

title

String title()

object

EOEnterpriseObject object()

dataSource

EODataSource dataSource()

setDataSource

void setDataSource(EODataSource ds)

Last updated: Thu, Jan 8, 2009 • 12:32 PM EST

Copyright © 2002 – 2007 Project Wonder.