Example usage for com.google.gwt.user.client.ui Label subclass-usage

List of usage examples for com.google.gwt.user.client.ui Label subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui Label subclass-usage.

Usage

From source file org.rstudio.core.client.widget.HyperlinkLabel.java

public class HyperlinkLabel extends Label {
    public HyperlinkLabel() {
        super();
        this.setStyleName("rstudio-HyperlinkLabel");
    }

From source file org.rstudio.core.client.widget.MultiLineLabel.java

public class MultiLineLabel extends Label {
    public MultiLineLabel() {
    }

    public MultiLineLabel(String text) {
        super(text);

From source file org.rstudio.core.client.widget.SpanLabel.java

public class SpanLabel extends Label {
    public SpanLabel() {
        this("", true);
    }

    public SpanLabel(String label, boolean wordWrap) {

From source file org.rstudio.core.client.widget.ToolbarLabel.java

public class ToolbarLabel extends Label {
    public ToolbarLabel(String text) {
        super(text);
        commonInit();
    }

From source file org.sonar.gwt.ui.Loading.java

public class Loading extends Label {
    public Loading() {
        this("loading...");
    }

    public Loading(String text) {

From source file org.spiffyui.client.widgets.FormFeedback.java

/**
 * This widget shows an icon to give feedback on form fields
 */
public class FormFeedback extends Label {
    /**
     * Feedback status warning

From source file org.ssgwt.client.ui.radioBox.BooleanLabel.java

/**
 * This class is to be used simply for the adding of a label to a 
 * radio button on the RadioBoxComponent to return a set boolean.
 * 
 * @author Alec Erasmus <Alec.Erasmus@a24group.com>
 * @since 04 Dec 2012

From source file org.ssgwt.client.ui.radioBox.DateLabel.java

/**
 * This class is to be used simply for the adding of a label to a
 * radio button on the RadioBoxComponent to return a set date.
 * 
 * @author Ruan Naude <ruan.naude@a24group.com>
 * @since 03 Dec 2012

From source file org.thechiselgroup.biomixer.client.core.resources.ui.ResourceSetAvatar.java

public class ResourceSetAvatar extends Label implements Disposable {

    protected static final String CSS_AVATAR_DISABLED = "avatar-disabled";

    protected static final String CSS_CLASS = "avatar";

From source file org.thechiselgroup.choosel.core.client.resources.ui.ResourceSetAvatar.java

public class ResourceSetAvatar extends Label implements Disposable {

    protected static final String CSS_AVATAR_DISABLED = "avatar-disabled";

    protected static final String CSS_CLASS = "avatar";