PATH |
QueryPageInterface
- Implemented by:
- D2WQueryPage
- QueryAllPageInterface
- Package:
- com.webobjects.directtoweb
Interface Description
This interface is the return value for the 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
setNextPageDelegate
abstract public void setNextPageDelegate(NextPageDelegate nextPageDelegate)
See Also:
NextPageDelegate
© 2001 Apple Computer, Inc.