@ApplicationScoped public class ParametersPopoverImpl extends Object implements ParametersPopoverView.Presenter
| Constructor and Description |
|---|
ParametersPopoverImpl() |
ParametersPopoverImpl(ParametersPopoverView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter() |
void |
bind(HasParametersControl bound,
int uiRowIndex,
int uiColumnIndex) |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
hide() |
void |
removeParameter(InformationItem parameter) |
void |
show(Optional<String> editorTitle) |
void |
updateParameterName(InformationItem parameter,
String name) |
void |
updateParameterTypeRef(InformationItem parameter,
QName typeRef) |
public ParametersPopoverImpl()
@Inject public ParametersPopoverImpl(ParametersPopoverView view)
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementpublic void bind(HasParametersControl bound, int uiRowIndex, int uiColumnIndex)
bind in interface HasCellEditorControls.Editor<HasParametersControl>public void show(Optional<String> editorTitle)
show in interface PopupEditorControlspublic void hide()
hide in interface PopupEditorControlspublic void addParameter()
addParameter in interface ParametersPopoverView.Presenterpublic void removeParameter(InformationItem parameter)
removeParameter in interface ParametersPopoverView.Presenterpublic void updateParameterName(InformationItem parameter, String name)
updateParameterName in interface ParametersPopoverView.Presenterpublic void updateParameterTypeRef(InformationItem parameter, QName typeRef)
updateParameterTypeRef in interface ParametersPopoverView.PresenterCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.