public class IOView extends SuspendableViewImpl implements IOPresenter.MyView
widgetInstance| Constructor and Description |
|---|
IOView(SecurityFramework securityFramework) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
createWidget()
Called upon first creation of the widgets
|
void |
select(ResourceAddress resourceAddress,
String key) |
void |
setPresenter(IOPresenter presenter) |
void |
update(ResourceAddress resourceAddress,
List<Property> model) |
void |
update(ResourceAddress resourceAddress,
ModelNode model) |
asWidget, onResumeaddToSlot, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait@Inject public IOView(SecurityFramework securityFramework)
public void setPresenter(IOPresenter presenter)
setPresenter in interface HasPresenter<IOPresenter>public com.google.gwt.user.client.ui.Widget createWidget()
SuspendableViewcreateWidget in interface SuspendableViewpublic void select(ResourceAddress resourceAddress, String key)
select in interface AddressableResourceViewpublic void update(ResourceAddress resourceAddress, ModelNode model)
update in interface AddressableResourceViewpublic void update(ResourceAddress resourceAddress, List<Property> model)
update in interface AddressableResourceViewCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.