# Print output for @column tags ?>
public
static
class
TextLinks.TextLinkSpan
extends ClickableSpan
| java.lang.Object | |||
| ↳ | android.text.style.CharacterStyle | ||
| ↳ | android.text.style.ClickableSpan | ||
| ↳ | android.view.textclassifier.TextLinks.TextLinkSpan | ||
A ClickableSpan for a TextLink.
Applies only to TextViews.
Public constructors | |
|---|---|
TextLinkSpan(TextLinks.TextLink textLink)
|
|
Public methods | |
|---|---|
final
TextLinks.TextLink
|
getTextLink()
|
void
|
onClick(View widget)
Performs the click action associated with this span. |
Inherited methods | |
|---|---|
public TextLinkSpan (TextLinks.TextLink textLink)
| Parameters | |
|---|---|
textLink |
TextLinks.TextLink: This value cannot be null. |
public void onClick (View widget)
Performs the click action associated with this span.
| Parameters | |
|---|---|
widget |
View: This value cannot be null. |