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!