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

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

Introduction

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

The text is from its open source code.

Implementation

com.vaadin.v7.ui.Field has the following implementations.
Click this link to see all its implementation.

Method

voidclear()
Clears the value of the field.
TgetValue()
Gets the value stored in the Property.
booleanisEmpty()
Is the field empty?
booleanisReadOnly()
Tests if the Property is in read-only mode.
voidsetBuffered(boolean buffered)
Sets the buffered mode to the specified status.
voidsetReadOnly(boolean newStatus)
Sets the Property's read-only mode to the specified status.
voidsetRequired(boolean required)
Sets the field required.
voidsetValue(T newValue)
Sets the value of the Property.