| Package | Description | 
|---|---|
| com.google.gwt.editor.client.adapters | Adapters for the bean editor framework. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> SimpleEditor<T> | SimpleEditor. of()Returns a new ValueEditor that holds a  nullvalue. | 
| static <T> SimpleEditor<T> | SimpleEditor. of(T value)Returns a new ValueEditor that holds the given value. |