Interface HyperlinkColumn


public interface HyperlinkColumn
HyperlinkColumn represents the second column of the table. This column is used to show hyperlinks if such exist.
Since:
9.12.0
  • Method Summary

    Modifier and Type Method Description
    void hide()
    Hides this column from the UI.
    void show()
    Shows this column in the UI.
  • Method Details

    • hide

      void hide()
      Hides this column from the UI. If the column was already hidden, this does nothing.
      Since:
      9.12.0
    • show

      void show()
      Shows this column in the UI. If the column was already shown, this does nothing.
      Since:
      9.12.0