public abstract class SuspendableViewImpl extends com.gwtplatform.mvp.client.ViewImpl implements SuspendableView
SuspendableView implementation.
Subclasses can override onResume() but need to
provide SuspendableView.createWidget()| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.user.client.ui.Widget |
widgetInstance |
| Constructor and Description |
|---|
SuspendableViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
onResume()
Called every time a suspended view should resume
(is revealed again)
|
addToSlot, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateWidgetpublic com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetasWidget in class com.gwtplatform.mvp.client.ViewImplpublic void onResume()
SuspendableViewonResume in interface SuspendableViewCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.