public class EEPresenter extends com.gwtplatform.mvp.client.Presenter<EEPresenter.MyView,EEPresenter.MyProxy> implements DefaultPresenterContract
| Modifier and Type | Class and Description |
|---|---|
static interface |
EEPresenter.MyProxy |
static interface |
EEPresenter.MyView |
| Constructor and Description |
|---|
EEPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
EEPresenter.MyView view,
EEPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
RevealStrategy revealStrategy,
CoreGUIContext statementContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeDialoge() |
void |
launchNewModuleDialogue() |
void |
onAddModule(ModelNode module) |
protected void |
onBind() |
void |
onLaunchAddResourceDialog(String addressString) |
void |
onRemoveModule(ModelNode module) |
void |
onRemoveResource(String addressString,
String name) |
protected void |
onReset() |
void |
onSaveResource(String addressString,
String name,
Map<String,Object> changeset) |
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 EEPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
EEPresenter.MyView view,
EEPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
RevealStrategy revealStrategy,
CoreGUIContext statementContext)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<EEPresenter.MyView>public void launchNewModuleDialogue()
public void onAddModule(ModelNode module)
protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<EEPresenter.MyView,EEPresenter.MyProxy>public void closeDialoge()
public void onRemoveModule(ModelNode module)
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.