Interface Grid.RowDescriptionGenerator

    • Method Detail

      • getDescription

        String getDescription​(Grid.RowReference row)
        Deprecated.
        Called by Grid to generate a description (tooltip) for a row. The description may contain HTML which is rendered directly; if this is not desired the returned string must be escaped by the implementing method.
        Parameters:
        row - the row to generate a description for
        Returns:
        the row description or null for no description