er.directtoweb.interfaces
Interface ERDQueryPageInterface
- All Superinterfaces:
- com.webobjects.directtoweb.QueryPageInterface
- All Known Implementing Classes:
- ERD2WQueryPage, ERD2WQueryPageTemplate, ERD2WQueryPageWithFetchSpecification, ERD2WQueryPageWithFetchSpecificationTemplate, ERDIVQueryPage, ERLITQueryPage, ERMODQueryPage, ERNEUQueryPage
public interface ERDQueryPageInterface
- extends com.webobjects.directtoweb.QueryPageInterface
Method Summary |
com.webobjects.eocontrol.EODataSource |
queryDataSource()
Returns the query datasource. |
void |
setCancelDelegate(com.webobjects.directtoweb.NextPageDelegate cancelDelegate)
|
void |
setQueryMatchForKey(java.lang.Object value,
java.lang.String selector,
java.lang.String key)
Preselect a query match value |
Methods inherited from interface com.webobjects.directtoweb.QueryPageInterface |
setNextPageDelegate |
setCancelDelegate
void setCancelDelegate(com.webobjects.directtoweb.NextPageDelegate cancelDelegate)
setQueryMatchForKey
void setQueryMatchForKey(java.lang.Object value,
java.lang.String selector,
java.lang.String key)
- Preselect a query match value
- Parameters:
value
- selector
- key
-
queryDataSource
com.webobjects.eocontrol.EODataSource queryDataSource()
- Returns the query datasource. Not having this is annoying...
- Specified by:
queryDataSource
in interface com.webobjects.directtoweb.QueryPageInterface
Copyright © 2002 – 2007 Project Wonder.