public class ServerGroupPresenter extends com.gwtplatform.mvp.client.Presenter<ServerGroupPresenter.MyView,ServerGroupPresenter.MyProxy> implements JvmManagement, PropertyManagement
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServerGroupPresenter.MyProxy |
static interface |
ServerGroupPresenter.MyView |
| Constructor and Description |
|---|
ServerGroupPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
ServerGroupPresenter.MyView view,
ServerGroupPresenter.MyProxy proxy,
ServerGroupStore serverGroupStore,
ProfileStore profileStore,
DispatchAsync dispatcher,
BeanFactory factory,
ApplicationMetaData propertyMetaData) |
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 ServerGroupPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
ServerGroupPresenter.MyView view,
ServerGroupPresenter.MyProxy proxy,
ServerGroupStore serverGroupStore,
ProfileStore profileStore,
DispatchAsync dispatcher,
BeanFactory factory,
ApplicationMetaData propertyMetaData)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplpublic void prepareFromRequest(com.gwtplatform.mvp.shared.proxy.PlaceRequest request)
prepareFromRequest in class com.gwtplatform.mvp.client.Presenter<ServerGroupPresenter.MyView,ServerGroupPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<ServerGroupPresenter.MyView>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<ServerGroupPresenter.MyView,ServerGroupPresenter.MyProxy>public void onDeleteGroup(ServerGroupRecord group)
public void createNewGroup(ServerGroupRecord newGroup)
public void onSaveChanges(ServerGroupRecord group, Map<String,Object> changeset)
public void launchNewGroupDialoge()
public void closeDialoge()
public void onUpdateJvm(String groupName, String jvmName, Map<String,Object> changedValues)
onUpdateJvm in interface JvmManagementpublic void onCreateJvm(String groupName, Jvm jvm)
onCreateJvm in interface JvmManagementpublic void onDeleteJvm(String groupName, Jvm jvm)
onDeleteJvm in interface JvmManagementpublic void closePropertyDialoge()
closePropertyDialoge in interface PropertyManagementpublic void launchNewPropertyDialoge(String group)
launchNewPropertyDialoge in interface PropertyManagementpublic void onCreateProperty(String groupName, PropertyRecord prop)
onCreateProperty in interface PropertyManagementpublic void onDeleteProperty(String groupName, PropertyRecord prop)
onDeleteProperty in interface PropertyManagementpublic void onChangeProperty(String groupName, PropertyRecord prop)
onChangeProperty in interface PropertyManagementpublic void loadJVMConfiguration(ServerGroupRecord group)
public void loadProperties(ServerGroupRecord group)
public void launchCopyWizard(ServerGroupRecord orig)
public void onSaveCopy(ServerGroupRecord orig, ServerGroupRecord newGroup)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.