public interface ColumnHeaderPopOver
Modifier and Type | Method and Description |
---|---|
void |
hide()
Hides the Popover.
|
void |
show(GuidedDecisionTableModellerView modellerView,
GuidedDecisionTableView.Presenter dtPresenter,
int uiColumnIndex)
Shows the Popover.
|
void show(GuidedDecisionTableModellerView modellerView, GuidedDecisionTableView.Presenter dtPresenter, int uiColumnIndex)
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.void hide()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.