We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.widget.grid.
Interface HeightAwareDetailsGenerator
-
All Superinterfaces:
@Deprecated public interface HeightAwareDetailsGenerator extends DetailsGenerator
Deprecated.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
All Methods Modifier and Type Method Description 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 heightReturns:
height of the details row
Since:
7.6.1
-
-