public static final class Html.Link
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
defaultLabelHtml
The "default label" for the link; typically it not only depends on the link target, but also on the link
source.
|
java.lang.String |
href
null if the bare label should be displayed instead of a link |
| Constructor and Description |
|---|
Link(java.lang.String href,
java.lang.String defaultLabelHtml) |
@Nullable public final java.lang.String href
null if the bare label should be displayed instead of a linkpublic final java.lang.String defaultLabelHtml
public Link(@Nullable java.lang.String href, java.lang.String defaultLabelHtml)