GWT 2.3.0

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

Packages that use SimpleEditor
com.google.gwt.editor.client.adapters Adapters for the bean editor framework. 
 

Uses of SimpleEditor in com.google.gwt.editor.client.adapters
 

Methods in com.google.gwt.editor.client.adapters that return SimpleEditor
static
<T> SimpleEditor<T>
SimpleEditor.of()
          Returns a new ValueEditor that holds a null value.
static
<T> SimpleEditor<T>
SimpleEditor.of(T value)
          Returns a new ValueEditor that holds the given value.
 


GWT 2.3.0