Java com.vaadin.shared.ui ValueChangeMode fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.shared.ui ValueChangeMode fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

ValueChangeModeEAGER
Fires a server-side event every time the client-side value changes.
ValueChangeModeLAZY
On every user event, schedule a server-side event after a defined interval, cancelling the currently-scheduled event if any.