public class MsgDestinationsPresenter extends com.gwtplatform.mvp.client.Presenter<MsgDestinationsPresenter.MyView,MsgDestinationsPresenter.MyProxy> implements CommonMsgPresenter
| Modifier and Type | Class and Description |
|---|---|
static interface |
MsgDestinationsPresenter.JMSView |
static interface |
MsgDestinationsPresenter.MyProxy |
static interface |
MsgDestinationsPresenter.MyView |
| Constructor and Description |
|---|
MsgDestinationsPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
MsgDestinationsPresenter.MyView view,
MsgDestinationsPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
BeanFactory factory,
RevealStrategy revealStrategy,
ApplicationMetaData propertyMetaData,
CoreGUIContext statementContext) |
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 MsgDestinationsPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
MsgDestinationsPresenter.MyView view,
MsgDestinationsPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
BeanFactory factory,
RevealStrategy revealStrategy,
ApplicationMetaData propertyMetaData,
CoreGUIContext statementContext)
public void prepareFromRequest(com.gwtplatform.mvp.shared.proxy.PlaceRequest request)
prepareFromRequest in class com.gwtplatform.mvp.client.Presenter<MsgDestinationsPresenter.MyView,MsgDestinationsPresenter.MyProxy>protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<MsgDestinationsPresenter.MyView>public com.gwtplatform.mvp.client.proxy.PlaceManager getPlaceManager()
getPlaceManager in interface CommonMsgPresenterpublic void loadDetails(String selectedProvider)
public void loadProviderDetails()
protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<MsgDestinationsPresenter.MyView,MsgDestinationsPresenter.MyProxy>public void launchNewSecDialogue()
public void onCreateSecPattern(SecurityPattern newEntity)
public void onSaveSecDetails(SecurityPattern pattern, Map<String,Object> changedValues)
public void onDeleteSecDetails(SecurityPattern pattern)
public void onDeleteAddressDetails(AddressingPattern addressingPattern)
public void launchNewAddrDialogue()
public void onSaveAddressDetails(AddressingPattern entity, Map<String,Object> changedValues)
public void onCreateAddressPattern(AddressingPattern address)
public void onEditQueue()
public void onCreateQueue(Queue entity)
public void onDeleteQueue(Queue entity)
public void launchNewQueueDialogue()
public void onDeleteTopic(JMSEndpoint entity)
public void onEditTopic()
public void launchNewTopicDialogue()
public void closeDialogue()
closeDialogue in interface CommonMsgPresentercloseDialogue in interface AddResourceDialog.Callbackpublic void onCreateTopic(JMSEndpoint entity)
public String getCurrentServer()
public void saveConnnectionFactory(String name, Map<String,Object> changeset)
public void onDeleteCF(String name)
public void launchNewCFWizard()
public void launchNewDivertWizard()
public void onCreateCF(ConnectionFactory entity)
public void onCreateDivert(Divert entity)
public void onDeleteDivert(String name)
public void loadExistingQueueNames(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
public void onAddResource(ResourceAddress address, ModelNode payload)
onAddResource in interface AddResourceDialog.Callbackpublic void launchAddProviderDialog()
launchAddProviderDialog in interface CommonMsgPresenterpublic void removeProvider(String name)
removeProvider in interface CommonMsgPresenterpublic void onSaveProvider(String name, Map<String,Object> changeset)
onSaveProvider in interface CommonMsgPresenterCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.