
T - the type of valuepublic static class HasValue extends Object
TakesValue to allow the value to be pulled back out, and to
throw ValueChangeEvent events.
An object that implements this interface should be a user input widget, where the user and programmer can both set and get the object's value. It is intended to provide a unified interface to widgets with "atomic" values, like Strings and Dates.
Copyright © 2018. All rights reserved.