public class URLSpan extends ClickableSpan implements ParcelableSpan
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
URLSpan(Parcel src) |
URLSpan(String url) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
int |
getSpanTypeId() |
String |
getURL() |
void |
onClick(View widget) |
void |
writeToParcel(Parcel dest,
int flags) |
updateDrawStategetUnderlying, wrappublic int getSpanTypeId()
getSpanTypeId in interface ParcelableSpanpublic int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface Parcelablepublic String getURL()
public void onClick(View widget)
onClick in class ClickableSpanCopyright © 2008-2013. All Rights Reserved.