PATH |
D2WMasterDetailPage
Package: com.webobjects.directtowebThis class provides the behavior for the master-detail page Direct to Web tempaltes, specifically
Most of the methods in this class are accessed (via the .wod
) file. If you create a Direct to Web template from a master-detail page, you can invoke the methods in this class in the same way. See the "Direct to Web" chapter of WebObjects Tools and Techniques for more information about creating a Direct to Web template.
Method Types
nextPage
. You can also specify custom behavior for this action by overriding nextPageDelegate
; in this case, nextPage
is ignored.See Also:
nextPageDelegate (D2WPage)
nextPage (D2WPage)
nextPage method on this object when the user clicks Cancel in the edit component.See Also:
NextPageDelegate
replacementAssociationForAssociation
public WOAssociation replacementAssociationForAssociation(WOAssociation oldAssociation, String oldBinding, DTWTemplate aTemplate, WOContext aContext)
This method is intentionally undocumented. You should never have to invoke or customize it.
selectPageDelegate
public NextPageDelegate selectPageDelegate()
Returns the next page delegate (an object implementing the NextPageDelegate interface) for the select component on the master-detail page. Direct to Web invokes the nextPage
method on this object when the user selects the record to edit.See Also:
NextPageDelegate
setEditPageDelegate
public void setEditPageDelegate(Object anObject)
This method is intentionally undocumented. You should never have to invoke or customize it.
setSelectPageDelegate
public void setSelectPageDelegate(Object anObject)
This method is intentionally undocumented. You should never have to invoke or customize it.
© 2001 Apple Computer, Inc.