Array Container - Vaadin Add-on Directory
A collection of utility containers including the ArrayContainer wrapper over Java arraysArrayContainer is a simple wrapper for Java object arrays to allow using them in Table and Select components easily. Currently read-only and only one-dimensional arrays are supported. The LazyContainer allows generating the content dynamically through a callback interface.
Online DemoAPI Documentation
Discussion Forum
Source Code