public class DataSourceMetricPresenter extends CircuitPresenter<DataSourceMetricPresenter.MyView,DataSourceMetricPresenter.MyProxy>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataSourceMetricPresenter.MyProxy |
static interface |
DataSourceMetricPresenter.MyView |
| Constructor and Description |
|---|
DataSourceMetricPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
DataSourceMetricPresenter.MyView view,
DataSourceMetricPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
org.jboss.gwt.circuit.Dispatcher circuit,
ApplicationMetaData metaData,
RevealStrategy revealStrategy,
ServerStore serverStore,
BeanFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush(String dsName,
boolean isXA) |
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 |
refreshDatasources() |
protected void |
revealInParent() |
void |
setSelectedDS(DataSource currentSelection,
boolean xa) |
void |
verifyConnection(String dsName,
boolean isXA) |
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 DataSourceMetricPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
DataSourceMetricPresenter.MyView view,
DataSourceMetricPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
org.jboss.gwt.circuit.Dispatcher circuit,
ApplicationMetaData metaData,
RevealStrategy revealStrategy,
ServerStore serverStore,
BeanFactory factory)
public void refreshDatasources()
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onAction(org.jboss.gwt.circuit.Action action)
CircuitPresenteronAction in class CircuitPresenter<DataSourceMetricPresenter.MyView,DataSourceMetricPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<DataSourceMetricPresenter.MyView>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<DataSourceMetricPresenter.MyView,DataSourceMetricPresenter.MyProxy>public void setSelectedDS(DataSource currentSelection, boolean xa)
public void verifyConnection(String dsName, boolean isXA)
public void flush(String dsName, boolean isXA)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.