PATH |
D2WCustomQueryComponent
Package: com.webobjects.directtowebInherits from:D2WComponent
Class Description
This component allows you to use a WebObjects reusable component as a property-level component that performs queries. D2WCustomQueryComponent passes two bindings to the reusable component: displayGroup
, which specifies the display group that performs the query, and key
, which specifies the key representing the objects in the display group.
The reusable component needs to set the display group's query dictionaries: queryMatch
, queryMax
, queryMin
, and queryOperator
. See the WODisplayGroup class specification in the WebObjects Framework Reference for more information.
Method Types
Constructors
Fields
Constructors
D2WCustomQueryComponent
public D2WCustomQueryComponent()
This method is intentionally undocumented. You should never have to invoke or customize it.
Fields
displayGroup
com.webobjects.appserver.WODisplayGroup
The display group that receives the values for the query keys.
© 2001 Apple Computer, Inc.