Example usage for com.vaadin.client VTooltip subclass-usage

List of usage examples for com.vaadin.client VTooltip subclass-usage

Introduction

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

Usage

From source file com.haulmont.cuba.web.toolkit.ui.client.tooltip.CubaTooltip.java

public class CubaTooltip extends VTooltip {

    public static final String REQUIRED_INDICATOR = "v-required-field-indicator";
    public static final String ERROR_INDICATOR = "v-errorindicator";

    // If required indicators are not visible we show tooltip on mouse hover otherwise only by mouse click

From source file com.haulmont.cuba.web.widgets.client.tooltip.CubaTooltip.java

public class CubaTooltip extends VTooltip {

    public static final String REQUIRED_INDICATOR = "v-required-field-indicator";
    public static final String ERROR_INDICATOR = "v-errorindicator";

    // If required indicators are not visible we show tooltip on mouse hover otherwise only by mouse click

From source file org.vaadin.alump.offlinebuilder.client.OTooltip.java

/**
 * Few changes required to VTooltip
 */
public class OTooltip extends VTooltip {

    private final static Logger logger = Logger.getLogger(OTooltip.class.getName());