@Templated @ApplicationScoped public class ParametersPopoverViewImpl extends AbstractPopoverViewImpl implements ParametersPopoverView
ParametersPopoverView.PresenterjQueryPopover, popover, popoverContentElement, popoverElement| Constructor and Description |
|---|
ParametersPopoverViewImpl() |
ParametersPopoverViewImpl(org.jboss.errai.common.client.dom.Div parametersContainer,
org.jboss.errai.common.client.dom.Div addParameter,
org.jboss.errai.ioc.client.api.ManagedInstance<ParameterView> parameterViews,
org.jboss.errai.common.client.dom.Div popoverElement,
org.jboss.errai.common.client.dom.Div popoverContentElement,
org.uberfire.client.views.pfly.widgets.JQueryProducer.JQuery<org.uberfire.client.views.pfly.widgets.Popover> jQueryPopover) |
| Modifier and Type | Method and Description |
|---|---|
void |
focusParameter(int index) |
void |
init(ParametersPopoverView.Presenter presenter) |
void |
onClickAddParameter(com.google.gwt.user.client.Event event) |
void |
setParameters(List<InformationItem> parameters) |
void |
updateParameterName(int index,
String name) |
hide, isVisible, showclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithide, showpublic ParametersPopoverViewImpl()
@Inject
public ParametersPopoverViewImpl(org.jboss.errai.common.client.dom.Div parametersContainer,
org.jboss.errai.common.client.dom.Div addParameter,
org.jboss.errai.ioc.client.api.ManagedInstance<ParameterView> parameterViews,
org.jboss.errai.common.client.dom.Div popoverElement,
org.jboss.errai.common.client.dom.Div popoverContentElement,
org.uberfire.client.views.pfly.widgets.JQueryProducer.JQuery<org.uberfire.client.views.pfly.widgets.Popover> jQueryPopover)
public void init(ParametersPopoverView.Presenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<ParametersPopoverView.Presenter>public void setParameters(List<InformationItem> parameters)
setParameters in interface ParametersPopoverViewpublic void updateParameterName(int index,
String name)
updateParameterName in interface ParametersPopoverViewpublic void focusParameter(int index)
focusParameter in interface ParametersPopoverView@EventHandler(value="addParameter") @SinkNative(value=1) public void onClickAddParameter(com.google.gwt.user.client.Event event)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.