public class URLSpan
extends ClickableSpan implements ParcelableSpan
| java.lang.Object | |||
| ↳ | android.text.style.CharacterStyle | ||
| ↳ | android.text.style.ClickableSpan | ||
| ↳ | android.text.style.URLSpan | ||
Inherited constants |
|---|
android.os.Parcelable
|
Public constructors |
|
|---|---|
URLSpan(String url) |
|
URLSpan(Parcel src) |
|
Public methods |
|
|---|---|
int |
describeContents() 描述此Parcelable实例的封送表示中包含的特殊对象的种类。 |
int |
getSpanTypeId() 返回此跨度类的特殊类型标识符。 |
String |
getURL() |
void |
onClick(View widget) 执行与此跨度相关联的点击操作。 |
void |
writeToParcel(Parcel dest, int flags) 将此对象平铺到一个包裹中。 |
Inherited methods |
|
|---|---|
android.text.style.ClickableSpan
|
|
android.text.style.CharacterStyle
|
|
java.lang.Object
|
|
android.text.ParcelableSpan
|
|
android.os.Parcelable
|
|
int describeContents ()
描述此Parcelable实例的封送表示中包含的特殊对象的种类。 例如,如果对象在writeToParcel(Parcel, int)的输出中包含writeToParcel(Parcel, int) ,则此方法的返回值必须包含CONTENTS_FILE_DESCRIPTOR位。
| Returns | |
|---|---|
int |
a bitmask indicating the set of special object types marshaled by this Parcelable object instance. |
void writeToParcel (Parcel dest, int flags)
将此对象平铺到一个包裹中。
| Parameters | |
|---|---|
dest |
Parcel: The Parcel in which the object should be written. |
flags |
int: Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE. |