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 |
sap.m.routing.TargetHandler |
Used for closing dialogs and showing transitions in |
sap.m.routing.Targets |
Provides a convenient way for placing views into the correct containers of your app. |
Method | Description |
---|