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 ru.bormoshka.tstocks.view.extensions.FontIcon.java

/**
 *
 * @author 45
 */
public class FontIcon extends Label {

From source file se.natusoft.osgi.aps.apsuseradminweb.vaadin.components.HelpText.java

/**
 * This provides a help text that becomes invisible when disabled.
 */
public class HelpText extends Label {
    //
    // Private Members

From source file se.natusoft.osgi.aps.tools.web.vaadin.components.HorizontalLine.java

/**
 * This is a component that draws a horizontal line.
 */
public class HorizontalLine extends Label {

    /**

From source file se.natusoft.osgi.aps.tools.web.vaadin.components.HTMLFileLabel.java

/**
 * This is a Label that takes a classpath relative path to an html file and loads it as label content.
 * Please note that it required XHTML!
 *
 * Any comment blocks in the html are skipped when loading.
 */

From source file ui.item.ItemDescription.java

/**
 *
 * @author azc
 */
class ItemDescription extends Label {

From source file ui.label.LifetimeLabel.java

/**
 *
 * @author azc
 */
public class LifetimeLabel extends Label {

From source file ui.label.ValueLabel.java

/**
 *
 * @author azc
 */
public class ValueLabel extends Label {

From source file ui.textField.HorizontalLine.java

/**
 *
 * @author azc
 */
public class HorizontalLine extends Label {