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 org.eclipse.hawkbit.ui.management.footer.CountMessageLabel.java

/**
 * Count message label which display current filter details and details on
 * pinning.
 */
public class CountMessageLabel extends Label {
    private static final long serialVersionUID = -1533826352473259653L;

From source file org.eclipse.hawkbit.ui.rollout.rolloutgrouptargets.RolloutGroupTargetsCountLabelMessage.java

/**
 * Count message label for the targets of the rollout group.
 */
public class RolloutGroupTargetsCountLabelMessage extends Label {

    private static final long serialVersionUID = -3876685878918411453L;

From source file org.jpos.server.ui.XLabel.java

public class XLabel extends Label {
}

From source file org.metawidget.vaadin.ui.widgetbuilder.LookupLabel.java

/**
 * Label whose values display using a lookup.
 * 
 * @author <a href="http://kennardconsulting.com">Richard Kennard</a>
 */

From source file org.opencms.ui.components.CmsResourceIcon.java

/**
 * Displays the resource icon and state and lock info.<p>
 * Important: To avoid issues with click event propagation within tables, we are required to extent the Label component.
 */
public class CmsResourceIcon extends Label {

From source file org.s23m.cell.editor.semanticdomain.ui.components.StyledLabel.java

@SuppressWarnings("serial")
public class StyledLabel extends Label {

    public static final String VALUE_TAG_STYLE = "value-tag";

    public static final String NAME_TAG_STYLE = "name-tag";

From source file org.vaadin.alump.offlinebuilder.OfflineLabel.java

/**
 * Created by alump on 09/06/14.
 */
public class OfflineLabel extends Label implements OfflineComponent {

    public OfflineLabel() {

From source file org.vaadin.maddon.label.Header.java

/**
 * Label whose content is wrapped in an H1,H2,H3.. element.
 *
 * Uses Jsoup for sanitation. Only text by default.
 */
public class Header extends Label {

From source file org.vaadin.maddon.label.RichText.java

/**
 * XSS safe rich text label with either Markdown syntax or raw html (sanitized
 * with Jsoup).
 *
 * By default jsoups Whitelist.relaxed is used for sanitizing.
 */

From source file org.vaadin.miki.itemgrid.NonEmptyLabel.java

/**
 * Workaround for an incorrect height of a cell that contains an empty string. Whenever value of this label is empty, it becomes a zero-width space instead.
 * 
 * @author miki
 * 
 */