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 TypeMethodDescriptionvoid
AppendableDataProviderAdapter.query
(IDataSource.IQuery query, IDataSource.IQueryResult<T> result) void
DataProviderAdapter.query
(IDataSource.IQuery query, IDataSource.IQueryResult<T> result) Implementation of this method should load subset of the data specified byquery.getFrom()
andquery.getCount()
.void
IDataSource.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.IQuery
AbstractPageableView.wrapQuery
(IDataSource.IQuery original) Allows to wrap created query.Methods in com.inmethod.grid.common with parameters of type IDataSource.IQueryModifier and TypeMethodDescriptionprotected IDataSource.IQuery
AbstractPageableView.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 interface
Extended query interface that makes it possible to obtain theDataGrid
instance.