public class TopologyPresenter extends com.gwtplatform.mvp.client.Presenter<TopologyPresenter.MyView,TopologyPresenter.MyProxy> implements ExtensionManager
| Modifier and Type | Class and Description |
|---|---|
static interface |
TopologyPresenter.MyProxy |
static interface |
TopologyPresenter.MyView |
| Modifier and Type | Field and Description |
|---|---|
static int |
VISIBLE_HOSTS_COLUMNS |
| Constructor and Description |
|---|
TopologyPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
TopologyPresenter.MyView view,
TopologyPresenter.MyProxy proxy,
RevealStrategy revealStrategy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
HostInformationStore hostInfoStore,
ServerGroupStore serverGroupStore,
BeanFactory beanFactory,
DispatchAsync dispatcher,
org.jboss.gwt.circuit.Dispatcher circuit) |
| Modifier and Type | Method and Description |
|---|---|
void |
loadExtensions() |
void |
loadTopology() |
protected void |
onBind() |
void |
onDumpVersions() |
void |
onGroupLifecycle(String group,
LifecycleOperation op) |
protected void |
onReset() |
void |
onServerInstanceLifecycle(String host,
String server,
LifecycleOperation op) |
void |
prepareFromRequest(com.gwtplatform.mvp.shared.proxy.PlaceRequest request) |
void |
requestHostIndex(int hostIndex) |
protected void |
revealInParent() |
bind, forceReveal, getProxy, getRevealType, getSlot, setRevealType, setSlot, unbind, useManualRevealaddHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, fireEvent, getEventBus, getView, getWidget, isVisible, onHide, onReveal, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlotpublic static final int VISIBLE_HOSTS_COLUMNS
@Inject
public TopologyPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
TopologyPresenter.MyView view,
TopologyPresenter.MyProxy proxy,
RevealStrategy revealStrategy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
HostInformationStore hostInfoStore,
ServerGroupStore serverGroupStore,
BeanFactory beanFactory,
DispatchAsync dispatcher,
org.jboss.gwt.circuit.Dispatcher circuit)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<TopologyPresenter.MyView,TopologyPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<TopologyPresenter.MyView>public void prepareFromRequest(com.gwtplatform.mvp.shared.proxy.PlaceRequest request)
prepareFromRequest in class com.gwtplatform.mvp.client.Presenter<TopologyPresenter.MyView,TopologyPresenter.MyProxy>public void loadTopology()
public void requestHostIndex(int hostIndex)
public void onServerInstanceLifecycle(String host, String server, LifecycleOperation op)
public void onGroupLifecycle(String group, LifecycleOperation op)
public void loadExtensions()
loadExtensions in interface ExtensionManagerpublic void onDumpVersions()
onDumpVersions in interface ExtensionManagerCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.