List of usage examples for com.google.gwt.editor.client EditorDriver interface-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<MyObject, MyObjectEditor> {