public class HttpPresenter extends com.gwtplatform.mvp.client.Presenter<HttpPresenter.MyView,HttpPresenter.MyProxy> implements DefaultPresenterContract
| Modifier and Type | Class and Description |
|---|---|
static interface |
HttpPresenter.MyProxy |
static interface |
HttpPresenter.MyView |
| Constructor and Description |
|---|
HttpPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
HttpPresenter.MyView view,
HttpPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
RevealStrategy revealStrategy,
DispatchAsync dispatcher,
CoreGUIContext statementContext) |
| Modifier and Type | Method and Description |
|---|---|
com.gwtplatform.mvp.client.proxy.PlaceManager |
getPlaceManager() |
void |
loadDetails() |
protected void |
onBind() |
void |
onLaunchAddResourceDialog(String addressString) |
void |
onRemoveResource(String addressString,
String name) |
protected void |
onReset() |
void |
onSaveResource(String addressString,
String name,
Map<String,Object> changeset) |
void |
prepareFromRequest(com.gwtplatform.mvp.shared.proxy.PlaceRequest request) |
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, setInSlot@Inject
public HttpPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
HttpPresenter.MyView view,
HttpPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
RevealStrategy revealStrategy,
DispatchAsync dispatcher,
CoreGUIContext statementContext)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<HttpPresenter.MyView>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<HttpPresenter.MyView,HttpPresenter.MyProxy>public com.gwtplatform.mvp.client.proxy.PlaceManager getPlaceManager()
public void prepareFromRequest(com.gwtplatform.mvp.shared.proxy.PlaceRequest request)
prepareFromRequest in class com.gwtplatform.mvp.client.Presenter<HttpPresenter.MyView,HttpPresenter.MyProxy>public void loadDetails()
public void onLaunchAddResourceDialog(String addressString)
onLaunchAddResourceDialog in interface DefaultPresenterContractpublic void onRemoveResource(String addressString, String name)
onRemoveResource in interface DefaultPresenterContractpublic void onSaveResource(String addressString, String name, Map<String,Object> changeset)
onSaveResource in interface DefaultPresenterContractCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.