Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
New container: MockupContainer
I created a new Container implementation, MockupContainer.
MockupContainer is a container that implements Container.Indexed and Container.Hierarchical. The contents of the container are generated at runtime, and can be customized. The container allows some parametrisation: item count, property count, number of children and the delay can easily be changed. The delay affects the time it takes to retrieve items, or item related attributes (such as the parent and children of an item).
MockupContainer could be used for example in UI-mockups, or for testing components that use a datasource.
Sources and jar, and an online demo.
The idea sounds great, but demo seems to bug: When I click update button (no other changes), the table goes empty.
Also, deselecting the selected row in the components throws a "null" exception
Updated to 0.7. Fixed bugs, tweaked interface, added bacon ipsum datasource.