D2WDisplayToMany
	Package: com.webobjects.directtoweb
	
Inherits from:D2WComponent
Implements:- com.webobjects.directtoweb.generation.DTWGeneration
 
Subclasses:
See Also:
D2WDisplayToManyFault
D2WCustomComponent
Class Description
	
This property-level component displays the first few objects of a to-many relationship in a list. You can specify whether the list is collapsible or not. Since the component fetches all of the objects in the relationship, it is slower than the D2WDisplayToManyFault component, especially when the relationship has 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
		
		
		D2WDisplayToMany
		
		public D2WDisplayToMany()
		
		This method is intentionally undocumented. You should never have to invoke or customize it.
	
	Methods
		inspectArrayAction 
		
		public WOComponent inspectArrayAction()
This method is intentionally undocumented. You should never have to invoke or customize it.
		
		inspectArrayActionString 
		
		public String inspectArrayActionString()
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.
		
		list 
		
		public NSArray list()
This method is intentionally undocumented. You should never have to invoke or customize it.
		
		listDescription 
		
		public String listDescription()
This method is intentionally undocumented. You should never have to invoke or customize it.
		
		methodNameForShouldDisplay 
		
		public String methodNameForShouldDisplay()
This method is intentionally undocumented. You should never have to invoke or customize it.
		
		methodNameInspectAction 
		
		public String methodNameInspectAction()
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.
		
		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.
		
		setInspectArrayAction 
		
		public void setInspectArrayAction(Object anObject)
This method is intentionally undocumented. You should never have to invoke or customize it.
		
		setList 
		
		public void setList(Object anObject)
This method is intentionally undocumented. You should never have to invoke or customize it.
		
		shouldDisplay 
		
		public boolean shouldDisplay()
This method is intentionally undocumented. You should never have to invoke or customize it.
		
© 2001 Apple Computer, Inc.