public interface DetailsGenerator
| Modifier and Type | Field and Description |
|---|---|
static DetailsGenerator |
NULL
A details generator that provides no details
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
getDetails(int rowIndex)
This method is called for whenever a new details row needs to be
generated.
|
static final DetailsGenerator NULL
com.google.gwt.user.client.ui.Widget getDetails(int rowIndex)
rowIndex - the index of the row for which to generate detailsnull to leave the
details empty.Copyright © 2016 Vaadin Ltd. All rights reserved.