WebObjects 5.2

Uses of Interface
com.webobjects.directtoweb.NextPageDelegate

Packages that use NextPageDelegate
com.webobjects.directtoweb Provides the framework for rapid development of HTML-based WebObjects applications. 
 

Uses of NextPageDelegate in com.webobjects.directtoweb
 

Methods in com.webobjects.directtoweb that return NextPageDelegate
 NextPageDelegate D2WPage.nextPageDelegate()
          Returns the next page delegate of the receiver, an object, or null, if no next page delegate has been specified.
 NextPageDelegate D2WMasterDetailPage.masterDetailPageDelegate()
          Returns the next page delegate for the edit component on the master-detail page.
 NextPageDelegate D2WMasterDetailPage.selectPageDelegate()
          Returns the next page delegate, an object implementing the NextPageDelegate interface, for the select component on the master-detail page.
 NextPageDelegate D2WEmbeddedComponent.actionPageDelegate()
          This method is intentionally undocumented.
 NextPageDelegate D2WEmbeddedComponent.newPageDelegate()
          This method is intentionally undocumented.
 NextPageDelegate D2WQuery.newPageDelegate()
          Returns the new page delegate.
 NextPageDelegate D2WSelect.newPageDelegate()
          Returns the new page delegate.
 NextPageDelegate SelectPageInterface.nextPageDelegate()
          Returns the receiver's next page delegate.
 

Methods in com.webobjects.directtoweb with parameters of type NextPageDelegate
 void D2WPage.setNextPageDelegate(NextPageDelegate nextPageDelegate)
          Sets the next page delegate of the receiver to the specified delegate.
 void InspectPageInterface.setNextPageDelegate(NextPageDelegate nextPageDelegate)
          Sets delegate object that receives call to nextPage method.
 void ListPageInterface.setNextPageDelegate(NextPageDelegate nextPageDelegate)
          Sets delegate object that receives call to nextPage method.
 void D2WConfirmPage.setCancelDelegate(NextPageDelegate nextPage)
          Sets the cancel delegate of the receiver.
 void D2WConfirmPage.setConfirmDelegate(NextPageDelegate nextPage)
          Sets the confirm delegate of the receiver.
 void D2WEmbeddedComponent.setActionPageDelegate(NextPageDelegate newValue)
          This method is intentionally undocumented.
 void EditRelationshipPageInterface.setNextPageDelegate(NextPageDelegate nextPageDelegate)
          Sets delegate object that receives call to nextPage method.
 void SelectPageInterface.setNextPageDelegate(NextPageDelegate nextPageDelegate)
          Sets delegate object that receives call to nextPage method.
 void ConfirmPageInterface.setCancelDelegate(NextPageDelegate cancelDelegate)
          Sets the receiver's cancel delegate.
 void ConfirmPageInterface.setConfirmDelegate(NextPageDelegate confirmDelegate)
          Sets the receiver's confirm delegate.
 void QueryPageInterface.setNextPageDelegate(NextPageDelegate nextPageDelegate)
          Sets delegate object that receives call to nextPage method.
 


Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.