summaryrefslogtreecommitdiffstats
path: root/shared/src/com/vaadin
diff options
context:
space:
mode:
Diffstat (limited to 'shared/src/com/vaadin')
-rw-r--r--shared/src/com/vaadin/shared/ui/ui/UIState.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/shared/src/com/vaadin/shared/ui/ui/UIState.java b/shared/src/com/vaadin/shared/ui/ui/UIState.java
index 2565de59df..16c1ed16c7 100644
--- a/shared/src/com/vaadin/shared/ui/ui/UIState.java
+++ b/shared/src/com/vaadin/shared/ui/ui/UIState.java
@@ -27,6 +27,10 @@ public class UIState extends TabIndexState {
public PushMode pushMode = PushMode.DISABLED;
+ // Informing users of assistive devices, that the content of this container
+ // is announced automatically and does not need to be navigated into
+ public String overlayContainerLabel = "This content is announced automatically and does not need to be navigated into.";
+
public static class LoadingIndicatorConfigurationState implements
Serializable {
public int firstDelay = 300;
@@ -52,4 +56,4 @@ public class UIState extends TabIndexState {
// Default is 1 for legacy reasons
tabIndex = 1;
}
-} \ No newline at end of file
+}