List of usage examples for com.google.gwt.user.client.ui HasText interface-usage
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 asquare.gwt.tkdemo.client.ui.ClickWidget.java
/**
* A widget which supports
* {@link com.google.gwt.user.client.ui.ClickListener ClickListener}s and
* prevents selection from repeated clicking.
*
* @see LegacyClickController
From source file bufferings.ktr.wjr.client.ui.widget.WjrIconTextButton.java
/** * The icon and text button with JQueryUI theme * * @author bufferings[at]gmail.com */ public class WjrIconTextButton extends WjrAbstractButton implements HasText {
From source file bufferings.ktr.wjr.client.ui.widget.WjrIconTextLabel.java
/** * The icon and text label with JQueryUI theme * * @author bufferings[at]gmail.com */ public class WjrIconTextLabel extends Composite implements HasText {
From source file bufferings.ktr.wjr.client.ui.WjrPopupPanel.java
/** * The popup panel which is shown while the process is running. * * @author bufferings[at]gmail.com */ public class WjrPopupPanel extends Composite implements HasText {
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) {
From source file cc.alcina.framework.gwt.client.widget.Para.java
/** * * @author Nick Reddel */ public class Para extends Widget implements HasClickHandlers, HasHorizontalAlignment, HasText, HasWordWrap, HasDirection, HasHTML {
From source file cc.kune.common.client.msgs.UserMessageWidget.java
/** * The Class UserMessageWidget. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ public class UserMessageWidget extends Composite implements HasText, UserMessage {
From source file cc.kune.gspace.client.viewers.items.FolderItemWidget.java
/** * The Class FolderItemWidget. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ public class FolderItemWidget extends Composite implements HasText {