public class HostJVMPresenter extends com.gwtplatform.mvp.client.Presenter<HostJVMPresenter.MyView,HostJVMPresenter.MyProxy> implements JvmManagement
| Modifier and Type | Class and Description |
|---|---|
static interface |
HostJVMPresenter.MyProxy |
static interface |
HostJVMPresenter.MyView |
| Constructor and Description |
|---|
HostJVMPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
HostJVMPresenter.MyView view,
HostJVMPresenter.MyProxy proxy,
DispatchAsync dispatcher,
HostStore hostStore,
ApplicationMetaData metaData,
PlaceRequestSecurityFramework placeRequestSecurityFramework) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeDialogue() |
void |
launchNewJVMDialogue() |
protected void |
onBind() |
void |
onCreateJvm(String reference,
Jvm jvm) |
void |
onDeleteJvm(String reference,
Jvm jvm) |
protected void |
onReset() |
void |
onUpdateJvm(String reference,
String jvmName,
Map<String,Object> changedValues) |
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 HostJVMPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
HostJVMPresenter.MyView view,
HostJVMPresenter.MyProxy proxy,
DispatchAsync dispatcher,
HostStore hostStore,
ApplicationMetaData metaData,
PlaceRequestSecurityFramework placeRequestSecurityFramework)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<HostJVMPresenter.MyView,HostJVMPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<HostJVMPresenter.MyView>public void onCreateJvm(String reference, Jvm jvm)
onCreateJvm in interface JvmManagementpublic void onDeleteJvm(String reference, Jvm jvm)
onDeleteJvm in interface JvmManagementpublic void onUpdateJvm(String reference, String jvmName, Map<String,Object> changedValues)
onUpdateJvm in interface JvmManagementpublic void launchNewJVMDialogue()
public void closeDialogue()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.