@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() |
void |
hide() |
void |
setup() |
void |
show(HasCellEditorControls.Editor<?> editor,
Optional<String> editorTitle,
int x,
int y) |
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)
@PostConstruct public void setup()
@PreDestroy public void destroy()
public void show(HasCellEditorControls.Editor<?> editor, Optional<String> editorTitle, int x, int y)
show in interface CellEditorControlsViewpublic void hide()
hide in interface CellEditorControlsViewCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.