|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDataSource.IQuery | |
|---|---|
| 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 | |
|---|---|
void |
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 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. |
| Uses of IDataSource.IQuery in com.inmethod.grid.datagrid |
|---|
| Subinterfaces of IDataSource.IQuery in com.inmethod.grid.datagrid | |
|---|---|
static interface |
DataGrid.IGridQuery
Extended query interface that makes it possible to obtain the DataGrid instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||