Class CellEditorControlsViewImpl
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.widgets.grid.controls.container.CellEditorControlsViewImpl
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,CellEditorControlsView
@Templated @ApplicationScoped public class CellEditorControlsViewImpl extends Object implements CellEditorControlsView
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.workbench.common.dmn.client.widgets.grid.controls.container.CellEditorControlsView
CellEditorControlsView.Presenter
-
-
Constructor Summary
Constructors Constructor Description CellEditorControlsViewImpl()CellEditorControlsViewImpl(org.jboss.errai.common.client.dom.Document document, org.jboss.errai.common.client.dom.Div cellEditorControls, org.jboss.errai.common.client.dom.Div cellEditorControlsContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()Optional<PopupEditorControls>getActiveEditor()voidhide()voidsetActiveEditor(Optional<PopupEditorControls> activeEditor)voidsetup()voidshow(PopupEditorControls editor, int x, int y)
-
-
-
Field Detail
-
LEFT
public static final String LEFT
- See Also:
- Constant Field Values
-
TOP
public static final String TOP
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CellEditorControlsViewImpl
public CellEditorControlsViewImpl()
-
CellEditorControlsViewImpl
@Inject public CellEditorControlsViewImpl(org.jboss.errai.common.client.dom.Document document, org.jboss.errai.common.client.dom.Div cellEditorControls, org.jboss.errai.common.client.dom.Div cellEditorControlsContainer)
-
-
Method Detail
-
getActiveEditor
public Optional<PopupEditorControls> getActiveEditor()
-
setActiveEditor
public void setActiveEditor(Optional<PopupEditorControls> activeEditor)
-
setup
@PostConstruct public void setup()
-
destroy
@PreDestroy public void destroy()
-
show
public void show(PopupEditorControls editor, int x, int y)
- Specified by:
showin interfaceCellEditorControlsView
-
hide
public void hide()
- Specified by:
hidein interfaceCellEditorControlsView
-
-