WebObjects 5.2.3

com.webobjects.directtoweb
Interface NextPageDelegate


public interface NextPageDelegate

This interface defines the nextPage method that a Direct to Web template can invoke in its next page delegate. See the "Customizing a Direct to Web Application" chapter of "Developing WebObjects Applications With Direct to Web" for more information about using the next page delegate.


Method Summary
 WOComponent nextPage(WOComponent sender)
          This action method is invoked when the user leaves a Direct to Web page.
 

Method Detail

nextPage

public WOComponent nextPage(WOComponent sender)
This action method is invoked when the user leaves a Direct to Web page. It returns the next page (a WOComponent object) to display. If this method is not implemented, the sender is redisplayed.

Parameters:
sender - the Direct to Web page that invoked this method call
Returns:
the next page to display in the application. It's the developer's responsibility to implement this method and initialize the next page appropriately

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.