ソースを参照

Update Navigator.getState() JavaDoc to be more accurate (#11876)

Fixes: https://github.com/vaadin/framework/issues/11875
tags/8.11.0.alpha1
Tatu Lund 4年前
コミット
ab3d346c56
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更5行の追加0行の削除
  1. 5
    0
      server/src/main/java/com/vaadin/navigator/Navigator.java

+ 5
- 0
server/src/main/java/com/vaadin/navigator/Navigator.java ファイルの表示

@@ -900,6 +900,11 @@ public class Navigator implements Serializable {
/**
* Returns the current navigation state reported by this Navigator's
* {@link NavigationStateManager}.
* <p>
* When the navigation is triggered by the browser (for example by pressing
* the back or forward button in the browser), the navigation state may
* already have been updated to reflect the new address, before the
* {@link #navigateTo(String)} is notified.
*
* @return The navigation state.
*/

読み込み中…
キャンセル
保存