public class WebMetricPresenter extends CircuitPresenter<WebMetricPresenter.MyView,WebMetricPresenter.MyProxy>
| Modifier and Type | Class and Description |
|---|---|
static interface |
WebMetricPresenter.MyProxy |
static interface |
WebMetricPresenter.MyView |
| Constructor and Description |
|---|
WebMetricPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
WebMetricPresenter.MyView view,
WebMetricPresenter.MyProxy proxy,
DispatchAsync dispatcher,
org.jboss.gwt.circuit.Dispatcher circuit,
ApplicationMetaData metaData,
RevealStrategy revealStrategy,
BeanFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onAction(org.jboss.gwt.circuit.Action action)
When this method is called it's guaranteed that the presenter is visible.
|
protected void |
onBind() |
protected void |
onReset() |
void |
refresh() |
protected void |
revealInParent() |
void |
setSelectedConnector(HttpConnector selection) |
addChangeHandler, onError, onError, onUnbindbind, forceReveal, getProxy, getRevealType, getSlot, prepareFromRequest, setRevealType, setSlot, unbind, useManualRevealaddHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, fireEvent, getEventBus, getView, getWidget, isVisible, onHide, onReveal, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlot@Inject
public WebMetricPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
WebMetricPresenter.MyView view,
WebMetricPresenter.MyProxy proxy,
DispatchAsync dispatcher,
org.jboss.gwt.circuit.Dispatcher circuit,
ApplicationMetaData metaData,
RevealStrategy revealStrategy,
BeanFactory factory)
public void setSelectedConnector(HttpConnector selection)
public void refresh()
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onAction(org.jboss.gwt.circuit.Action action)
CircuitPresenteronAction in class CircuitPresenter<WebMetricPresenter.MyView,WebMetricPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<WebMetricPresenter.MyView>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<WebMetricPresenter.MyView,WebMetricPresenter.MyProxy>Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.