public interface IMobilePresenter
| Modifier and Type | Method and Description |
|---|---|
IDispatcher |
getDispatcher()
Will return the dispatcher.
|
void |
gotoPage(IPage originator,
IPageWithoutHeader targetView)
Will display a view.
|
void |
gotoPage(IPage originator,
IPageWithoutHeader targetView,
boolean automaticTransition,
Transition transition,
Direction transitionDirection)
Will display a view.
|
void |
gotoPageWithRootAsContentArea(IPageWithoutHeader targetView)
Will display a view but with root page as Cotent area.
|
boolean |
isOwningViewVisible()
True is one the presenters owning views is visible.
|
LeavePageResponse |
leavePageRequest()
Will return the decission to leave this Page.
|
IDispatcher getDispatcher()
LeavePageResponse leavePageRequest()
boolean isOwningViewVisible()
gotoPage method.void gotoPage(IPage originator, IPageWithoutHeader targetView)
originator - the currently active view.targetView - the target view.void gotoPage(IPage originator, IPageWithoutHeader targetView, boolean automaticTransition, Transition transition, Direction transitionDirection)
originator - the currently active view.targetView - the target view.automaticTransition - executes a default transition.transition - transition effecttransitionDirection - directionvoid gotoPageWithRootAsContentArea(IPageWithoutHeader targetView)
targetView - the target view to displayCopyright © 2011–2015 SWM. All rights reserved.