@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.Presenter
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
public void bind(UndefinedExpressionGrid bound, int uiRowIndex, int uiColumnIndex)
bind
in interface HasCellEditorControls.Editor<UndefinedExpressionGrid>
public void show(Optional<String> editorTitle)
show
in interface PopupEditorControls
public void hide()
hide
in interface PopupEditorControls
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.