com.vaadin.client.widget.grid
Interface DetailsGenerator

All Known Subinterfaces:
HeightAwareDetailsGenerator

public interface DetailsGenerator

A callback interface for generating details for a particular row in Grid.

Since:
7.5.0
Author:
Vaadin Ltd

Field Summary
static DetailsGenerator NULL
          A details generator that provides no details
 
Method Summary
 Widget getDetails(int rowIndex)
          This method is called for whenever a new details row needs to be generated.
 

Field Detail

NULL

static final DetailsGenerator NULL
A details generator that provides no details

Method Detail

getDetails

Widget getDetails(int rowIndex)
This method is called for whenever a new details row needs to be generated.

Parameters:
rowIndex - the index of the row for which to generate details
Returns:
the details for the given row, or null to leave the details empty.


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.