@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.
NULL| Modifier and Type | Method and Description |
|---|---|
double |
getDetailsHeight(int rowIndex)
Deprecated.
This method is called for whenever a details row's height needs to be
calculated.
|
getDetailsdouble getDetailsHeight(int rowIndex)
FOR INTERNAL USE ONLY! This method exists only for the sake of a temporary workaround and might be removed or renamed at any time.
rowIndex - the index of the row for which to calculate details row heightCopyright © 2021 Vaadin Ltd. All rights reserved.