aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/articles
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/articles')
-rw-r--r--documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc b/documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc
index 5d8778f261..343170fe0f 100644
--- a/documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc
+++ b/documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc
@@ -6,6 +6,7 @@ layout: page
[[finding-the-current-ui-and-page-and-vaadin-session]]
= Finding the current UI and page and vaadin session
+
There are many cases where you need a reference to the active `UI`, `Page`
or `VaadinServiceSession`, for instance for showing notifications in a
click listener. It is possible to get a reference to the component from