Example usage for com.vaadin.v7.client.ui VCustomField subclass-usage

List of usage examples for com.vaadin.v7.client.ui VCustomField subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.v7.client.ui VCustomField subclass-usage.

Usage

From source file com.haulmont.cuba.web.widgets.client.resizabletextarea.CubaResizableTextAreaWrapperWidget.java

public class CubaResizableTextAreaWrapperWidget extends VCustomField {

    public static final String RESIZE_ELEMENT = "c-resizabletextarea-resize-corner";

    protected boolean dragDrop = false;
    protected boolean enabled = true;