Class GuidedDecisionTableModellerContextMenuSupport
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.GuidedDecisionTableModellerContextMenuSupport
-
@Dependent public class GuidedDecisionTableModellerContextMenuSupport extends Object
-
-
Constructor Summary
Constructors Constructor Description GuidedDecisionTableModellerContextMenuSupport(CellContextMenu cellContextMenu, RowContextMenu rowContextMenu)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.event.dom.client.ContextMenuHandlergetContextMenuHandler(GuidedDecisionTableModellerView.Presenter modellerPresenter)com.google.gwt.event.dom.client.MouseDownHandlergetContextMenuMouseDownHandler()
-
-
-
Constructor Detail
-
GuidedDecisionTableModellerContextMenuSupport
@Inject public GuidedDecisionTableModellerContextMenuSupport(CellContextMenu cellContextMenu, RowContextMenu rowContextMenu)
-
-
Method Detail
-
getContextMenuHandler
public com.google.gwt.event.dom.client.ContextMenuHandler getContextMenuHandler(GuidedDecisionTableModellerView.Presenter modellerPresenter)
-
getContextMenuMouseDownHandler
public com.google.gwt.event.dom.client.MouseDownHandler getContextMenuMouseDownHandler()
-
-