D2WEditToManyFault
	Package: com.webobjects.directtoweb
	
Inherits from:D2WComponent
See Also:
D2WCustomComponent
Class Description
	
This property-level component displays a hyperlink representing a to-many relationship. The hyperlink navigates to an edit-relationship page that allows the user to change which objects are in the relationship. This component does not traverse the relationship (unlike D2WEditToManyRelationship) 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 edit a property, use D2WCustomComponent.
	Method Types
	
	Constructors
	
	
	
	
    
		
		
	
    Private Methods
		
		
	
	
Constructors
		
		
		D2WEditToManyFault
		
		public D2WEditToManyFault()
		
		This method is intentionally undocumented. You should never have to invoke or customize it.
	
	Methods
		browserList 
		
		public NSArray browserList()
This method is intentionally undocumented. You should never have to invoke or customize it.
		
		browserListDescription 
		
		public String browserListDescription()
This method is intentionally undocumented. You should never have to invoke or customize it.
		
		browserStringForItem 
		
		public String browserStringForItem()
This method is intentionally undocumented. You should never have to invoke or customize it.
		
		editValues 
		
		public WOComponent editValues()
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.
		
		ivarNameForBrowserItem 
		
		public String ivarNameForBrowserItem()
This method is intentionally undocumented. You should never have to invoke or customize it.
		
		methodNameBrowserListDescription 
		
		public String methodNameBrowserListDescription()
This method is intentionally undocumented. You should never have to invoke or customize it.
		
		methodNameForEditValues 
		
		public String methodNameForEditValues()
This method is intentionally undocumented. You should never have to invoke or customize it.
		
		methodNameListDescription 
		
		public String methodNameListDescription()
This method is intentionally undocumented. You should never have to invoke or customize it.
		
		plurifiedStrings 
		
		public String plurifiedStrings()
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.