public static interface Grid.DetailsGenerator extends Serializable
NULL| Modifier and Type | Field and Description |
|---|---|
static Grid.DetailsGenerator |
NULL
A details generator that provides no details
|
| Modifier and Type | Method and Description |
|---|---|
Component |
getDetails(Grid.RowReference rowReference)
This method is called for whenever a details row needs to be shown on
the client.
|
static final Grid.DetailsGenerator NULL
Component getDetails(Grid.RowReference rowReference)
Note: If a component gets generated, it may not be manually attached anywhere. The same details component can not be displayed for multiple different rows.
rowReference - the reference for the row for which to generate detailsnull to leave
the details empty.Copyright © 2019 Vaadin Ltd. All rights reserved.