| Package | Description |
|---|---|
| com.inmethod.grid | |
| 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 |
|---|---|
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.