List of usage examples for com.google.gwt.user.client.ui Widget subclass-usage
From source file amdb.client.slider.Slider.java
/**
* This widget wraps the JQuery UI Slider
* and allows for single slider or double slider with range.
*
* All options can be get or set using generic get/setIntOption, get/setStringOption, get/setBooleanOption
* methods, but some convenience methods are provided for most popular such as
From source file annis.gui.widgets.gwt.client.ui.VJITWrapper.java
/** * * @author Benjamin Weienfels <b.pixeldrama@gmail.com> */ public class VJITWrapper extends Widget implements Paintable {
From source file annis.gui.widgets.gwt.client.ui.VMediaPlayerBase.java
/** * * @author Thomas Krause <thomas.krause@alumni.hu-berlin.de> */ public class VMediaPlayerBase extends Widget implements Paintable { public static final String PLAY = "play";
From source file asquare.gwt.tk.client.ui.CWidget.java
/** * A widget base class which supports pluggable controllers. * * @see asquare.gwt.tk.client.ui.behavior.Controller */ public class CWidget extends Widget implements ControllerSupport {
From source file asquare.gwt.tk.client.ui.ExternalHyperLink.java
/**
* An anchor linking to a page (or resource) external to the application.
* Clicking the hyperlink will result in the GWT application being
* unloaded unless you specify a target frame, window or "_blank".
*
* <h3>Example usage</h3>
From source file asquare.gwt.tk.client.ui.SimpleHyperLink.java
/**
* Just a simple anchor. No DIV, no history tokens showing up in the browser URL.
*
* <h3>CSS Style Rules</h3>
* <ul class='css'>
* <li>.tk-SimpleHyperLink { }</li>
From source file ca.nanometrics.gflot.client.SimplePlot.java
/** * @author AlexanderDeleon */ public class SimplePlot extends Widget implements PlotWidget { private static final int DEFAULT_WIDTH = 600;
From source file cc.alcina.framework.gwt.client.widget.complex.ProgressBar.java
/**
* A widget that displays progress on an arbitrary scale.
*
* <h3>CSS Style Rules</h3>
* <ul class='css'>
* <li>.alcina-ProgressBar-shell { primary style }</li>
From source file cc.alcina.framework.gwt.client.widget.FormLabel.java
/** * * @author Nick Reddel */ public class FormLabel extends Widget implements HasClickHandlers { /**
From source file cc.alcina.framework.gwt.client.widget.Link.java
/** * * @author Nick Reddel */ public class Link<T> extends Widget implements HasHTML, HasEnabled, HasClickHandlers, HasItem<T>, HasText { public static Link createHashHref(String text, String token) {