Example usage for com.vaadin.ui Label subclass-usage

List of usage examples for com.vaadin.ui Label subclass-usage

Introduction

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

Usage

From source file com.esofthead.mycollab.vaadin.web.ui.UserLink.java

/**
 * @author MyCollab Ltd.
 * @since 1.0
 */
public class UserLink extends Label {
    private static final long serialVersionUID = 1L;

From source file com.foc.vaadin.gui.components.FVLabel.java

@SuppressWarnings({ "serial", "unchecked" })
public class FVLabel extends Label implements FocXMLGuiComponent {

    private Attributes attributes = null;
    private FocXMLGuiComponentDelegate delegate = null;
    private String content = null;

From source file com.foc.vaadin.gui.components.FVLine.java

@SuppressWarnings("serial")
public class FVLine extends Label implements FocXMLGuiComponent {

    private Attributes attributes = null;
    private FocXMLGuiComponentDelegate delegate = null;

From source file com.github.peholmst.mvp4vaadin.ui.ViewDisplayNameLabel.java

/**
 * A label that contains the display name of a certain view. When the display
 * name changes, the label is automatically updated.
 * 
 * @author Petter Holmstrm
 * @since 1.0

From source file com.haulmont.cuba.web.toolkit.ui.CubaLabel.java

/**
 * Label widget which supports multiline strings in {@link com.vaadin.shared.ui.label.ContentMode#TEXT} mode
 *
 */
public class CubaLabel extends Label {
}

From source file com.haulmont.cuba.web.widgets.CubaCapsLockIndicator.java

public class CubaCapsLockIndicator extends Label {

    public CubaCapsLockIndicator() {
        initCapsLockIndicatorContent();
    }

From source file com.haulmont.cuba.web.widgets.CubaLabel.java

/**
 * Label widget which supports multiline strings in {@link com.vaadin.v7.shared.ui.label.ContentMode#TEXT} mode
 */
public class CubaLabel extends Label {
}

From source file com.klwork.explorer.ui.custom.PrettyTimeLabel.java

/**
 * Label that renders the given date in a human readable format. The tooltip
 * contains the date, using the default date formatting.
 * 
 * @author Frederik Heremans
 * @author Joram Barrez

From source file com.klwork.explorer.ui.task.PriorityLabel.java

/**
 * @author Joram Barrez
 */
public class PriorityLabel extends Label {

    private static final long serialVersionUID = 1L;

From source file com.mcparland.john.TagLabel.java

/**
 * A "tag" on a tag cloud.
 * 
 * @author John McParland
 * 
 */