public class

ConversationListAdapter

extends CursorAdapter
implements AbsListView.RecyclerListener
java.lang.Object
   ↳ android.widget.BaseAdapter
     ↳ android.widget.CursorAdapter
       ↳ com.android.mms.ui.ConversationListAdapter

Class Overview

The back-end data adapter for ConversationList.

Summary

Nested Classes
interface ConversationListAdapter.OnContentChangedListener  
[Expand]
Inherited Constants
From class android.widget.CursorAdapter
From interface android.widget.Adapter
Public Constructors
ConversationListAdapter(Context context, Cursor cursor)
Public Methods
void bindView(View view, Context context, Cursor cursor)
View newView(Context context, Cursor cursor, ViewGroup parent)
void onMovedToScrapHeap(View view)
void setOnContentChangedListener(ConversationListAdapter.OnContentChangedListener l)
Protected Methods
void onContentChanged()
[Expand]
Inherited Methods
From class android.widget.CursorAdapter
From class android.widget.BaseAdapter
From class java.lang.Object
From interface android.widget.AbsListView.RecyclerListener
From interface android.widget.Adapter
From interface android.widget.Filterable
From interface android.widget.ListAdapter
From interface android.widget.SpinnerAdapter

Public Constructors

public ConversationListAdapter (Context context, Cursor cursor)

Public Methods

public void bindView (View view, Context context, Cursor cursor)

public View newView (Context context, Cursor cursor, ViewGroup parent)

public void onMovedToScrapHeap (View view)

public void setOnContentChangedListener (ConversationListAdapter.OnContentChangedListener l)

Protected Methods

protected void onContentChanged ()