Uses of Class
com.google.gwt.editor.client.adapters.HasDataEditor
-
Packages that use HasDataEditor Package Description com.google.gwt.editor.client.adapters Adapters for the bean editor framework. -
-
Uses of HasDataEditor in com.google.gwt.editor.client.adapters
Methods in com.google.gwt.editor.client.adapters that return HasDataEditor Modifier and Type Method Description static <T> HasDataEditor<T>
HasDataEditor. of(HasData<T> data)
Create a HasDataEditor backed by a HasData.
-