Esempio n. 1
0
 /// <summary>
 /// Sets the hashChanger to a new instance, destroys the old one and copies all its event listeners to the new one
 /// </summary>
 /// <param name="oHashChanger">the new instance for the global singleton</param>
 public extern static void replaceHashChanger(sap.ui.core.routing.HashChanger oHashChanger);
Esempio n. 2
0
 /// <summary>
 /// Used to determine the {@link sap.ui.core.routing.HistoryDirection} of the current or a future navigation, done with a {@link sap.ui.core.routing.Router} or {@link sap.ui.core.routing.HashChanger}.
 ///
 /// <strong>ATTENTION:</strong> this class will not be accurate if someone does hash-replacement without the named classes above If you are manipulating the hash directly this class is not supported anymore.
 /// </summary>
 /// <param name="oHashChanger">required, without a HashChanger this class cannot work. The class needs to be aware of the hash-changes.</param>
 public extern History(sap.ui.core.routing.HashChanger oHashChanger);