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.ui.ELabel.java

/**
 * @author MyCollab Ltd.
 * @since 5.0.3
 */
public class ELabel extends Label {
    public ELabel() {

From source file com.esofthead.mycollab.vaadin.ui.FontIconLabel.java

/**
 * @author MyCollab Ltd.
 * @since 5.0.0
 */
public class FontIconLabel extends Label {
    public FontIconLabel(FontAwesome icon) {

From source file com.esofthead.mycollab.vaadin.ui.HeaderWithFontAwesome.java

/**
 * @author MyCollab Ltd.
 * @since 5.0.1
 */
public class HeaderWithFontAwesome extends Label {
    private FontAwesome iconFont;

From source file com.esofthead.mycollab.vaadin.ui.LabelLink.java

/**
 * @author MyCollab Ltd.
 * @since 4.0
 */
public class LabelLink extends Label {

From source file com.esofthead.mycollab.vaadin.ui.ProgressPercentageIndicator.java

/**
 * 
 * @author MyCollab Ltd.
 * @since 2.0
 * 
 */

From source file com.esofthead.mycollab.vaadin.ui.SafeHtmlLabel.java

/**
 * @author MyCollab Ltd.
 * @since 5.0.3
 */
public class SafeHtmlLabel extends Label {
    public SafeHtmlLabel(String value) {

From source file com.esofthead.mycollab.vaadin.ui.Separator.java

/**
 * 
 * @author MyCollab Ltd.
 * @since 2.0
 * 
 */

From source file com.esofthead.mycollab.vaadin.ui.UrlDetectableLabel.java

/**
 * 
 * @author MyCollab Ltd.
 * @since 2.0
 * 
 */

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

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

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

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