@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, setOnClosedByKeyboardCallbackclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithidesetOnClosedByKeyboardCallbackpublic ParametersPopoverImpl()
@Inject public ParametersPopoverImpl(ParametersPopoverView view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public String getPopoverTitle()
PopupEditorControlsString for the PopupEditorControls title used to to edit properties.getPopoverTitle in interface PopupEditorControlspublic void bind(HasParametersControl bound, int uiRowIndex, int uiColumnIndex)
bind in interface HasCellEditorControls.Editor<HasParametersControl>bind in class AbstractPopoverImpl<ParametersPopoverView,HasParametersControl>public void show()
PopupEditorControlsPopupEditorControls.show in interface PopupEditorControlsshow in class AbstractPopoverImpl<ParametersPopoverView,HasParametersControl>public 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–2020 JBoss by Red Hat. All rights reserved.