public static class RootPresenter.RootView extends ViewImpl
RootPresenter
's view.Constructor and Description |
---|
RootPresenter.RootView() |
Modifier and Type | Method and Description |
---|---|
Widget |
asWidget() |
void |
ensureGlass() |
protected RootPanel |
getAppRootPanel()
Return the RootPanel on which to add the content.
|
void |
lockScreen() |
void |
setInSlot(Object slot,
IsWidget content)
Requests the view to set content within a specific slot, clearing anything
that was already contained there.
|
void |
unlockScreen() |
addToSlot, initWidget, removeFromSlot
public Widget asWidget()
public void setInSlot(Object slot, IsWidget content)
View
null
is passed, your
implementation should clear the slot.
Used by PresenterWidget.setInSlot(Object, PresenterWidget)
and
PresenterWidget.clearSlot(Object)
.protected RootPanel getAppRootPanel()
public void lockScreen()
public void unlockScreen()
public void ensureGlass()
Copyright © 2010-2014 ArcBees. All Rights Reserved.