Example usage for com.google.gwt.editor.client EditorDriver interface-usage

List of usage examples for com.google.gwt.editor.client EditorDriver interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.editor.client EditorDriver interface-usage.

Usage

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

/**
 * The interface that links RequestFactory and the Editor framework together.
 * <p>
 * Instances of this interface are created with
 * 
 * <pre>

From source file de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver.java

/**
 * Automates editing of simple bean-like objects. The {@link EditorDelegate} provided from this
 * driver has a no-op implementation of {@link EditorDelegate#subscribe()}.
 *
 * <pre>
 * interface MyDriver extends AbstractBeanValidationEditorDriver&lt;MyObject, MyObjectEditor&gt; {