Uses of Interface
com.google.gwt.user.client.TakesValue
-
Packages that use TakesValue Package Description com.google.gwt.editor.client A framework for editing bean-like objects.com.google.gwt.editor.client.adapters Adapters for the bean editor framework.com.google.gwt.editor.client.testing Classes used for testing the bean editor support.com.google.gwt.editor.ui.client.adapters User interface adapters for the bean editor framework.com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes.com.google.gwt.user.datepicker.client The date picker widget and associated types. -
-
Uses of TakesValue in com.google.gwt.editor.client
Subinterfaces of TakesValue in com.google.gwt.editor.client Modifier and Type Interface Description interfaceLeafValueEditor<T>Used 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 TakesValue Modifier and Type Class Description classOptionalFieldEditor<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.classTakesValueEditor<T>Adapts theTakesValueinterface to the Editor framework.Methods in com.google.gwt.editor.client.adapters with parameters of type TakesValue Modifier and Type Method Description static <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 TakesValue Constructor Description TakesValueEditor(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 Modifier and Type Class Description classFakeLeafValueEditor<T>A no-op Editor. -
Uses of TakesValue in com.google.gwt.editor.ui.client.adapters
Classes in com.google.gwt.editor.ui.client.adapters that implement TakesValue Modifier and Type Class Description classHasTextEditorAdapts the HasText interface to the Editor framework.classValueBoxEditor<T>Adapts 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 Modifier and Type Class Description classCellWidget<C> -
Uses of TakesValue in com.google.gwt.user.client.ui
Subinterfaces of TakesValue in com.google.gwt.user.client.ui Modifier and Type Interface Description interfaceHasConstrainedValue<T>Implemented 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 TakesValue Modifier and Type Class Description classCheckBoxA standard check box widget.classDateLabelExtendsValueLabelfor convenience when dealing with dates andDateTimeFormat, especially inUiBindertemplates.classDoubleBoxA ValueBox that usesDoubleParserandDoubleRenderer.classHiddenRepresents a hidden field in an HTML form.classIntegerBoxA ValueBox that usesIntegerParserandIntegerRenderer.classLongBoxA ValueBox that usesLongParserandLongRenderer.classNumberLabel<T extends java.lang.Number>ExtendsValueLabelfor convenience when dealing with numbers andNumberFormat, especially inUiBindertemplates.classPasswordTextBoxA text box that visually masks its input to prevent eavesdropping.classRadioButtonA mutually-exclusive selection radio button widget.classSimpleCheckBoxA simple checkbox widget, with no label.classSimpleRadioButtonA simple radio button widget, with no label.classSuggestBoxASuggestBoxis a text box or text area which displays a pre-configured set of selections that match the user's input.classTextAreaA text box that allows multiple lines of text to be entered.classTextBoxA standard single-line text box.classTextBoxBaseAbstract base class for most text entry widgets.classToggleButtonAToggleButtonis 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 TakesValue Modifier and Type Class Description classDateBoxA text box that shows aDatePickerwhen the user focuses on it.classDatePickerStandard GWT date picker.
-