Java com.vaadin.v7.data.fieldgroup FieldGroup fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

FieldGroup(Item itemDataSource)
Constructs a field binder that uses the given data source.

Method

voidcommit()
Commits all changes done to the bound fields.
voiddiscard()
Discards all changes done to the bound fields.
FieldgetField(Object propertyId)
Returns the field that is bound to the given property id.
booleanisBuffered()
Checks the buffered mode for the bound fields.
booleanisModified()
Checks if any bound field has been modified.
booleanisReadOnly()
Returns the read only status that is used by default with all fields that have a writable data source.
voidsetBuffered(boolean buffered)
Sets the buffered mode for the bound fields.