@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,
Optional<String> editorTitle,
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, Optional<String> editorTitle, int x, int y)
show
in interface CellEditorControlsView
public void hide()
hide
in interface CellEditorControlsView
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.