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

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

Introduction

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

Usage

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

/** Standard GWT hyperlink with late updating of the token. */
public class InlineHyperlink extends com.google.gwt.user.client.ui.InlineHyperlink {
    /**
     * Creates a link with its text and target history token specified.
     *
     * @param text the hyperlink's text

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

public class ProjectSearchLink extends InlineHyperlink {

    public ProjectSearchLink(Project.NameKey projectName) {
        super(" ", PageLinks.toProjectDashboard(projectName, "default"));
        setTitle(Util.C.projectListQueryLink());
        final Image image = new Image(Gerrit.RESOURCES.queryIcon());

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

public class PlaceInlineHyperlink extends InlineHyperlink {

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

    public PlaceInlineHyperlink() {
    }

From source file com.wallissoftware.pushstate.client.ui.InlineHyperlinkPushState.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 de.barop.gwt.client.ui.InlineHyperlinkPushState.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.