public class LogViewerPresenter extends CircuitPresenter<LogViewerPresenter.MyView,LogViewerPresenter.MyProxy>
| Modifier and Type | Class and Description |
|---|---|
static interface |
LogViewerPresenter.MyProxy |
static interface |
LogViewerPresenter.MyView |
| Constructor and Description |
|---|
LogViewerPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
LogViewerPresenter.MyView view,
LogViewerPresenter.MyProxy proxy,
RevealStrategy revealStrategy,
org.jboss.gwt.circuit.Dispatcher circuit,
LogStore logStore,
HostStore hostStore) |
| Modifier and Type | Method and Description |
|---|---|
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 |
onHide() |
protected void |
onReset() |
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, onReveal, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlot@Inject
public LogViewerPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
LogViewerPresenter.MyView view,
LogViewerPresenter.MyProxy proxy,
RevealStrategy revealStrategy,
org.jboss.gwt.circuit.Dispatcher circuit,
LogStore logStore,
HostStore hostStore)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onHide()
onHide in class com.gwtplatform.mvp.client.PresenterWidget<LogViewerPresenter.MyView>public void onAction(org.jboss.gwt.circuit.Action action)
CircuitPresenteronAction in class CircuitPresenter<LogViewerPresenter.MyView,LogViewerPresenter.MyProxy>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<LogViewerPresenter.MyView,LogViewerPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<LogViewerPresenter.MyView>Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.