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

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

Introduction

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

Usage

From source file com.haulmont.cuba.web.widgets.client.capslockindicator.CubaCapsLockIndicatorWidget.java

public class CubaCapsLockIndicatorWidget extends VLabel implements CapsLockChangeHandler {

    protected String capsLockOnMessage = null;
    protected String capsLockOffMessage = null;

    @Override