public class ServerGroupView extends SuspendableViewImpl implements ServerGroupPresenter.MyView
widgetInstance| Constructor and Description |
|---|
ServerGroupView() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
createWidget()
Called upon first creation of the widgets
|
void |
setJvm(ServerGroupRecord group,
Jvm jvm) |
void |
setPreselection(String preselection) |
void |
setPresenter(ServerGroupPresenter presenter) |
void |
setProperties(ServerGroupRecord group,
List<PropertyRecord> properties) |
void |
setServerGroups(List<ServerGroupRecord> groups) |
void |
updateProfiles(List<ProfileRecord> result) |
void |
updateSocketBindings(List<String> result) |
asWidget, onResumeaddToSlot, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonResumepublic void setPresenter(ServerGroupPresenter presenter)
setPresenter in interface ServerGroupPresenter.MyViewpublic com.google.gwt.user.client.ui.Widget createWidget()
SuspendableViewcreateWidget in interface SuspendableViewpublic void setServerGroups(List<ServerGroupRecord> groups)
setServerGroups in interface ServerGroupPresenter.MyViewpublic void updateSocketBindings(List<String> result)
updateSocketBindings in interface ServerGroupPresenter.MyViewpublic void updateProfiles(List<ProfileRecord> result)
updateProfiles in interface ServerGroupPresenter.MyViewpublic void setJvm(ServerGroupRecord group, Jvm jvm)
setJvm in interface ServerGroupPresenter.MyViewpublic void setProperties(ServerGroupRecord group, List<PropertyRecord> properties)
setProperties in interface ServerGroupPresenter.MyViewpublic void setPreselection(String preselection)
setPreselection in interface ServerGroupPresenter.MyViewCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.