Directory

LazyLoadWrapper - Vaadin Add-on Directory

A lazy load wrapper for Vaadin GUI components LazyLoadWrapper - Vaadin Add-on Directory
Lazy Load Wrapper is a wrapper component for Vaadin GUI components that can reduce the time that it takes for a web application to load. The wrapper creates a lightweight placeholder on the client side that is replaced with the actual component when it becomes visible on the client side. The API of the wrapper is designed so that it will require minimalistic extra coding when used. This is why almost all features of the wrapper can be accessed through the constructors. The default settings and automatic sizing feature of the placeholder will also cut down on the number of parameters that are required to set. Vaadin 6 Version: - server-side lazy load - server-side lazy component provider - client-side lazy load (lazy draw) Vaadin 7 alpha: - server-side lazy load - server-side lazy component provider - server-side reinit of LLW