diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc b/documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc index ad2c3b7a7b..e7685d3f6d 100644 --- a/documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc +++ b/documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc @@ -52,7 +52,7 @@ resize listener can be added like this: [source,java] .... -javaPage.getCurrent().addBrowserWindowResizeListener( +Page.getCurrent().addBrowserWindowResizeListener( new Page.BrowserWindowResizeListener() { @Override public void browserWindowResized(BrowserWindowResizeEvent event) { |