@Dependent public class CellEditorControls extends Object implements CellEditorControlsView.Presenter
Constructor and Description |
---|
CellEditorControls() |
CellEditorControls(CellEditorControlsView view) |
Modifier and Type | Method and Description |
---|---|
void |
hide() |
void |
setGridPanelSupplier(Optional<Supplier<DMNGridPanel>> gridPanelSupplier) |
void |
show(HasCellEditorControls.Editor<?> editor,
Optional<String> editorTitle,
int x,
int y) |
public CellEditorControls()
@Inject public CellEditorControls(CellEditorControlsView view)
public void setGridPanelSupplier(Optional<Supplier<DMNGridPanel>> gridPanelSupplier)
setGridPanelSupplier
in interface CellEditorControlsView.Presenter
public void show(HasCellEditorControls.Editor<?> editor, Optional<String> editorTitle, int x, int y)
show
in interface CellEditorControlsView.Presenter
public void hide()
hide
in interface CellEditorControlsView.Presenter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.