jimb
New Member
Posts: 20
|
Post by jimb on Jan 29, 2015 14:10:41 GMT 1
Hello,
What is the best way to create a View component with JaVaDe so that I can navigate to it afterwards with the Navigator component?
Regards,
jim
|
|
|
Post by alec on Feb 7, 2015 16:12:01 GMT 1
Hi, the navigation depends on the UIs or on how the Components are handled in a single UI. The current Vaadin Navigator is very flexible and can be used with the JaVaDe Prototypes to obtain the needed behaviour. You can find it under vaadin.com/api/com/vaadin/navigator/Navigator.htmlSince I added the MenuItems to a Menu, what I could do is to call a method in a separated interface for each MenuItem (using the Vaadin Command) where the navigation can be handled.
|
|
jimb
New Member
Posts: 20
|
Post by jimb on Feb 9, 2015 10:56:53 GMT 1
Hi Alec,
I think in your interface you support SimpleView but I couldn't find a use case for it.
thanks for replying
jim
|
|