Uses of Interface
com.google.gwt.user.client.TakesValue
Package
Description
A framework for editing bean-like objects.
Adapters for the bean editor framework.
Classes used for testing the bean editor support.
User interface adapters for the bean editor framework.
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
The date picker widget and associated types.
-
Uses of TakesValue in com.google.gwt.editor.client
Modifier and TypeInterfaceDescriptioninterface
Used to edit non-object or immutable values. -
Uses of TakesValue in com.google.gwt.editor.client.adapters
Modifier and TypeClassDescriptionclass
OptionalFieldEditor<T,
E extends Editor<? super T>> This adapter can be used when a type being edited has an optional field that may be nullified or reassigned as part of the editing process.class
SimpleEditor<T>
A trivial implementation of LeafValueEditor than can be used for "hidden" properties when composing UI-based Editors.class
Adapts theTakesValue
interface to the Editor framework.Modifier and TypeMethodDescriptionstatic <T> TakesValueEditor<T>
TakesValueEditor.of
(TakesValue<T> peer) Returns a new ValueEditor that modifies the givenTakesValue
peer instance.ModifierConstructorDescriptionprotected
TakesValueEditor
(TakesValue<T> peer) Returns a new ValueEditor that modifies the givenTakesValue
peer instance. -
Uses of TakesValue in com.google.gwt.editor.client.testing
-
Uses of TakesValue in com.google.gwt.editor.ui.client.adapters
Modifier and TypeClassDescriptionclass
Adapts the HasText interface to the Editor framework.class
Adapts theValueBoxBase
interface to the Editor framework. -
Uses of TakesValue in com.google.gwt.user.cellview.client
-
Uses of TakesValue in com.google.gwt.user.client.ui
Modifier and TypeInterfaceDescriptioninterface
Implemented by widgets that pick from a set of values.interface
HasValue<T>
ExtendsTakesValue
to allow the value to be pulled back out, and to throwValueChangeEvent
events.Modifier and TypeClassDescriptionclass
A standard check box widget.class
ExtendsValueLabel
for convenience when dealing with dates andDateTimeFormat
, especially inUiBinder
templates.class
A ValueBox that usesDoubleParser
andDoubleRenderer
.class
Represents a hidden field in an HTML form.class
A ValueBox that usesIntegerParser
andIntegerRenderer
.class
A ValueBox that usesLongParser
andLongRenderer
.class
NumberLabel<T extends Number>
ExtendsValueLabel
for convenience when dealing with numbers andNumberFormat
, especially inUiBinder
templates.class
A text box that visually masks its input to prevent eavesdropping.class
A mutually-exclusive selection radio button widget.class
A simple checkbox widget, with no label.class
A simple radio button widget, with no label.class
ASuggestBox
is a text box or text area which displays a pre-configured set of selections that match the user's input.class
A text box that allows multiple lines of text to be entered.class
A standard single-line text box.class
Abstract base class for most text entry widgets.class
AToggleButton
is a stylish stateful button which allows the user to toggle betweenup
anddown
states.class
ValueBox<T>
A text box able to parse its displayed value.class
ValueBoxBase<T>
Abstract base class for all text entry widgets.class
ValueLabel<T>
A label displaying its value through a renderer.class
ValueListBox<T>
Implementation ofHasConstrainedValue
based on aSelectElement
.class
ValuePicker<T>
Allows the user to pick a single value from a list. -
Uses of TakesValue in com.google.gwt.user.datepicker.client
Modifier and TypeClassDescriptionclass
A text box that shows aDatePicker
when the user focuses on it.class
Standard GWT date picker.