WebObjects 5.2.3

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 SelectPageInterface.nextPageDelegate()
          Returns the receiver's next page delegate.
 NextPageDelegate D2WSelect.newPageDelegate()
          Returns the new page delegate.
 NextPageDelegate D2WQuery.newPageDelegate()
          Returns the new page delegate.
 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.
 

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


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

Copyright © 2004 Apple Computer, Inc.