Uses of Class
com.google.gwt.editor.client.adapters.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
Modifier 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
Modifier and TypeClassDescriptionclass
Adapts theValueBoxBase
interface to the Editor framework. -
Uses of TakesValueEditor in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionValueListBox.asEditor()
Returns aTakesValueEditor
backed by the ValueListBox.