| Package | Description |
|---|---|
| de.swm.commons.mobile.client.presenter | |
| de.swm.commons.mobile.client.widgets.page |
| Modifier and Type | Method and Description |
|---|---|
IPageWithoutHeader |
PresenterController.getActivePage()
Returns the active Page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMobilePresenter.gotoPage(IPage originator,
IPageWithoutHeader targetView)
Will display a view.
|
void |
AbstractMobilePresenter.gotoPage(IPage originator,
IPageWithoutHeader targetView)
Generic method to switch to another page.
|
void |
IMobilePresenter.gotoPage(IPage originator,
IPageWithoutHeader targetView,
boolean automaticTransition,
Transition transition,
Direction transitionDirection)
Will display a view.
|
void |
AbstractMobilePresenter.gotoPage(IPage originator,
IPageWithoutHeader targetView,
boolean automaticTransition,
Transition transition,
Direction transitionDirection)
Generic method to switch to another page.
|
void |
IMobilePresenter.gotoPageWithRootAsContentArea(IPageWithoutHeader targetView)
Will display a view but with root page as Cotent area.
|
void |
AbstractMobilePresenter.gotoPageWithRootAsContentArea(IPageWithoutHeader targetView)
Generische trasitionsmethode fuer den Seitenwechsel.
|
void |
PresenterController.IPageChangeListener.onPageChange(IMobilePresenter activePresenter,
IPageWithoutHeader activeView)
Will be fired on a page change event.
|
void |
PresenterController.setActivePresenter(IMobilePresenter activePresenter,
IPageWithoutHeader activeView)
Will set the currently active presenter.
|
void |
AbstractMobilePresenter.setRootContentArea(IPage newRootContentArea,
IPageWithoutHeader startupContent)
Generische trasitionsmethode fuer den Seitenwechsel.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMainView
Defines the main view of an application.
|
interface |
IPageWithHeader
Interface for views that have a header panel.
|
Copyright © 2011–2015 SWM. All rights reserved.