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, removeFromSlot
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addToSlot, removeFromSlot
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)
.public void adjustActionBar(Boolean actionBarVisible)
adjustActionBar
in interface ApplicationPresenter.MyView
public void adjustLayout(Boolean tabsVisible)
adjustLayout
in interface ApplicationPresenter.MyView
Copyright © 2010-2014 ArcBees. All Rights Reserved.