Java com.google.gwt.user.client.ui HasValue fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui HasValue fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui HasValue.

The text is from its open source code.

Implementation

com.google.gwt.user.client.ui.HasValue has the following implementations.
Click this link to see all its implementation.

Constructor

Method

HandlerRegistrationaddValueChangeHandler(ValueChangeHandler handler)
Adds a ValueChangeEvent handler.
TgetValue()
Gets this object's value.
voidsetValue(T value, boolean fireEvents)
Sets this object's value.
voidsetValue(T value)
Sets this object's value without firing any events.