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

    • Method Summary

      All Methods
      Modifier and Type Method Description
      String getHyperlinkFunctionTarget​(org.apache.poi.ss.usermodel.Cell cell)  
      void onHyperLinkCellClick​(org.apache.poi.ss.usermodel.Cell cell, org.apache.poi.ss.usermodel.Hyperlink hyperlink)

      Called when a hyperlink cell has been clicked.

    • Method Detail

      • onHyperLinkCellClick

        void onHyperLinkCellClick​(org.apache.poi.ss.usermodel.Cell cell,
                                  org.apache.poi.ss.usermodel.Hyperlink hyperlink)

        Called when a hyperlink cell has been clicked. Assumes the implementation knows which spreadsheet is in use if needed, and how to navigate or perform some other action.

        Parameters:

        cell - The cell that contains the hyperlink

        hyperlink - The actual hyperlink

      • getHyperlinkFunctionTarget

        String getHyperlinkFunctionTarget​(org.apache.poi.ss.usermodel.Cell cell)

        Returns:

        link target for use as a tooltip