Uses of Interface
com.inmethod.grid.IDataSource.IQuery
-
Packages that use IDataSource.IQuery Package Description com.inmethod.grid com.inmethod.grid.common com.inmethod.grid.datagrid -
-
Uses of IDataSource.IQuery in com.inmethod.grid
Methods in com.inmethod.grid with parameters of type IDataSource.IQuery Modifier and Type Method Description voidAppendableDataProviderAdapter. 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.IQuery Modifier and Type Method Description protected IDataSource.IQueryAbstractPageableView. wrapQuery(IDataSource.IQuery original)Allows to wrap created query.Methods in com.inmethod.grid.common with parameters of type IDataSource.IQuery Modifier and Type Method Description protected 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.datagrid Modifier and Type Interface Description static interfaceDataGrid.IGridQueryExtended query interface that makes it possible to obtain theDataGridinstance.
-