| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
String |
Grid.RowDescriptionGenerator.getDescription(Grid.RowReference row)
Called by Grid to generate a description (tooltip) for a row.
|
Component |
Grid.DetailsGenerator.getDetails(Grid.RowReference rowReference)
This method is called for whenever a details row needs to be shown on
the client.
|
String |
Grid.RowStyleGenerator.getStyle(Grid.RowReference row)
Called by Grid to generate a style name for a row.
|
| Constructor and Description |
|---|
CellReference(Grid.RowReference rowReference) |
Copyright © 2023 Vaadin Ltd. All rights reserved.