public class SocketBindingPresenter extends com.gwtplatform.mvp.client.Presenter<SocketBindingPresenter.MyView,SocketBindingPresenter.MyProxy>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SocketBindingPresenter.MyProxy |
static interface |
SocketBindingPresenter.MyView |
| Constructor and Description |
|---|
SocketBindingPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
SocketBindingPresenter.MyView view,
SocketBindingPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
BeanFactory factory,
RevealStrategy revealStrategy,
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 SocketBindingPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
SocketBindingPresenter.MyView view,
SocketBindingPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
BeanFactory factory,
RevealStrategy revealStrategy,
ApplicationMetaData propertyMetaData)
public com.gwtplatform.mvp.client.proxy.PlaceManager getPlaceManager()
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<SocketBindingPresenter.MyView,SocketBindingPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<SocketBindingPresenter.MyView>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<SocketBindingPresenter.MyView,SocketBindingPresenter.MyProxy>public void loadDetails(String selectedGroup)
public void loadBindings(String groupName)
public void saveSocketBinding(String name, String group, Map<String,Object> changeset)
public void onDelete(SocketBinding editedEntity)
public void launchNewSocketDialogue()
public void createNewSocketBinding(SocketBinding socketBinding)
public void closeDialoge()
public void createNewSocketGroup(SocketGroup newGroup)
public void saveRemoteSocketBinding(String name, Map<String,Object> changeset)
public void launchNewRemoteSocketBindingWizard()
public void onDeleteRemoteSocketBinding(String name)
public void onCreateRemoteSocketBinding(RemoteSocketBinding entity)
public void closeDialogue()
public void saveLocalSocketBinding(String name, Map<String,Object> changeset)
public void launchNewLocalSocketBindingWizard()
public void onCreateLocalSocketBinding(LocalSocketBinding entity)
public void onDeleteLocalSocketBinding(String name)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.