Most visited

Recently visited

Added in API level 1

TextView.BufferType

public static final enum TextView.BufferType
extends Enum<TextView.BufferType>

java.lang.Object
    java.lang.Enum<android.widget.TextView.BufferType>
      android.widget.TextView.BufferType


摘要(Summary)

Enum values

TextView.BufferType  EDITABLE

 

TextView.BufferType  NORMAL

 

TextView.BufferType  SPANNABLE

 

公共方法(Public methods)

static TextView.BufferType valueOf(String name)
static final BufferType[] values()

继承方法(Inherited methods)

From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum values

EDITABLE

Added in API level 1
TextView.BufferType EDITABLE

NORMAL

Added in API level 1
TextView.BufferType NORMAL

SPANNABLE

Added in API level 1
TextView.BufferType SPANNABLE

公共方法(Public methods)

valueOf

Added in API level 1
TextView.BufferType valueOf (String name)

参数(Parameters)
name String
返回(Returns)
TextView.BufferType

values

Added in API level 1
BufferType[] values ()

返回(Returns)
BufferType[]

Hooray!