Uses of Interface
com.inmethod.grid.IDataSource.IQuery
Packages that use IDataSource.IQuery
-
Uses of IDataSource.IQuery in com.inmethod.grid
Methods in com.inmethod.grid with parameters of type IDataSource.IQueryModifier and TypeMethodDescriptionvoidAppendableDataProviderAdapter.query(IDataSource.IQuery query, IDataSource.IQueryResult<T> result) voidDataProviderAdapter.query(IDataSource.IQuery query, IDataSource.IQueryResult<T> result) Implementation of this method should load subset of the data specified byquery.getFrom()andquery.getCount().voidIDataSource.query(IDataSource.IQuery query, IDataSource.IQueryResult<T> result) Implementation of this method should load subset of the data specified byquery.getFrom()andquery.getCount(). -
Uses of IDataSource.IQuery in com.inmethod.grid.common
Methods in com.inmethod.grid.common that return IDataSource.IQueryModifier and TypeMethodDescriptionprotected IDataSource.IQueryAbstractPageableView.wrapQuery(IDataSource.IQuery original) Allows to wrap created query.Methods in com.inmethod.grid.common with parameters of type IDataSource.IQueryModifier and TypeMethodDescriptionprotected IDataSource.IQueryAbstractPageableView.wrapQuery(IDataSource.IQuery original) Allows to wrap created query. -
Uses of IDataSource.IQuery in com.inmethod.grid.datagrid
Subinterfaces of IDataSource.IQuery in com.inmethod.grid.datagridModifier and TypeInterfaceDescriptionstatic interfaceExtended query interface that makes it possible to obtain theDataGridinstance.