@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.IsElement
public void bind(HasParametersControl bound, int uiRowIndex, int uiColumnIndex)
bind
in interface HasCellEditorControls.Editor<HasParametersControl>
public void show(Optional<String> editorTitle)
show
in interface PopupEditorControls
public void hide()
hide
in interface PopupEditorControls
public void addParameter()
addParameter
in interface ParametersPopoverView.Presenter
public void removeParameter(InformationItem parameter)
removeParameter
in interface ParametersPopoverView.Presenter
public void updateParameterName(InformationItem parameter, String name)
updateParameterName
in interface ParametersPopoverView.Presenter
public void updateParameterTypeRef(InformationItem parameter, QName typeRef)
updateParameterTypeRef
in interface ParametersPopoverView.Presenter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.