public class EnvironmentPresenter extends CircuitPresenter<EnvironmentPresenter.MyView,EnvironmentPresenter.MyProxy>
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnvironmentPresenter.MyProxy |
static interface |
EnvironmentPresenter.MyView |
| Constructor and Description |
|---|
EnvironmentPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
EnvironmentPresenter.MyView view,
EnvironmentPresenter.MyProxy proxy,
DispatchAsync dispatcher,
org.jboss.gwt.circuit.Dispatcher circuit,
BeanFactory factory,
RevealStrategy revealStrategy) |
| 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() |
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 EnvironmentPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
EnvironmentPresenter.MyView view,
EnvironmentPresenter.MyProxy proxy,
DispatchAsync dispatcher,
org.jboss.gwt.circuit.Dispatcher circuit,
BeanFactory factory,
RevealStrategy revealStrategy)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onAction(org.jboss.gwt.circuit.Action action)
CircuitPresenteronAction in class CircuitPresenter<EnvironmentPresenter.MyView,EnvironmentPresenter.MyProxy>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<EnvironmentPresenter.MyView,EnvironmentPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<EnvironmentPresenter.MyView>public void refresh()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.