@ApplicationScoped public class KindPopoverImpl extends Object implements KindPopoverView.Presenter
Constructor and Description |
---|
KindPopoverImpl() |
KindPopoverImpl(KindPopoverView view) |
Modifier and Type | Method and Description |
---|---|
void |
bind(HasKindSelectControl bound,
int uiRowIndex,
int uiColumnIndex) |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
hide() |
void |
onFunctionKindSelected(FunctionDefinition.Kind kind) |
void |
show(Optional<String> editorTitle) |
public KindPopoverImpl()
@Inject public KindPopoverImpl(KindPopoverView view)
public void show(Optional<String> editorTitle)
show
in interface PopupEditorControls
public void hide()
hide
in interface PopupEditorControls
public void bind(HasKindSelectControl bound, int uiRowIndex, int uiColumnIndex)
bind
in interface HasCellEditorControls.Editor<HasKindSelectControl>
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
public void onFunctionKindSelected(FunctionDefinition.Kind kind)
onFunctionKindSelected
in interface KindPopoverView.Presenter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.