| Package | Description |
|---|---|
| com.vaadin.client.connectors | |
| com.vaadin.client.data | |
| com.vaadin.client.widget.grid.datasources | |
| com.vaadin.client.widget.grid.selection |
| Modifier and Type | Method and Description |
|---|---|
DataSource.RowHandle<elemental.json.JsonObject> |
RpcDataSourceConnector.RpcDataSource.getHandleByKey(Object key) |
protected DataSource.RowHandle<elemental.json.JsonObject> |
AbstractSelectionModelConnector.getRowHandle(elemental.json.JsonObject row) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MultiSelectionModelConnector.MultiSelectionModel.markAsSelected(DataSource.RowHandle<elemental.json.JsonObject> row,
boolean selected)
Marks the given row to be selected or deselected.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractRemoteDataSource.RowHandleImpl |
| Modifier and Type | Method and Description |
|---|---|
DataSource.RowHandle<T> |
DataSource.getHandle(T row)
Gets a
DataSource.RowHandle of a row object in the cache. |
DataSource.RowHandle<T> |
AbstractRemoteDataSource.getHandle(T row) |
| Modifier and Type | Method and Description |
|---|---|
DataSource.RowHandle<T> |
ListDataSource.getHandle(T row) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SelectionModelNone.deselectByHandle(DataSource.RowHandle<T> handle) |
protected boolean |
SelectionModelSingle.deselectByHandle(DataSource.RowHandle<T> handle) |
protected boolean |
SelectionModelMulti.deselectByHandle(DataSource.RowHandle<T> handle) |
protected abstract boolean |
AbstractRowHandleSelectionModel.deselectByHandle(DataSource.RowHandle<T> handle)
Deselect a row, based on its
RowHandle. |
protected boolean |
SelectionModelMulti.isSelectedByHandle(DataSource.RowHandle<T> handle) |
protected boolean |
SelectionModelNone.selectByHandle(DataSource.RowHandle<T> handle) |
protected boolean |
SelectionModelSingle.selectByHandle(DataSource.RowHandle<T> handle) |
protected boolean |
SelectionModelMulti.selectByHandle(DataSource.RowHandle<T> handle) |
protected abstract boolean |
AbstractRowHandleSelectionModel.selectByHandle(DataSource.RowHandle<T> handle)
Select a row, based on its
RowHandle. |
Copyright © 2016 Vaadin Ltd. All rights reserved.