android.text.style
public
abstract
class
android.text.style.ClickableSpan
If an object of this type is attached to the text of a TextView
with a movement method of LinkMovementMethod, the affected spans of
text can be selected. If clicked, the onClick(View) method will
be called.
Known Direct Subclasses
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
Public Methods
public
abstract
void
onClick(View widget)
Performs the click action associated with this span.
public
void
updateDrawState(TextPaint ds)
Makes the text underlined and in the link color.