Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Direct to Web

D2WEditToOneFault

Package:

Inherits from:D2WDisplayToOne

Implements:

See Also:
D2WCustomComponent

Class Description

This property-level component displays a hyperlink representing a to-one relationship. The hyperlink navigates to an edit-relationship page that allows the user to choose the destination object of the relationship.

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 edit a property, use D2WCustomComponent.

Method Types


Constructors

Private Methods


Constructors


D2WEditToOneFault

public D2WEditToOneFault()

This method is intentionally undocumented. You should never have to invoke or customize it.
Methods


editRelationship

public WOComponent editRelationship()

This method is intentionally undocumented. You should never have to invoke or customize it.



helpString

public String helpString()

This method is intentionally undocumented. You should never have to invoke or customize it.



methodNameForEditRelationship

public String methodNameForEditRelationship()

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.