Java com.google.gwt.user.client.ui InlineHyperlink fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui InlineHyperlink fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui InlineHyperlink.

The text is from its open source code.

Subclass

com.google.gwt.user.client.ui.InlineHyperlink has subclasses.
Click this link to see all its subclasses.

Constructor

InlineHyperlink(SafeHtml html, String targetHistoryToken)
Creates a hyperlink with its html and target history token specified.
InlineHyperlink(String text, String targetHistoryToken)
Creates a hyperlink with its text and target history token specified.
InlineHyperlink(SafeHtml html, Direction dir, String targetHistoryToken)
Creates a hyperlink with its html and target history token specified.
InlineHyperlink(SafeHtml html, DirectionEstimator directionEstimator, String targetHistoryToken)
Creates a hyperlink with its html and target history token specified.
InlineHyperlink(String text, Direction dir, String targetHistoryToken)
Creates a hyperlink with its text and target history token specified.
InlineHyperlink(String text, DirectionEstimator directionEstimator, String targetHistoryToken)
Creates a hyperlink with its text and target history token specified.
InlineHyperlink(String text, boolean asHTML, String targetHistoryToken)
Creates a hyperlink with its text and target history token specified.

Method

StringgetTargetHistoryToken()
Gets the history token referenced by this hyperlink.
voidsetHTML(SafeHtml html)
voidsetTargetHistoryToken(String targetHistoryToken)
Sets the history token referenced by this hyperlink.