Uses of Interface
com.inmethod.grid.IDataSource.IQuery

Packages that use IDataSource.IQuery
com.inmethod.grid   
com.inmethod.grid.common   
 

Uses of IDataSource.IQuery in com.inmethod.grid
 

Methods in com.inmethod.grid with parameters of type IDataSource.IQuery
 void DataProviderAdapter.query(IDataSource.IQuery query, IDataSource.IQueryResult<T> result)
          Implementation of this method should load subset of the data specified by query.getFrom() and query.getCount().
 void AppendableDataProviderAdapter.query(IDataSource.IQuery query, IDataSource.IQueryResult<T> result)
          Implementation of this method should load subset of the data specified by query.getFrom() and query.getCount().
 void IDataSource.query(IDataSource.IQuery query, IDataSource.IQueryResult<T> result)
          Implementation of this method should load subset of the data specified by query.getFrom() and query.getCount().
 

Uses of IDataSource.IQuery in com.inmethod.grid.common
 

Methods in com.inmethod.grid.common that return IDataSource.IQuery
protected  IDataSource.IQuery AbstractPageableView.wrapQuery(IDataSource.IQuery original)
          Allows to wrap created query.
 

Methods in com.inmethod.grid.common with parameters of type IDataSource.IQuery
protected  IDataSource.IQuery AbstractPageableView.wrapQuery(IDataSource.IQuery original)
          Allows to wrap created query.
 



Copyright © 2007-2012 inMethod s.r.o.. All Rights Reserved.