List of usage examples for com.google.gwt.user.client.ui Label subclass-usage
From source file edu.ucla.loni.pipeline.client.Upload.Features.LONIDragandDropLabel.java
/** * Constructs a Drag and Drop Label for the Web interface */ public class LONIDragandDropLabel extends Label { private final Uploader uploader;
From source file es.deusto.weblab.client.ui.widgets.WlTimer.java
public class WlTimer extends Label implements IWlWidget { public static final int DEFAULT_START_VALUE = 5; public static final String DEFAULT_STYLE = "wl-time_remaining"; public interface IWlTimerFinishedCallback {
From source file es.deusto.weblab.client.ui.widgets.WlWaitingLabel.java
public class WlWaitingLabel extends Label implements IWlWidget { private static final int MOVING_TIME = 500; private static final int MAX_DOTS = 3; //private final Label label = this;
From source file fr.aliasource.webmail.client.conversations.ParticipantsWidget.java
public class ParticipantsWidget extends Label { private HandlerRegistration registration; public ParticipantsWidget(View ui, Conversation conversation, ClickHandler cl) { super(conversation.getParticipantsAbrev(), false);
From source file fr.onevu.gwt.uibinder.test.client.EnumeratedLabel.java
/** * A label that has an enum, to test UiBinder enum parsing. */ public class EnumeratedLabel extends Label { /**
From source file fr.onevu.gwt.uibinder.test.client.NeedlesslyAnnotatedLabel.java
/** * A widget with a UiConstructor annotation that it doesn't need, to confirm * these work. */ public class NeedlesslyAnnotatedLabel extends Label { @UiConstructor
From source file geogebra.web.gui.view.algebra.GroupNameLabel.java
/**
* InlineLabelTreeItem for the openable tree nodes of the algebra view
*
* File created by Arpad Fekete
*/
From source file gwtupload.client.dnd.DropZoneFileInput.java
/** * @author Sultan Tezadov * @author Manolo Carrasco Moino */ public class DropZoneFileInput extends Label implements HasAllDragAndDropHandlers, IFileInput, IDragAndDropFileInput {
From source file gwtupload.client.DropZoneFileInput.java
/** * @author Sultan Tezadov */ public class DropZoneFileInput extends Label implements IDropZone, IFileInput, IDragAndDropFileInput { boolean i18n = true;
From source file io.apiman.manager.ui.client.local.pages.AbstractRedirectPage.java
/** * Base class for all pages that simply redirect somewhere else. * * @author eric.wittmann@redhat.com */ public abstract class AbstractRedirectPage extends Label {