Interface HasValueChangeMode

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractNumberField, BigDecimalField, EmailField, Input, IntegerField, NumberField, PasswordField, RangeInput, RichTextEditor, TextArea, TextField, TextFieldBase

public interface HasValueChangeMode extends Serializable
Denotes that the component is able to change the way its value on the client side is synchronized with the server side.

A class implementing this interface should typically also implement HasValue even though this is not required on the API level.

Since:
1.0.
Author:
Vaadin Ltd
See Also: