LazyLayouts - Vaadin Add-on Directory
Vaadin layouts for your lazy loading needsThis add-on adds lazy loading support to normal Vaadin layouts. Your application logic can perform it's DB queries and construct missing UI elements on-demand only if and when client requires those.
Current version includes: LazyVerticalLayout
Online DemoIssue Tracker
Source Code
Author Homepage
LazyLayouts version 0.1.0
Initial release
LazyLayouts version 0.1.1
0.1.1 fixes widgetset compiling issues with Vaadin 7.3
LazyLayouts version 0.1.3
Fixes server side warnings when LazyVerticalLayout had TabSheet as grandparent in component hierarchy
LazyLayouts version 0.2.0
0.2+ supports and requires Vaadin 8, for Vaadin 7 support use 0.1.x versions.
LazyLayouts version 0.1.4
Adds missing Serializable extends in interfaces (same fix as in 0.2.2 for Vaadin 8)
LazyLayouts version 0.2.1
Adds missing extends Serializable to interfaces