
public class ApplicationMobileView extends ViewImpl implements ApplicationPresenter.MyView
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationMobileView.Binder |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustActionBar(Boolean actionBarVisible) |
void |
adjustLayout(Boolean tabsVisible) |
void |
setInSlot(Object slot,
IsWidget content)
Requests the view to set content within a specific slot, clearing anything
that was already contained there.
|
addToSlot, asWidget, initWidget, removeFromSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToSlot, removeFromSlotpublic void setInSlot(Object slot, IsWidget content)
Viewnull is passed, your
implementation should clear the slot.
Used by PresenterWidget.setInSlot(Object, PresenterWidget) and
PresenterWidget.clearSlot(Object).public void adjustActionBar(Boolean actionBarVisible)
adjustActionBar in interface ApplicationPresenter.MyViewpublic void adjustLayout(Boolean tabsVisible)
adjustLayout in interface ApplicationPresenter.MyViewCopyright © 2010-2014 ArcBees. All Rights Reserved.