|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Grid.DetailsGenerator
A callback interface for generating details for a particular row in Grid.
NULL| Field Summary | |
|---|---|
static Grid.DetailsGenerator |
NULL
A details generator that provides no details |
| Method Summary | |
|---|---|
Component |
getDetails(Grid.RowReference rowReference)
This method is called for whenever a details row needs to be shown on the client. |
| Field Detail |
|---|
static final Grid.DetailsGenerator NULL
| Method Detail |
|---|
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 details
null to leave
the details empty.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||