Uses of Interface
com.google.gwt.user.client.TakesValue
Packages that use 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
Subinterfaces of TakesValue in com.google.gwt.editor.clientModifier and TypeInterfaceDescriptioninterfaceUsed to edit non-object or immutable values. -
Uses of TakesValue in com.google.gwt.editor.client.adapters
Classes in com.google.gwt.editor.client.adapters that implement TakesValueModifier and TypeClassDescriptionclassOptionalFieldEditor<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.classSimpleEditor<T>A trivial implementation of LeafValueEditor than can be used for "hidden" properties when composing UI-based Editors.classAdapts theTakesValueinterface to the Editor framework.Methods in com.google.gwt.editor.client.adapters with parameters of type TakesValueModifier and TypeMethodDescriptionstatic <T> TakesValueEditor<T>TakesValueEditor.of(TakesValue<T> peer) Returns a new ValueEditor that modifies the givenTakesValuepeer instance.Constructors in com.google.gwt.editor.client.adapters with parameters of type TakesValueModifierConstructorDescriptionprotectedTakesValueEditor(TakesValue<T> peer) Returns a new ValueEditor that modifies the givenTakesValuepeer instance. -
Uses of TakesValue in com.google.gwt.editor.client.testing
Classes in com.google.gwt.editor.client.testing that implement TakesValue -
Uses of TakesValue in com.google.gwt.editor.ui.client.adapters
Classes in com.google.gwt.editor.ui.client.adapters that implement TakesValueModifier and TypeClassDescriptionclassAdapts the HasText interface to the Editor framework.classAdapts theValueBoxBaseinterface to the Editor framework. -
Uses of TakesValue in com.google.gwt.user.cellview.client
Classes in com.google.gwt.user.cellview.client that implement TakesValue -
Uses of TakesValue in com.google.gwt.user.client.ui
Subinterfaces of TakesValue in com.google.gwt.user.client.uiModifier and TypeInterfaceDescriptioninterfaceImplemented by widgets that pick from a set of values.interfaceHasValue<T>ExtendsTakesValueto allow the value to be pulled back out, and to throwValueChangeEventevents.Classes in com.google.gwt.user.client.ui that implement TakesValueModifier and TypeClassDescriptionclassA standard check box widget.classExtendsValueLabelfor convenience when dealing with dates andDateTimeFormat, especially inUiBindertemplates.classA ValueBox that usesDoubleParserandDoubleRenderer.classRepresents a hidden field in an HTML form.classA ValueBox that usesIntegerParserandIntegerRenderer.classA ValueBox that usesLongParserandLongRenderer.classNumberLabel<T extends Number>ExtendsValueLabelfor convenience when dealing with numbers andNumberFormat, especially inUiBindertemplates.classA text box that visually masks its input to prevent eavesdropping.classA mutually-exclusive selection radio button widget.classA simple checkbox widget, with no label.classA simple radio button widget, with no label.classASuggestBoxis a text box or text area which displays a pre-configured set of selections that match the user's input.classA text box that allows multiple lines of text to be entered.classA standard single-line text box.classAbstract base class for most text entry widgets.classAToggleButtonis a stylish stateful button which allows the user to toggle betweenupanddownstates.classValueBox<T>A text box able to parse its displayed value.classValueBoxBase<T>Abstract base class for all text entry widgets.classValueLabel<T>A label displaying its value through a renderer.classValueListBox<T>Implementation ofHasConstrainedValuebased on aSelectElement.classValuePicker<T>Allows the user to pick a single value from a list. -
Uses of TakesValue in com.google.gwt.user.datepicker.client
Classes in com.google.gwt.user.datepicker.client that implement TakesValueModifier and TypeClassDescriptionclassA text box that shows aDatePickerwhen the user focuses on it.classStandard GWT date picker.