Class ColumnHeaderPopOverImpl
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.popovers.ColumnHeaderPopOverImpl
-
- All Implemented Interfaces:
ColumnHeaderPopOver
@ApplicationScoped public class ColumnHeaderPopOverImpl extends Object implements ColumnHeaderPopOver
-
-
Constructor Summary
Constructors Constructor Description ColumnHeaderPopOverImpl(PopOverView view, ColumnDefinitionFactory columnDefinitionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhide()Hides the Popover.voidshow(GuidedDecisionTableModellerView modellerView, GuidedDecisionTableView.Presenter dtPresenter, int uiColumnIndex)Shows the Popover.
-
-
-
Constructor Detail
-
ColumnHeaderPopOverImpl
@Inject public ColumnHeaderPopOverImpl(PopOverView view, ColumnDefinitionFactory columnDefinitionFactory)
-
-
Method Detail
-
show
public void show(GuidedDecisionTableModellerView modellerView, GuidedDecisionTableView.Presenter dtPresenter, int uiColumnIndex)
Description copied from interface:ColumnHeaderPopOverShows the Popover.- Specified by:
showin interfaceColumnHeaderPopOver- 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
public void hide()
Description copied from interface:ColumnHeaderPopOverHides the Popover.- Specified by:
hidein interfaceColumnHeaderPopOver
-
-