D2WCustomQueryComponent
Package: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