Uses of Class
com.google.gwt.editor.client.adapters.TakesValueEditor
Packages that use TakesValueEditor
Package
Description
Adapters for the bean editor framework.
User interface adapters for the bean editor framework.
Widgets, Panels, and other user-interface classes.
-
Uses of TakesValueEditor in com.google.gwt.editor.client.adapters
Methods in com.google.gwt.editor.client.adapters that return TakesValueEditorModifier and TypeMethodDescriptionstatic <T> TakesValueEditor
<T> TakesValueEditor.of
(TakesValue<T> peer) Returns a new ValueEditor that modifies the givenTakesValue
peer instance. -
Uses of TakesValueEditor in com.google.gwt.editor.ui.client.adapters
Subclasses of TakesValueEditor in com.google.gwt.editor.ui.client.adaptersModifier and TypeClassDescriptionclass
Adapts theValueBoxBase
interface to the Editor framework. -
Uses of TakesValueEditor in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return TakesValueEditorModifier and TypeMethodDescriptionValueListBox.asEditor()
Returns aTakesValueEditor
backed by the ValueListBox.