Java com.vaadin.v7.ui AbstractField fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.v7.ui AbstractField fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.v7.ui AbstractField.

The text is from its open source code.

Subclass

com.vaadin.v7.ui.AbstractField has subclasses.
Click this link to see all its subclasses.

Method

ErrorMessagegetErrorMessage()
Error messages shown by the fields are composites of the error message thrown by the superclasses (that is the component error message), validation errors and buffered source errors.
booleanisEmpty()
booleanisInvalidCommitted()
Tests if the invalid data is committed to datasource.
booleanisRequired()
booleanisValidationVisible()
Is automatic, visible validation enabled?
voidsetValidationVisible(boolean validateAutomatically)
Enable or disable automatic, visible validation.