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.
 
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
 
 
 
Copyright © 2003 Apple Computer, Inc.