public class JcaPresenter extends com.gwtplatform.mvp.client.Presenter<JcaPresenter.MyView,JcaPresenter.MyProxy> implements PropertyManagement
| Modifier and Type | Class and Description |
|---|---|
static interface |
JcaPresenter.MyProxy |
static interface |
JcaPresenter.MyView |
| Constructor and Description |
|---|
JcaPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
JcaPresenter.MyView view,
JcaPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
RevealStrategy revealStrategy,
ApplicationMetaData metaData,
BeanFactory factory) |
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 JcaPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
JcaPresenter.MyView view,
JcaPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
RevealStrategy revealStrategy,
ApplicationMetaData metaData,
BeanFactory factory)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<JcaPresenter.MyView>public void prepareFromRequest(com.gwtplatform.mvp.shared.proxy.PlaceRequest request)
prepareFromRequest in class com.gwtplatform.mvp.client.Presenter<JcaPresenter.MyView,JcaPresenter.MyProxy>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<JcaPresenter.MyView,JcaPresenter.MyProxy>public com.gwtplatform.mvp.client.proxy.PlaceManager getPlaceManager()
public void onSaveBootstrapContext(JcaBootstrapContext entity, Map<String,Object> changeset)
public void onDeleteBootstrapContext(JcaBootstrapContext entity)
public void launchNewContextDialogue()
public void createNewContext(JcaBootstrapContext entity)
public void closeDialoge()
public void launchNewManagerDialogue()
public void onDeleteManager(JcaWorkmanager entity)
public void createNewManager(JcaWorkmanager entity)
public void closePropertyDialoge()
closePropertyDialoge in interface PropertyManagementpublic void launchNewPropertyDialoge(String reference)
launchNewPropertyDialoge in interface PropertyManagementpublic void onCreateProperty(String poolName, PropertyRecord prop)
onCreateProperty in interface PropertyManagementpublic void onDeleteProperty(String poolName, PropertyRecord prop)
onDeleteProperty in interface PropertyManagementpublic void onChangeProperty(String groupName, PropertyRecord prop)
onChangeProperty in interface PropertyManagementpublic void onSavePoolConfig(String managerName, WorkmanagerPool entity, Map<String,Object> changeset)
public void onRemovePoolConfig(String managerName, WorkmanagerPool entity)
public void launchNewPoolDialoge(JcaWorkmanager entity)
public void createNewPool(String workManagerName, WorkmanagerPool pool)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.