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.mycollab.module.project.ui.components.ProjectMemberLink.java

/**
 * @author MyCollab Ltd.
 * @version 5.0.4
 */
public class ProjectMemberLink extends Label {
    public ProjectMemberLink(String username, String userAvatarId, String displayName) {

From source file com.mycollab.module.project.view.settings.component.ProjectUserLink.java

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

From source file com.mycollab.vaadin.ui.ELabel.java

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

From source file com.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.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.mycollab.vaadin.web.ui.Separator.java

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

From source file com.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.nfl.dm.clubsites.cms.articles.subapp.articleeditor.layouteditor.components.ParagraphImageLabel.java

/**
 * ParagraphImageLabel.
 */
public class ParagraphImageLabel extends Label {

    private String paragraphImageTemplate;

From source file com.nfl.dm.clubsites.cms.articles.subapp.articleeditor.layouteditor.components.ParagraphTitleLabel.java

/**
 * Created with IntelliJ IDEA.
 * User: sasha
 * Date: 26/12/13
 * Time: 15:54
 * To change this template use File | Settings | File Templates.

From source file com.terralcode.gestion.frontend.view.widgets.incomingAppointments.IncomingAppointments.java

class AppointmentDateLabel extends Label {

    public AppointmentDateLabel(Calendar cal) {
        super();
        this.addStyleName(ValoTheme.LABEL_H2);
        SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");