public class StandaloneServerPresenter extends com.gwtplatform.mvp.client.Presenter<StandaloneServerPresenter.MyView,StandaloneServerPresenter.MyProxy> implements ExtensionManager
| Modifier and Type | Class and Description |
|---|---|
static interface |
StandaloneServerPresenter.MyProxy |
static interface |
StandaloneServerPresenter.MyView |
| Constructor and Description |
|---|
StandaloneServerPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
StandaloneServerPresenter.MyView view,
StandaloneServerPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
BeanFactory factory,
ReloadState reloadState,
BootstrapContext bootstrap) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkReloadState(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Simply query the process state attribute to get to the required headers
|
void |
loadExtensions() |
protected void |
onBind() |
void |
onDumpVersions() |
void |
onReloadServerConfig() |
protected void |
onReset() |
protected void |
revealInParent() |
bind, 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 StandaloneServerPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
StandaloneServerPresenter.MyView view,
StandaloneServerPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
BeanFactory factory,
ReloadState reloadState,
BootstrapContext bootstrap)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<StandaloneServerPresenter.MyView>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<StandaloneServerPresenter.MyView,StandaloneServerPresenter.MyProxy>public void onReloadServerConfig()
public void checkReloadState(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
public void loadExtensions()
loadExtensions in interface ExtensionManagerpublic void onDumpVersions()
onDumpVersions in interface ExtensionManagerCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.