public class

HasDataEditor

extends ListEditor<T, E extends Editor<T>>
java.lang.Object
   ↳ com.google.gwt.editor.client.adapters.ListEditor<T, E extends com.google.gwt.editor.client.Editor<T>>
     ↳ com.google.gwt.editor.client.adapters.HasDataEditor<T>

Class Overview

Adapts the HasData interface to the Editor framework.

Summary

Public Methods
static <T> HasDataEditor<T> of(HasData<T> data)
Create a HasDataEditor backed by a HasData.
[Expand]
Inherited Methods
From class com.google.gwt.editor.client.adapters.ListEditor
From class java.lang.Object
From interface com.google.gwt.editor.client.CompositeEditor
From interface com.google.gwt.editor.client.HasEditorDelegate
From interface com.google.gwt.editor.client.ValueAwareEditor

Public Methods

public static HasDataEditor<T> of (HasData<T> data)

Create a HasDataEditor backed by a HasData.

Parameters
data the HasData that is displaying the data
Returns
  • a instance of a HasDataEditor