| Package | Description |
|---|---|
| com.vaadin.client.connectors.grid | |
| com.vaadin.client.data | |
| com.vaadin.client.widget.grid.datasources |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MultiSelectionModelConnector.updateRowSelected(DataSource.RowHandle<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> |
AbstractRemoteDataSource.getHandle(T row) |
DataSource.RowHandle<T> |
DataSource.getHandle(T row)
Gets a
DataSource.RowHandle of a row object in the cache. |
| Modifier and Type | Method and Description |
|---|---|
DataSource.RowHandle<T> |
ListDataSource.getHandle(T row) |
Copyright © 2018 Vaadin Ltd. All rights reserved.