Example usage for com.google.gwt.editor.ui.client.adapters ValueBoxEditor subclass-usage

List of usage examples for com.google.gwt.editor.ui.client.adapters ValueBoxEditor subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.editor.ui.client.adapters ValueBoxEditor subclass-usage.

Usage

From source file de.knightsoftnet.validators.client.decorators.ExtendedValueBoxEditor.java

public class ExtendedValueBoxEditor<T> extends ValueBoxEditor<T> {

    private final ExtendedValueBoxEditorMessages messages;

    private final TakesValue<T> takesValues;
    private EditorDelegate<T> delegate;