You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.spreadsheet.

Interface Spreadsheet.CommentAuthorProvider

  • All Superinterfaces:

    Serializable

    Enclosing class:

    Spreadsheet

    public static interface Spreadsheet.CommentAuthorProvider
    extends Serializable

    This interface can be implemented to provide the comment author name set to new comments in cells.

    • Method Summary

      All Methods
      Modifier and Type Method Description
      String getAuthorForComment​(org.apache.poi.ss.util.CellReference targetCell)

      Gets the author name for a new comment about to be added to the cell at the given cell reference.

    • Method Detail

      • getAuthorForComment

        String getAuthorForComment​(org.apache.poi.ss.util.CellReference targetCell)

        Gets the author name for a new comment about to be added to the cell at the given cell reference.

        Parameters:

        targetCell - Reference to the target cell

        Returns:

        Comment author name