GWT 2.7.0

Uses of Package
com.google.gwt.editor.client.adapters

Packages that use com.google.gwt.editor.client.adapters
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.client.ui Widgets, Panels, and other user-interface classes. 
 

Classes in com.google.gwt.editor.client.adapters used by com.google.gwt.editor.client.adapters
EditorSource
          An entity capable of creating and destroying instances of Editors.
HasDataEditor
          Adapts the HasData interface to the Editor framework.
ListEditor
          Manages a list of objects and their associated Editors.
OptionalFieldEditor
          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.
SimpleEditor
          A trivial implementation of LeafValueEditor than can be used for "hidden" properties when composing UI-based Editors.
TakesValueEditor
          Adapts the TakesValue interface to the Editor framework.
 

Classes in com.google.gwt.editor.client.adapters used by com.google.gwt.editor.client.testing
EditorSource
          An entity capable of creating and destroying instances of Editors.
 

Classes in com.google.gwt.editor.client.adapters used by com.google.gwt.editor.ui.client.adapters
TakesValueEditor
          Adapts the TakesValue interface to the Editor framework.
 

Classes in com.google.gwt.editor.client.adapters used by com.google.gwt.user.client.ui
TakesValueEditor
          Adapts the TakesValue interface to the Editor framework.
 


GWT 2.7.0