Interface ColumnHeaderPopOver

  • All Known Implementing Classes:
    ColumnHeaderPopOverImpl

    public interface ColumnHeaderPopOver
    Popover for Decision Table columns.
    • Method Detail

      • show

        void show​(GuidedDecisionTableModellerView modellerView,
                  GuidedDecisionTableView.Presenter dtPresenter,
                  int uiColumnIndex)
        Shows the Popover.
        Parameters:
        modellerView - The Modeller View containing the Decision Table. Cannot be null.
        dtPresenter - The Decision Table. Cannot be null.
        uiColumnIndex - The index of the column within the Decision Table.
      • hide

        void hide()
        Hides the Popover.