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 io.apiman.manager.ui.client.local.widgets.DropZone.java

/**
 * A simple div drop-zone. This allows users to drag and drop files form their
 * computer onto this widget.
 * 
 * @author eric.wittmann@redhat.com
 */

From source file io.apiman.manager.ui.client.local.widgets.InlineEditableLabelOverlay.java

/**
 * The overlay on top of an inline editable label.
 *
 * @author eric.wittmann@redhat.com
 */
public class InlineEditableLabelOverlay extends Label implements HasMouseInHandlers, HasMouseOutHandlers {

From source file name.cphillipson.experimental.gwt.client.module.common.widget.suggest.FormFeedback.java

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

From source file net.easysmarthouse.ui.webui.client.view.widget.SliderLabel.java

/**
 *
 * @author rusakovich
 */
public class SliderLabel extends Label implements SliderListener {

From source file net.husoftware.client.spike.DragDropLabel.java

public class DragDropLabel extends Label {
    private static DragDropLabel dragging = null;

    final boolean droppable;

    public DragDropLabel(String text, boolean draggable, boolean droppable) {

From source file net.sf.gudoku.client.widget.DoubleClickLabel.java

/**
 * @author <a href="mailto:juergen@jdufner.de">J&uuml;rgen Dufner</a>
 * @since 0.1
 * @version $Revision: 1.2 $
 */
public class DoubleClickLabel extends Label {

From source file nl.strohalm.cyclos.mobile.client.ui.widgets.LabelField.java

/**
 * A label which has a custom style.
 */
public class LabelField extends Label {

    public LabelField() {

From source file olanto.myTerm.client.Forms.LabelMyTerm.java

/**
 *
 * @author nizar ghoula simple
 */
public class LabelMyTerm extends Label {

From source file org.activityinfo.ui.client.component.formdesigner.palette.DnDLabel.java

/**
 * @author yuriyz on 12/05/2014.
 */
public class DnDLabel extends Label {

    private final Template template;

From source file org.apache.hupa.widgets.ui.ToolTip.java

/**
 * A ToolTip which is shown a configured time before get destroyed
 *
 *
 */
public class ToolTip extends Label {