com.vaadin.client.widget.grid
Interface HeightAwareDetailsGenerator

All Superinterfaces:
DetailsGenerator

Deprecated.

@Deprecated
public interface HeightAwareDetailsGenerator
extends DetailsGenerator

DetailsGenerator that is aware of content heights.

FOR INTERNAL USE ONLY! This class exists only for the sake of a temporary workaround and might be removed or renamed at any time.

Since:
7.6.1
Author:
Vaadin Ltd

Field Summary
 
Fields inherited from interface com.vaadin.client.widget.grid.DetailsGenerator
NULL
 
Method Summary
 double getDetailsHeight(int rowIndex)
          Deprecated. This method is called for whenever a details row's height needs to be calculated.
 
Methods inherited from interface com.vaadin.client.widget.grid.DetailsGenerator
getDetails
 

Method Detail

getDetailsHeight

double getDetailsHeight(int rowIndex)
Deprecated. 
This method is called for whenever a details row's height needs to be calculated.

FOR INTERNAL USE ONLY! This method exists only for the sake of a temporary workaround and might be removed or renamed at any time.

Parameters:
rowIndex - the index of the row for which to calculate details row height
Returns:
height of the details row
Since:
7.6.1


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