List of usage examples for com.vaadin.ui Label subclass-usage
From source file org.vaadin.spinkit.SpinnerLabel.java
/** * Add-on can be fully server-side (with or without UI components) or have client-side widgets. */ public class SpinnerLabel extends Label { private SpinnerType spinnerType;
From source file org.vaadin.spring.mvp.FooView.java
public class FooView extends Label { private static final long serialVersionUID = -7208000829874666838L; }
From source file org.vaadin.spring.samples.navigation.ViewScopedComponent.java
/**
* Example of a view scoped UI component that can be injected into a view.
*
* @author Petter Holmstrm (petter@vaadin.com)
*/
@ViewScope
From source file org.vaadin.viritin.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.viritin.label.MLabel.java
/** * Fluent Label */ public class MLabel extends Label { public MLabel() {
From source file org.vaadin.viritin.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. This can be
* overridden by returning custom whitelist with getWhitelist method.
From source file probe.com.view.core.FilterConfirmLabel.java
/** * * @author Yehia Farag */ public class FilterConfirmLabel extends Label implements Serializable {
From source file probe.com.view.core.jfreeutil.SquaredDot.java
/** * * @author Yehia Farag */ public class SquaredDot extends Label implements Comparable<Label> {
From source file probe.com.view.core.LableTimer.java
/** * * @author yfa041 */ public class LableTimer extends com.vaadin.ui.Label { /**
From source file probe.com.view.core.ShowMiniLabel.java
/** * * @author y-mok_000 */ public class ShowMiniLabel extends Label implements Serializable {