Containers made easy: A Container implementation backed by GlazedLists
This is a Container implementation for Vaadin that is backed by a GlazedLists' (www.glazedlists.com) EventList.
This makes your life great in several ways:
- It's easy to use.
- GlazedLists can do a bunch of really powerful transformations on data lists.
- It supports Server Push (introduced in Vaadin 7.1), so all your data changes push to the client without any extra work from you (threading is taken care of).
- Sorting, filtering and editing are fully supported.
- Work with your domain objects (POJOs) rather than having to use Items and Properties all the time (though Property and Item are provided by the container so binding and such still works).
Requires Java 8.
Install
Framework Support
Vaadin 7.7+
Vaadin 8.0+
Browser Independent
Install with
Release notes - Version 1.3.0
The 1.3.x version branch supports Vaadin 8 using the version 7 compatibility libraries. Use this version if you are still using the compatibility APIs.