@Templated @ApplicationScoped public class CellEditorControlsViewImpl extends Object implements CellEditorControlsView
CellEditorControlsView.Presenter| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Optional<PopupEditorControls> |
getActiveEditor() |
void |
hide() |
void |
setActiveEditor(Optional<PopupEditorControls> activeEditor) |
void |
setup() |
void |
show(PopupEditorControls editor,
int x,
int y) |
public static final String LEFT
public static final String TOP
public 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)
public Optional<PopupEditorControls> getActiveEditor()
public void setActiveEditor(Optional<PopupEditorControls> activeEditor)
@PostConstruct public void setup()
@PreDestroy public void destroy()
public void show(PopupEditorControls editor, int x, int y)
show in interface CellEditorControlsViewpublic void hide()
hide in interface CellEditorControlsViewCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.