Example usage for com.google.gwt.editor.client.impl AbstractEditorDelegate subclass-usage

List of usage examples for com.google.gwt.editor.client.impl AbstractEditorDelegate subclass-usage

Introduction

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

Usage

From source file com.google.web.bindery.requestfactory.gwt.client.impl.RequestFactoryEditorDelegate.java

/**
 * Base class for generated EditorDelegates using a RequestFactory as the
 * backend.
 * 
 * @param <P> the type of Proxy
 * @param <E> the type of Editor

From source file de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDelegate.java

/**
 * A limited EditorDelegate for editing standard bean-like objects.
 *
 * @param <T> the type being editor
 * @param <E> the type of editor
 */