@ApplicationScoped public class UndefinedExpressionSelectorPopoverImpl extends Object implements UndefinedExpressionSelectorPopoverView.Presenter
| Constructor and Description |
|---|
UndefinedExpressionSelectorPopoverImpl() |
UndefinedExpressionSelectorPopoverImpl(UndefinedExpressionSelectorPopoverView view,
Supplier<ExpressionEditorDefinitions> expressionEditorDefinitionsSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(UndefinedExpressionGrid bound,
int uiRowIndex,
int uiColumnIndex) |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
hide() |
void |
onExpressionEditorDefinitionSelected(ExpressionEditorDefinition definition) |
void |
show(Optional<String> editorTitle) |
public UndefinedExpressionSelectorPopoverImpl()
@Inject public UndefinedExpressionSelectorPopoverImpl(UndefinedExpressionSelectorPopoverView view, Supplier<ExpressionEditorDefinitions> expressionEditorDefinitionsSupplier)
public void onExpressionEditorDefinitionSelected(ExpressionEditorDefinition definition)
onExpressionEditorDefinitionSelected in interface UndefinedExpressionSelectorPopoverView.Presenterpublic org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementpublic void bind(UndefinedExpressionGrid bound, int uiRowIndex, int uiColumnIndex)
bind in interface HasCellEditorControls.Editor<UndefinedExpressionGrid>public void show(Optional<String> editorTitle)
show in interface HasCellEditorControls.Editor<UndefinedExpressionGrid>public void hide()
hide in interface HasCellEditorControls.Editor<UndefinedExpressionGrid>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.