public class HostMgmtView extends SuspendableViewImpl implements HostMgmtPresenter.MyView
widgetInstance| Constructor and Description |
|---|
HostMgmtView() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
createWidget()
Called upon first creation of the widgets
|
void |
setInSlot(Object slot,
com.google.gwt.user.client.ui.IsWidget content) |
void |
setPresenter(HostMgmtPresenter presenter) |
void |
updateHosts(String selectedHost,
Set<String> hostNames) |
asWidget, onResumeaddToSlot, initWidget, removeFromSlotpublic void setPresenter(HostMgmtPresenter presenter)
setPresenter in interface HostMgmtPresenter.MyViewpublic com.google.gwt.user.client.ui.Widget createWidget()
SuspendableViewcreateWidget in interface SuspendableViewpublic void setInSlot(Object slot, com.google.gwt.user.client.ui.IsWidget content)
setInSlot in interface com.gwtplatform.mvp.client.ViewsetInSlot in class com.gwtplatform.mvp.client.ViewImplpublic void updateHosts(String selectedHost, Set<String> hostNames)
updateHosts in interface HostMgmtPresenter.MyViewCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.