Example usage for com.google.gwt.user.client.ui HasHTML interface-usage

List of usage examples for com.google.gwt.user.client.ui HasHTML interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui HasHTML interface-usage.

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 cc.alcina.framework.gwt.client.widget.InputButton.java

/**
 * Uses an input-button element, rather than a button
 */
public class InputButton extends FocusWidget implements HasHTML {
    /**
     * Creates a button with no caption.

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 com.ait.toolkit.editors.ckeditor.client.CKEditor.java

/**
 * This class provides a CKEdtior as a Widget
 * 
 * @author Damien Picard <damien.picard@axeiya.com>
 * @author Emmanuel COQUELIN <emmanuel.coquelin@axeiya.com>
 */

From source file com.apress.progwt.client.college.gui.ExternalLink.java

public class ExternalLink extends FocusWidget implements HasHTML, SourcesClickEvents, SourcesMouseEvents {

    private static native String urlEncode(String str)
    /*-{
    return escape( str );
    }-*/;

From source file com.axeiya.gwtckeditor.client.CKEditor.java

/**
 * This class provides a CKEdtior as a Widget
 * 
 * @author Damien Picard <damien.picard@axeiya.com>
 * @author Emmanuel COQUELIN <emmanuel.coquelin@axeiya.com>
 */

From source file com.bearsoft.gwt.ui.containers.window.ToolsCaption.java

/**
 * 
 * @author mg
 */
public class ToolsCaption extends FlowPanel implements HasHTML {