public class TXLogPresenter extends CircuitPresenter<TXLogPresenter.MyView,TXLogPresenter.MyProxy>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TXLogPresenter.MyProxy |
static interface |
TXLogPresenter.MyView |
| Constructor and Description |
|---|
TXLogPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
TXLogPresenter.MyView view,
TXLogPresenter.MyProxy proxy,
DispatchAsync dispatcher,
org.jboss.gwt.circuit.Dispatcher circuit,
ApplicationMetaData metaData,
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() |
void |
onDeleteRecord(TXRecord selection) |
void |
onLoadParticipants(TXRecord selection) |
void |
onProbe(boolean refresh) |
void |
onRecoverParticipant(TXParticipant selection) |
void |
onRefreshParticipant(TXParticipant selection) |
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 TXLogPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
TXLogPresenter.MyView view,
TXLogPresenter.MyProxy proxy,
DispatchAsync dispatcher,
org.jboss.gwt.circuit.Dispatcher circuit,
ApplicationMetaData metaData,
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<TXLogPresenter.MyView,TXLogPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<TXLogPresenter.MyView>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<TXLogPresenter.MyView,TXLogPresenter.MyProxy>public void refresh()
public void onLoadParticipants(TXRecord selection)
public void onDeleteRecord(TXRecord selection)
public void onRefreshParticipant(TXParticipant selection)
public void onRecoverParticipant(TXParticipant selection)
public void onProbe(boolean refresh)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.