public class ProfileMgmtView extends SuspendableViewImpl implements ProfileMgmtPresenter.MyView
widgetInstance| Constructor and Description |
|---|
ProfileMgmtView() |
| 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 |
setPreselection(String preselection) |
void |
setProfiles(List<ProfileRecord> profileRecords) |
void |
setSubsystems(List<SubsystemRecord> subsystemRecords) |
asWidget, onResumeaddToSlot, initWidget, removeFromSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonResumepublic 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 setProfiles(List<ProfileRecord> profileRecords)
setProfiles in interface ProfileMgmtPresenter.MyViewpublic void setSubsystems(List<SubsystemRecord> subsystemRecords)
setSubsystems in interface ProfileMgmtPresenter.MyViewpublic void setPreselection(String preselection)
setPreselection in interface ProfileMgmtPresenter.MyViewCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.