Interface ColumnHeaderPopOver
-
- All Known Implementing Classes:
ColumnHeaderPopOverImpl
public interface ColumnHeaderPopOverPopover for Decision Table columns.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhide()Hides the Popover.voidshow(GuidedDecisionTableModellerView modellerView, GuidedDecisionTableView.Presenter dtPresenter, int uiColumnIndex)Shows the Popover.
-
-
-
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.
-
-