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

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

Introduction

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

The text is from its open source code.

Constructor

BeanItem(BT bean)

Creates a new instance of BeanItem and adds all properties of a Java Bean to it.

Method

BTgetBean()
Gets the underlying JavaBean object.