Uses of Class
com.google.gwt.editor.client.adapters.SimpleEditor
-
Packages that use SimpleEditor Package Description 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 Modifier and Type Method Description static <T> SimpleEditor<T>
SimpleEditor. of()
Returns a new ValueEditor that holds anull
value.static <T> SimpleEditor<T>
SimpleEditor. of(T value)
Returns a new ValueEditor that holds the given value.
-