Example usage for com.google.gwt.user.client.ui Hyperlink subclass-usage

List of usage examples for com.google.gwt.user.client.ui Hyperlink subclass-usage

Introduction

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

Usage

From source file ch.systemsx.cisd.openbis.generic.client.web.client.application.ui.widget.InlineHyperlink.java

/**
 * A {@link Hyperlink} widget extension that changes default display style from block to inline and
 * keeps no history token.
 * 
 * @author Piotr Buczek
 */

From source file com.cubusmail.client.widgets.ImageHyperlink.java

/**
 * Image hyperlink implementation with right and left button handlers.
 * 
 * @author Juergen Schlierf
 */
public class ImageHyperlink extends Hyperlink {

From source file com.cubusmail.gwtui.client.widgets.ImageHyperlink.java

/**
 * Image hyperlink implementation with right and left button listener.
 * 
 * @author Juergen Schlierf
 */
public class ImageHyperlink extends Hyperlink {

From source file com.google.gerrit.client.ui.Hyperlink.java

/** Standard GWT hyperlink with late updating of the token. */
public class Hyperlink extends com.google.gwt.user.client.ui.Hyperlink {
    static final HyperlinkImpl impl = GWT.create(HyperlinkImpl.class);

    /** Initialize a default hyperlink with no target and no text. */
    public Hyperlink() {

From source file com.guit.client.place.PlaceHyperlink.java

public class PlaceHyperlink extends Hyperlink {

    private static final PlaceManager placeManager = GuitEntryPoint.getPlaceManager();

    public PlaceHyperlink() {
    }

From source file com.puzzlebazar.client.ui.ImageHyperlink.java

/**
 * @author Philippe Beaudoin
 */
public class ImageHyperlink extends Hyperlink {

    public ImageHyperlink() {

From source file com.smvp4g.mvp.client.widget.MenuLink.java

/**
 * This widget using like @Hyperlink. But it useful for Menu.
 *
 * @author Nguyen Duc Dung
 * @since 8/17/11, 8:00 PM
 */

From source file com.wallissoftware.pushstate.client.ui.HyperlinkPushState.java

/**
 * Widget that is an internal hyperlink and supports HTML5 pushState.
 * 
 * <p>
 * It extends GWT's original {@link InlineHyperlink} and moves the history token from the hash to
 * the path.

From source file com.zarcode.client.ImageHyperlink.java

public class ImageHyperlink extends Hyperlink implements SourcesMouseEvents {

    private MouseListenerCollection mouseListeners;

    public ImageHyperlink(Image img) {
        this(img, "");

From source file de.barop.gwt.client.ui.HyperlinkPushState.java

/**
 * Widget that is an internal hyperlink and supports HTML5 pushState.
 * 
 * <p>
 * It extends GWT's original {@link InlineHyperlink} and moves the history token from the hash to
 * the path.