Questions tagged [vaadin-navigator]

A navigator utility that allows switching of views in a part of an application.

The Navigator in Vaadin can be used for most cases of navigation. Views managed by the navigator automatically get a distinct URI fragment, which can be used to be able to bookmark the views and their states and to go back and forward in the browser history. Views can be explicitly registered or dynamically generated and listening to view changes is possible.

4 questions
1
vote
0 answers

Vaadin 8 how to handle Views, Navigator and Menu?

In Vaadin 8 I am currently developing a Web App and I am struggling with the menu / view management / navigator... Since I am completely new to servlets and Vaadin, I am not quite sure if my approach will work / if i understood this correctly. I…
goerlibe
  • 120
  • 1
  • 12
1
vote
2 answers

I can't store data in an object in one view and access it (with data in it) from another view

I am trying to store a set of objects in an ArrayList and access them in a helper class. I am using Vaadin and a view navigator to navigate from one view that takes user input and navigate to another view that displays some of it on a graph. The…
Kmag
  • 13
  • 4
0
votes
2 answers

Could not navigate to "view"

I am using vaadin 10. I would see this error on my login view class if I used @Route("") but when I write it as @Route(value="") it worked. But doing that to another view I get this error. Most questions asked are way too advanced. I just have a…
0
votes
1 answer

How to update content in a vaadin tab on selection change?

I have a Vaadin tab menu, each tab contains of course different content. Now, if the content is an own class with dynamically generated content, how can I force the content to be updated if a tab is selected? My content class implements View, thus…
membersound
  • 81,582
  • 193
  • 585
  • 1,120