@ApplicationScoped public class ColumnHeaderPopOverImpl extends Object implements ColumnHeaderPopOver
Constructor and Description |
---|
ColumnHeaderPopOverImpl(PopOverView view,
ColumnDefinitionFactory columnDefinitionFactory) |
Modifier and Type | Method and Description |
---|---|
void |
hide()
Hides the Popover.
|
void |
show(GuidedDecisionTableModellerView modellerView,
GuidedDecisionTableView.Presenter dtPresenter,
int uiColumnIndex)
Shows the Popover.
|
@Inject public ColumnHeaderPopOverImpl(PopOverView view, ColumnDefinitionFactory columnDefinitionFactory)
public void show(GuidedDecisionTableModellerView modellerView, GuidedDecisionTableView.Presenter dtPresenter, int uiColumnIndex)
ColumnHeaderPopOver
show
in interface ColumnHeaderPopOver
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.public void hide()
ColumnHeaderPopOver
hide
in interface ColumnHeaderPopOver
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.