| Package | Description |
|---|---|
| com.inmethod.grid | |
| com.inmethod.grid.common | |
| com.inmethod.grid.datagrid | |
| com.inmethod.grid.examples.pages.datagrid |
| Modifier and Type | Method and Description |
|---|---|
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(). |
void |
AppendableDataProviderAdapter.query(IDataSource.IQuery query,
IDataSource.IQueryResult<T> result) |
| Modifier and Type | Method and Description |
|---|---|
protected IDataSource.IQuery |
AbstractPageableView.wrapQuery(IDataSource.IQuery original)
Allows to wrap created query.
|
| Modifier and Type | Method and Description |
|---|---|
protected IDataSource.IQuery |
AbstractPageableView.wrapQuery(IDataSource.IQuery original)
Allows to wrap created query.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DataGrid.IGridQuery
Extended query interface that makes it possible to obtain the
DataGrid instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContactDataSource.query(IDataSource.IQuery query,
IDataSource.IQueryResult<Contact> result)
Implementation of this method should load subset of the data specified by
query.getFrom() and query.getCount(). |
void |
ContactDataSourceWithUnknownItemCount.query(IDataSource.IQuery query,
IDataSource.IQueryResult<Contact> result)
Implementation of this method should load subset of the data specified by
query.getFrom() and query.getCount(). |
Copyright © 2015. All rights reserved.