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

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

Introduction

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

Usage

From source file com.sencha.gxt.widget.core.client.form.ConverterEditorAdapter.java

/**
 * Adapter to allow an Editor to have a subeditor that acts on a {@link Converter}-modified instance of the data.
 * <p>
 * As an example, consider an {@code Order} object that has a property {@code vendorId}, which holds
 * the {@code id} property of a {@code Vendor} object. But to draw the field, the full
 * {@code Vendor} must be used in a {@code ComboBox&lt;Vendor>}: