namespace sap.m.routing

Control sample: sap.m.routing
Visiblity:
Available since: N/A
Module:
Application Component: CA-UI5-CTR

Nodes Overview

Node Description
sap.m.routing.RouteMatchedHandler

This class will attach to the Events of a provided router and add the views created by it to a sap.m.SplitContainer or a sap.m.NavContainer Control, if this is the target control of the route.
If the targetControl is no sap.m.SplitContainer or a sap.m.NavContainer, It will only close the dialogs, according to the property value.

When a navigation is triggered, this class will try to determine the transition of the pages based on the history.
Eg: if a user presses browser back, it will show a backwards animation.

The navigation on the container takes place in the RoutePatternMatched event of the Router.

sap.m.routing.Router

SAPUI5 mobile Router.

sap.m.routing.TargetHandler

Used for closing dialogs and showing transitions in NavContainers when targets are displayed.

sap.m.routing.Targets

Provides a convenient way for placing views into the correct containers of your app.


Methods Overview

Method Description