You're viewing an older version of Framework JavaDoc. Please see version 7.7.46 for the latest.
com.vaadin.client.widget.grid.

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 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.

    • 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