Uses of Class
com.google.gwt.editor.client.adapters.ListEditor
-
Packages that use ListEditor Package Description com.google.gwt.editor.client.adapters Adapters for the bean editor framework. -
-
Uses of ListEditor in com.google.gwt.editor.client.adapters
Subclasses of ListEditor in com.google.gwt.editor.client.adapters Modifier and Type Class Description classHasDataEditor<T>Adapts the HasData interface to the Editor framework.Methods in com.google.gwt.editor.client.adapters that return ListEditor Modifier and Type Method Description static <T,E extends Editor<? super T>>
ListEditor<T,E>ListEditor. of(EditorSource<E> source)Create a ListEditor backed by an EditorSource.
-