PATH
Documentation > WebObjects 4.5 >
Direct to Web
[Table of Contents]QueryPageInterface
-
Implemented by:
- D2WQueryPage
- QueryAllPageInterface
- Package:
- com.apple.yellow.directtoweb
Interface
Description
This interface is the return value for the D2W queryPageForEntityNamed
method that creates a query page. The methods defined by this interface initialize the newly created page.
Method Types
- Managing the Data Source
- queryDataSource
- Managing the Next Page Parameters
- setNextPageDelegate
Methods
queryDataSource
abstract public EODataSource queryDataSource()
Returns the receiver's EODataSource (defined in the EOControl Framework) containing the objects matching the query.
setNextPageDelegate
abstract public void setNextPageDelegate(NextPageDelegate nextPageDelegate)
See Also:
NextPageDelegate
[Table of Contents]