Example usage for com.google.gwt.editor.rebind AbstractEditorDriverGenerator subclass-usage

List of usage examples for com.google.gwt.editor.rebind AbstractEditorDriverGenerator subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.editor.rebind AbstractEditorDriverGenerator subclass-usage.

Usage

From source file com.google.web.bindery.requestfactory.gwt.rebind.RequestFactoryEditorDriverGenerator.java

/**
 * Generates implementations of RFEDs.
 */
public class RequestFactoryEditorDriverGenerator extends AbstractEditorDriverGenerator {

    private JClassType baseProxyType;

From source file de.knightsoftnet.validators.rebind.BeanValidationEditorDriverGenerator.java

/**
 * Generates implementations of {@link BeanValidationEditorDriver}.
 */
public class BeanValidationEditorDriverGenerator extends AbstractEditorDriverGenerator {

    @Override