Class CellEditorControls
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.widgets.grid.controls.container.CellEditorControls
-
- All Implemented Interfaces:
CellEditorControlsView.Presenter
@Dependent public class CellEditorControls extends Object implements CellEditorControlsView.Presenter
-
-
Constructor Summary
Constructors Constructor Description CellEditorControls()CellEditorControls(CellEditorControlsView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhide()voidsetGridPanelSupplier(Optional<Supplier<DMNGridPanel>> gridPanelSupplier)voidshow(HasCellEditorControls.Editor<?> editor, int x, int y)
-
-
-
Constructor Detail
-
CellEditorControls
public CellEditorControls()
-
CellEditorControls
@Inject public CellEditorControls(CellEditorControlsView view)
-
-
Method Detail
-
setGridPanelSupplier
public void setGridPanelSupplier(Optional<Supplier<DMNGridPanel>> gridPanelSupplier)
- Specified by:
setGridPanelSupplierin interfaceCellEditorControlsView.Presenter
-
show
public void show(HasCellEditorControls.Editor<?> editor, int x, int y)
- Specified by:
showin interfaceCellEditorControlsView.Presenter
-
hide
public void hide()
- Specified by:
hidein interfaceCellEditorControlsView.Presenter
-
-