List of usage examples for com.google.gwt.user.client.ui Label subclass-usage
From source file org.uberfire.wbtest.client.resize.ResizeTestWidget.java
/** * A widget that reports its current size as its textual content. The text is updated on every call to * {@link #onResize()}. */ public class ResizeTestWidget extends Label implements RequiresResize, ProvidesResize {
From source file org.unitime.timetable.gwt.client.aria.ClickableHint.java
/** * @author Tomas Muller */ public class ClickableHint extends Label implements HasAriaLabel, Focusable { public ClickableHint(String text) {
From source file org.utgenome.gwt.utgb.client.ui.FixedWidthLabel.java
/**
* A text label that fits a specified with
*
* @author leo
*
*/
From source file org.utgenome.gwt.utgb.client.ui.FormLabel.java
public class FormLabel extends Label { public FormLabel() { setStyleName("label"); }
From source file org.waveprotocol.wave.client.widget.common.Button.java
public class Button extends Label { /** * Flag if button is enabled */ protected boolean enabled = false;
From source file strat.mining.multipool.stats.client.component.RefreshLabel.java
public class RefreshLabel extends Label { private static final DateTimeFormat timeFormatter = DateTimeFormat.getFormat("m:ss"); private Timer refreshedTimer;
From source file topshelf.gwt.leaflet.client.Leaflet.java
public class Leaflet extends Label { private static final String defaultAttribution = "Map data © <a href=\"http://openstreetmap.org\">OpenStreetMap</a> contributors, <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA</a>, Imagery <a href=\"http://cloudmade.com\">CloudMade</a>"; private static String apiKey = null; private static String proxyUrl = null; private static String leafletBase = GWT.getModuleName();
From source file tv.dyndns.kishibe.qmaclone.client.ui.ClickableLabel.java
public class ClickableLabel extends Label implements MouseOverHandler, MouseOutHandler { private static final String CLICKABLE = "clickable"; private static final String CLICKABLE_ENTER = "clickableEnter"; private boolean enabled = true; public ClickableLabel(String text, ClickHandler clickHandler) {
From source file uk.ac.ebi.fg.annotare2.web.gwt.editor.client.view.widget.AutoSaveLabel.java
/** * @author Olga Melnichuk */ public class AutoSaveLabel extends Label { public void hide() {
From source file web.diva.client.unused.RankBtn.java
/** * * @author Yehia Farag */ public class RankBtn extends Label {