GWT 2.7.0

Uses of Class
com.google.gwt.editor.client.adapters.TakesValueEditor

Packages that use TakesValueEditor
com.google.gwt.editor.client.adapters Adapters for the bean editor framework. 
com.google.gwt.editor.ui.client.adapters User interface adapters for the bean editor framework. 
com.google.gwt.user.client.ui 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 TakesValueEditor
static
<T> TakesValueEditor<T>
TakesValueEditor.of(TakesValue<T> peer)
          Returns a new ValueEditor that modifies the given TakesValue peer instance.
 

Uses of TakesValueEditor in com.google.gwt.editor.ui.client.adapters
 

Subclasses of TakesValueEditor in com.google.gwt.editor.ui.client.adapters
 class ValueBoxEditor<T>
          Adapts the ValueBoxBase 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 TakesValueEditor
 TakesValueEditor<T> ValueListBox.asEditor()
          Returns a TakesValueEditor backed by the ValueListBox.
 


GWT 2.7.0