public class ConfigAdminPresenter extends com.gwtplatform.mvp.client.Presenter<ConfigAdminPresenter.MyView,ConfigAdminPresenter.MyProxy>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfigAdminPresenter.MyProxy |
static interface |
ConfigAdminPresenter.MyView |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_ADMIN_SUBSYSTEM |
| Constructor and Description |
|---|
ConfigAdminPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
ConfigAdminPresenter.MyView view,
ConfigAdminPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
BeanFactory factory,
RevealStrategy revealStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeDialogue() |
void |
launchNewCASPropertyWizard() |
void |
onAddConfigurationAdminData(ConfigAdminData data) |
protected void |
onBind() |
void |
onDeleteConfigurationAdminData(String pid) |
protected void |
onReset() |
void |
onUpdateConfigurationAdminData(ConfigAdminData data) |
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, setInSlotpublic static final String CONFIG_ADMIN_SUBSYSTEM
@Inject
public ConfigAdminPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
ConfigAdminPresenter.MyView view,
ConfigAdminPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
BeanFactory factory,
RevealStrategy revealStrategy)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<ConfigAdminPresenter.MyView>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<ConfigAdminPresenter.MyView,ConfigAdminPresenter.MyProxy>public void launchNewCASPropertyWizard()
public void closeDialogue()
public void onAddConfigurationAdminData(ConfigAdminData data)
public void onDeleteConfigurationAdminData(String pid)
public void onUpdateConfigurationAdminData(ConfigAdminData data)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.