Directory

← Back

POJO Container

Container implementation based on BeanItemContainer that supports nested properties

Author

Rating

POJO Container is modified version of BeanItemContainer that supports nested properties.

Sample code

POJOContainer<User> container = new POJOContainer<User>(users, "name", "address.street", "address.city");
Table table = new Table();
table.setContainerDataSource(container);
table.setVisibleColumns(new Object[] { "name", "address.street", "address.city" });

Compatibility

0.1.0
(24)
(23)
(22)
(21)
(20)
(19)
(18)
(17)
(16)
(15)
(14)
(13)
(12)
(11)
(10)
(8.10)
(8.9)
(8.8)
(8.7)
(8.6)
(8.5)
(8.4)
(8.3)
(8.2)
(8.1)
(8.0)
(7.7)
(7.6)
(7.5)
(7.4)
(7.3)
(7.2)
(7.1)
(7.0)
6.8Y

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Released
2010-06-18
Maturity
EXPERIMENTAL
License
Apache License 2.0

Compatibility

Framework
Vaadin 6.0+
Browser
N/A
Online