public class SocketBindingView extends DisposableViewImpl implements SocketBindingPresenter.MyView
| Constructor and Description |
|---|
SocketBindingView() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
createWidget()
Called when the view is going to be revealed.
|
void |
setBindings(String groupName,
List<SocketBinding> bindings) |
void |
setEnabled(boolean b) |
void |
setLocalSockets(String groupName,
List<LocalSocketBinding> entities) |
void |
setPresenter(SocketBindingPresenter presenter) |
void |
setRemoteSockets(String groupName,
List<RemoteSocketBinding> entities) |
void |
setSelectedGroup(String selectedGroup) |
void |
updateGroups(List<String> groups) |
asWidgetaddToSlot, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic com.google.gwt.user.client.ui.Widget createWidget()
DisposableViewcreateWidget in interface DisposableViewpublic void setPresenter(SocketBindingPresenter presenter)
setPresenter in interface SocketBindingPresenter.MyViewpublic void setSelectedGroup(String selectedGroup)
setSelectedGroup in interface SocketBindingPresenter.MyViewpublic void updateGroups(List<String> groups)
updateGroups in interface SocketBindingPresenter.MyViewpublic void setBindings(String groupName, List<SocketBinding> bindings)
setBindings in interface SocketBindingPresenter.MyViewpublic void setEnabled(boolean b)
setEnabled in interface SocketBindingPresenter.MyViewpublic void setRemoteSockets(String groupName, List<RemoteSocketBinding> entities)
setRemoteSockets in interface SocketBindingPresenter.MyViewpublic void setLocalSockets(String groupName, List<LocalSocketBinding> entities)
setLocalSockets in interface SocketBindingPresenter.MyViewCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.