Uses of Interface
to.etc.domui.component.input.IQueryManipulator

Packages that use IQueryManipulator
to.etc.domui.component.input   
to.etc.domui.component.lookup   
 

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

Methods in to.etc.domui.component.input that return IQueryManipulator
 IQueryManipulator<T> LookupInput.getQueryManipulator()
          When set the specified manipulator will be called before a query is sent to the database.
 IQueryManipulator<T> SimpleLookup.getQueryManipulator()
          When set the specified manipulator will be called before a query is sent to the database.
 

Methods in to.etc.domui.component.input with parameters of type IQueryManipulator
 void LookupInput.setQueryManipulator(IQueryManipulator<T> queryManipulator)
          When set the specified manipulator will be called before a query is sent to the database.
 void SimpleLookup.setQueryManipulator(IQueryManipulator<T> queryManipulator)
          When set the specified manipulator will be called before a query is sent to the database.
 

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

Methods in to.etc.domui.component.lookup that return IQueryManipulator
 IQueryManipulator<T> MultipleSelectionLookup.getQueryManipulator()
           
 

Methods in to.etc.domui.component.lookup with parameters of type IQueryManipulator
 void MultipleSelectionLookup.setQueryManipulator(IQueryManipulator<T> queryManipulator)