Uses of Interface
to.etc.domui.component.tbl.IQueryHandler

Packages that use IQueryHandler
to.etc.domui.component.input   
to.etc.domui.component.lookup   
to.etc.domui.component.tbl   
to.etc.domui.pages.generic   
 

Uses of IQueryHandler in to.etc.domui.component.input
 

Methods in to.etc.domui.component.input that return IQueryHandler
 IQueryHandler<T> LookupInput.getQueryHandler()
          The query handler to use, if a special one is needed.
 IQueryHandler<T> SimpleLookup.getQueryHandler()
          The query handler to use, if a special one is needed.
 

Methods in to.etc.domui.component.input with parameters of type IQueryHandler
 void LookupInput.setQueryHandler(IQueryHandler<T> queryHandler)
           
 void SimpleLookup.setQueryHandler(IQueryHandler<T> queryHandler)
           
 

Uses of IQueryHandler in to.etc.domui.component.lookup
 

Methods in to.etc.domui.component.lookup that return IQueryHandler
 IQueryHandler<T> MultipleSelectionLookup.getQueryHandler()
          The query handler to use, if a special one is needed.
 

Methods in to.etc.domui.component.lookup with parameters of type IQueryHandler
 void MultipleSelectionLookup.setQueryHandler(IQueryHandler<T> queryHandler)
           
 

Uses of IQueryHandler in to.etc.domui.component.tbl
 

Classes in to.etc.domui.component.tbl that implement IQueryHandler
 class DefaultQueryHandler<T>
           
 

Constructors in to.etc.domui.component.tbl with parameters of type IQueryHandler
SimpleSearchModel(IQueryHandler<T> ss, QCriteria<T> qc)
           
 

Uses of IQueryHandler in to.etc.domui.pages.generic
 

Methods in to.etc.domui.pages.generic that return IQueryHandler
protected  IQueryHandler<T> BasicListPage.getQueryHandler()
           
 

Methods in to.etc.domui.pages.generic with parameters of type IQueryHandler
protected  void BasicListPage.setQueryHandler(IQueryHandler<T> queryHandler)