Java com.vaadin.data HasValue fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.data HasValue fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Implementation

com.vaadin.data.HasValue has the following implementations.
Click this link to see all its implementation.

Method

booleanisEmpty()
Returns whether this HasValue is considered to be empty.
booleanisRequiredIndicatorVisible()
Checks whether the required indicator is visible.
voidsetReadOnly(boolean readOnly)
Sets the read-only mode of this HasValue to given mode.