Directory

NavigationBuilder - Vaadin Add-on Directory

A builder-style way of programming navigation with event handling in Vaadin. NavigationBuilder - Vaadin Add-on Directory
This addon provides a builder-style way of programming navigation in Vaadin. It enriches the existing functionality. No widgetset compiling required. ## Features 1. Builder-style navigation implementations; 2. Open (external) url's in current or new tab; 3. Navigate to url fragments (like '/app'); 4. Navigate through browser history (back/next); 5. Make use of pre-configured navigations; 6. Attach your own listeners to be executed upon navigation; 7. Navigate right away, or prepare your navigation and perform it later (or again).
Issue Tracker
Source Code
Introduction Blog Post
Author Homepage

NavigationBuilder version 1.1
null

NavigationBuilder version 1.1.1
1. Better UI accessing; 2. Added support for reload (refresh) navigation.

NavigationBuilder version 1.1.2
1. Added support for browser back/next navigation; 2. Added utility methods returning pre-configured navigations (reload, back, next).

NavigationBuilder version 1.1.3
- Added NavigationType that can be retrieved from the NavigationEvent; - Breaking change (only for navigations stored in variables): classes are now all prefixed with 'Navigation' (some where 'Navigate' previously); - Small refactoring and improvements.