android.text.style
Class URLSpan
java.lang.Object
android.text.style.CharacterStyle
android.text.style.ClickableSpan
android.text.style.URLSpan
public class URLSpan
- extends ClickableSpan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLSpan
public URLSpan(String url)
getURL
public String getURL()
onClick
public void onClick(View widget)
- Description copied from class:
ClickableSpan
- Performs the click action associated with this span.
- Specified by:
onClick in class ClickableSpan
Please submit a feedback, bug or feature