Example usage for com.google.gwt.editor.client.adapters EditorSource subclass-usage

List of usage examples for com.google.gwt.editor.client.adapters EditorSource subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.editor.client.adapters EditorSource subclass-usage.

Usage

From source file com.google.gwt.editor.client.testing.FakeEditorSource.java

/**
 * A trivial implementation of {@link EditorSource} that creates
 * {@link FakeLeafValueEditor} instances.
 * 
 * @param <T> the type being edited
 */