D2WDisplayToManyTable
	Package: com.webobjects.directtoweb
	
Inherits from:D2WDisplayToMany
See Also:
D2WDisplayToManyFault
D2WCustomComponent
Class Description
	
This property-level component displays the objects of a to-many relationship in a table. You can specify the number of columns in the table and whether the browser 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
	
	
	
	Fields
    Private Methods
		
		
	
	
Constructors
		
		
		D2WDisplayToManyTable
		
		public D2WDisplayToManyTable()
		
		This method is intentionally undocumented. You should never have to invoke or customize it.
	
	Fields
item
com.webobjects.eocontrol.EOEnterpriseObject
This constant is intentionally undocumented.
Methods
		inspectAction 
		
		public WOComponent inspectAction()
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.
		
		stringForItem 
		
		public Object stringForItem()
This method is intentionally undocumented. You should never have to invoke or customize it.
		
© 2001 Apple Computer, Inc.