@ApplicationScoped public class ParametersPopoverImpl extends AbstractPopoverImpl<ParametersPopoverView,HasParametersControl> implements ParametersPopoverView.Presenter
binding, view
Constructor and Description |
---|
ParametersPopoverImpl() |
ParametersPopoverImpl(ParametersPopoverView view,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
Modifier and Type | Method and Description |
---|---|
void |
addParameter() |
void |
bind(HasParametersControl bound,
int uiRowIndex,
int uiColumnIndex) |
String |
getPopoverTitle()
Returns the
String for the PopupEditorControls title used to to edit properties. |
void |
removeParameter(InformationItem parameter) |
void |
show()
Shows the
PopupEditorControls . |
void |
updateParameterName(InformationItem parameter,
String name) |
void |
updateParameterTypeRef(InformationItem parameter,
QName typeRef) |
getElement, hide, setOnClosedByKeyboardCallback
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hide
setOnClosedByKeyboardCallback
public ParametersPopoverImpl()
@Inject public ParametersPopoverImpl(ParametersPopoverView view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public String getPopoverTitle()
PopupEditorControls
String
for the PopupEditorControls
title used to to edit properties.getPopoverTitle
in interface PopupEditorControls
public void bind(HasParametersControl bound, int uiRowIndex, int uiColumnIndex)
bind
in interface HasCellEditorControls.Editor<HasParametersControl>
bind
in class AbstractPopoverImpl<ParametersPopoverView,HasParametersControl>
public void show()
PopupEditorControls
PopupEditorControls
.show
in interface PopupEditorControls
show
in class AbstractPopoverImpl<ParametersPopoverView,HasParametersControl>
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.