Uses of Class
com.google.gwt.editor.client.adapters.SimpleEditor
-
Uses of SimpleEditor in com.google.gwt.editor.client.adapters
Modifier and TypeMethodDescriptionstatic <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.