| Package | Description |
|---|---|
| com.vaadin.client.widget.grid |
| Modifier and Type | Method and Description |
|---|---|
protected RowReference<T> |
CellReference.getRowReference()
Gets the RowReference for this CellReference.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RowStyleGenerator.getStyle(RowReference<T> rowReference)
Called by Grid to generate a style name for a row.
|
| Constructor and Description |
|---|
CellReference(RowReference<T> rowReference) |
RendererCellReference(RowReference<Object> rowReference)
Creates a new renderer cell reference bound to a row reference.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.