Interface IJCWidgetTableCellHyperlinkRenderer

    • Method Detail

      • isHyperlinkCell

        java.lang.Boolean isHyperlinkCell​(int row,
                                          int column)
        Tells whether hyperlink at the given cell should be active (mouse is over the cell).
        Parameters:
        row - cell row index
        column - cell column index
        Returns:
        true when hyperlink is present in the cell and should be active, false when hyperlink is present in the cell and should NOT be active or null when given cell does NOT contain a hyperlink
      • setHyperlinkCell

        void setHyperlinkCell​(int row,
                              int column,
                              java.lang.Boolean active)
        Marks hyperlink at given cell as active (mouse is over the cell) or inactive.
        Parameters:
        row - cell row index
        column - cell column index
        active - true if hyperlink in the cell should be active, false if inactive, null of cell does not contain a hyperlink