D2WDisplayToManyFault
Package: com.webobjects.directtoweb
Inherits from:D2WStatelessComponent
Implements:- com.webobjects.directtoweb.generation.DTWGeneration
See Also:
D2WCustomComponent
Class Description
This property-level component displays a hyperlink representing a to-many relationship. The hyperlink navigates to a list page that displays the objects in the relationship. This component does not traverse the relationship (unlike D2WDisplayToMany, D2WDisplayToMany2, D2WDisplayToManyBrowser, and D2WDisplayToManyTable) making it appropriate for relationships that contain many objects.
Property-level components are not accessed programmatically. Instead, you use the Web Assistant to choose the property-level component that Direct to Web uses to display a property on a particular entity and task page. See the "Direct to Web" chapter of WebObjects Tools and Techniques for more information.
If you want to create property-level component to display a property, use D2WCustomComponent.
Method Types
Constructors
Private Methods
Constructors
D2WDisplayToManyFault
public D2WDisplayToManyFault()
Standard Java no-argument constructor.
Methods
helpString
public String helpString()
This method is intentionally undocumented. You should never have to invoke or customize it.
inspectArrayAction
public WOComponent inspectArrayAction()
This method is intentionally undocumented. You should never have to invoke or customize it.
methodNameInspectArrayAction
public String methodNameInspectArrayAction()
This method is intentionally undocumented. You should never have to invoke or customize it.
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.
© 2001 Apple Computer, Inc.