Example usage for com.vaadin.client.ui VTextArea subclass-usage

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

Introduction

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

Usage

From source file com.haulmont.cuba.web.toolkit.ui.client.textarea.CubaTextAreaWidget.java

public class CubaTextAreaWidget extends VTextArea {
    protected static final String CUBA_DISABLED_OR_READONLY = "c-disabled-or-readonly";
    protected static final String PROMPT_STYLE = "prompt";
    protected static final String CUBA_EMPTY_VALUE = "c-empty-value";

    protected static final String CASE_CONVERSION_MODE_NONE = "NONE";

From source file com.haulmont.cuba.web.widgets.client.textarea.CubaTextAreaWidget.java

public class CubaTextAreaWidget extends VTextArea {
    protected static final String CUBA_DISABLED_OR_READONLY = "c-disabled-or-readonly";
    protected static final String PROMPT_STYLE = "prompt";
    protected static final String CUBA_EMPTY_VALUE = "c-empty-value";

    protected static final String CASE_CONVERSION_MODE_NONE = "NONE";