@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 HasCellEditorControls.Editor<HasKindSelectControl>public void hide()
hide in interface HasCellEditorControls.Editor<HasKindSelectControl>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.IsElementpublic void onFunctionKindSelected(FunctionDefinition.Kind kind)
onFunctionKindSelected in interface KindPopoverView.PresenterCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.