Interface HeightAwareDetailsGenerator

  • All Superinterfaces:
    DetailsGenerator

    @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
    • 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