ViewPortExtension Add-on - Vaadin Add-on Directory
Add functionality to Vaadin Components to sense if they are in visible viewport or notHave you considered that there is no point for UI components that are not in visible iviewport to fetch data from backend and update themselves. This is essential for heavy dashboard apps. Thus I wrote this handy extension, which can extend Vaadin component to have isInViewPort() status and ViewPortStatusChangedEvent to help optimizing large dashboards.
Source codeIssue tracker
Online Demo
ViewPortExtension Add-on version 0.1.0
### 0.1.0
First release
ViewPortExtension Add-on version 0.1.1
### Version 0.1.1
- Bugfix in horizontal position calculation
ViewPortExtension Add-on version 1.0.0
### Version 1.0.0
- Build for 8.12.0 or newer, avoids logged warnings with listeners.