Project Wonder 5.0

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
 

Method Detail

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

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.