Project Wonder 2.0

er.directtoweb
Interface ERDMessagePageInterface

All Superinterfaces:
ConfirmPageInterface, ErrorPageInterface, InspectPageInterface
All Known Implementing Classes:
ERD2WMessagePage

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

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

nextPageDelegate

public NextPageDelegate nextPageDelegate()

setCancelPage

public void setCancelPage(WOComponent cp)

cancelPage

public WOComponent cancelPage()

setTitle

public void setTitle(String title)

title

public String title()

object

public EOEnterpriseObject object()

dataSource

public EODataSource dataSource()

setDataSource

public void setDataSource(EODataSource ds)

Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.