Exemple #1
0
 /// <summary>
 /// Instantiates an SAPUI5 Route
 /// </summary>
 /// <param name="The">router instance, the route will be added to.</param>
 /// <param name="oConfig">configuration object for the route</param>
 public extern Route(sap.ui.core.routing.Router The, sap.ui.core.routing.Route.RouteConfig oConfig);
 /// <summary>
 /// Instantiates a RouteMatchedHandler.
 /// </summary>
 /// <param name="router">A router that creates views</br></param>
 /// <param name="closeDialogs">the default is true - will close all open dialogs before navigating, if set to true. If set to false it will just navigate without closing dialogs.</param>
 public extern RouteMatchedHandler(sap.ui.core.routing.Router router, bool closeDialogs);