Java com.vaadin.v7.data.util BeanItemContainer fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.v7.data.util BeanItemContainer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.v7.data.util BeanItemContainer.

The text is from its open source code.

Constructor

BeanItemContainer(Class type)
Constructs a BeanItemContainer for beans of the given type.
BeanItemContainer(Collection collection)
Constructs a BeanItemContainer and adds the given beans to it.
BeanItemContainer(Class type, Collection collection)
Constructs a BeanItemContainer and adds the given beans to it.

Method

voidaddAll(Collection collection)
Adds all the beans from a Collection in one go.