A B C F G I M N O R S T U V 

A

add(Object, Object...) - 类 中的方法com.cocosw.adapter.SectionFinder
Add items to given section
addItem(int, V) - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
Add item to adapter registered as the given type
addItem(int, V) - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
Add item to adapter registered as the given type
addItems(int, V[]) - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
Add items to adapter registered as the given type
addItems(int, Collection<?>) - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
Add items to adapter registered as the given type
addItems(int, V[]) - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
Add items to adapter registered as the given type
addItems(int, Collection<V>) - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
Add items to adapter registered as the given type
addItems(int, V, int, V[]) - 类 中的方法com.cocosw.adapter.recyclerview.SectionMultiTypeAdapter
Add items mapped to given letter
addItems(int, Object, int, Object[]) - 类 中的方法com.cocosw.adapter.SectionMultiTypeAdapter
Add items mapped to given letter
areAllItemsEnabled() - 类 中的方法com.cocosw.adapter.SectionAdapter
 
areAllItemsEnabled() - 类 中的方法com.cocosw.adapter.SimpleSectionAdapter
 

B

bindView(View, Context, Cursor) - 类 中的方法com.cocosw.adapter.SingleTypeCursorAdapter
 

C

changeCursor(Cursor) - 类 中的方法com.cocosw.adapter.recyclerview.CursorAdapter
Change the underlying cursor to a new cursor.
childViews - 类 中的变量com.cocosw.adapter.ViewUpdater
Child views currently being updated
clear() - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
Clear all items
clear() - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
Clear all items
clear() - 类 中的方法com.cocosw.adapter.recyclerview.SectionMultiTypeAdapter
 
clear() - 类 中的方法com.cocosw.adapter.SectionFinder
Clear all sections
clear() - 类 中的方法com.cocosw.adapter.SectionMultiTypeAdapter
 
com.cocosw.adapter - 程序包 com.cocosw.adapter
 
com.cocosw.adapter.recyclerview - 程序包 com.cocosw.adapter.recyclerview
 
convertToString(Cursor) - 类 中的方法com.cocosw.adapter.recyclerview.CursorAdapter
Converts the cursor into a CharSequence.
cursor - 类 中的变量com.cocosw.adapter.recyclerview.SingleTypeCursorAdapter
Current cursor being binded to
cursor - 类 中的变量com.cocosw.adapter.SingleTypeCursorAdapter
Current cursor being binded to
CursorAdapter - com.cocosw.adapter中的类
Cursor adapter with helpers
CursorAdapter(Context, Cursor, boolean) - 类 的构造器com.cocosw.adapter.CursorAdapter
 
CursorAdapter(Context, Cursor, int) - 类 的构造器com.cocosw.adapter.CursorAdapter
 
CursorAdapter<VH extends RecyclerView.ViewHolder> - com.cocosw.adapter.recyclerview中的类
Project: Accessory Created by LiaoKai(soarcn) on 2015/1/17.
CursorAdapter(Context, Cursor, int) - 类 的构造器com.cocosw.adapter.recyclerview.CursorAdapter
Recommended constructor.

F

FLAG_REGISTER_CONTENT_OBSERVER - 类 中的静态变量com.cocosw.adapter.recyclerview.CursorAdapter
If set the adapter will register a content observer on the cursor and will call CursorAdapter.onContentChanged() when a notification comes in.
FORMAT_INT - 类 中的静态变量com.cocosw.adapter.ViewUpdater
Number formatter for integers

G

getChildLayoutId(int) - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
Get layout id for type
getChildLayoutId(int) - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
Get layout id for type
getChildren(View) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Get indexed children
getChildren(View) - 类 中的方法com.cocosw.adapter.TypeAdapter
Get indexed children
getChildren(View) - 类 中的方法com.cocosw.adapter.ViewUpdater
Get indexed children
getChildViewIds(int) - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
Get child view ids for type

The index of each id in the returned array should be used when using the helpers to update a specific child view

getChildViewIds(int) - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
Get child view ids for type

The index of each id in the returned array should be used when using the helpers to update a specific child view

getChildViewIds() - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeAdapter
Get child view ids to store

The index of each id in the returned array should be used when using the helpers to update a specific child view

getChildViewIds() - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeCursorAdapter
Get child view ids to store

The index of each id in the returned array should be used when using the helpers to update a specific child view

getChildViewIds() - 类 中的方法com.cocosw.adapter.SingleTypeAdapter
Get child view ids to store

The index of each id in the returned array should be used when using the helpers to update a specific child view

getChildViewIds() - 类 中的方法com.cocosw.adapter.SingleTypeCursorAdapter
Get child view ids to store

The index of each id in the returned array should be used when using the helpers to update a specific child view

getCount() - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
 
getCount() - 类 中的方法com.cocosw.adapter.SectionAdapter
 
getCount() - 类 中的方法com.cocosw.adapter.SimpleSectionAdapter
 
getCount() - 类 中的方法com.cocosw.adapter.SingleTypeAdapter
 
getCursor() - 类 中的方法com.cocosw.adapter.recyclerview.CursorAdapter
Returns the cursor.
getFilter() - 类 中的方法com.cocosw.adapter.recyclerview.CursorAdapter
 
getFilterQueryProvider() - 类 中的方法com.cocosw.adapter.recyclerview.CursorAdapter
Returns the query filter provider used for filtering.
getIndexForPosition(int) - 类 中的方法com.cocosw.adapter.SectionAdapter
Returns the actual index of the object in the data source linked to the this list item.
getIndexForPosition(int) - 类 中的方法com.cocosw.adapter.SimpleSectionAdapter
Returns the actual index of the object in the data source linked to the this list item.
getItem(int) - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
 
getItem(int) - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
 
getItem(int) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeAdapter
 
getItem(int) - 类 中的方法com.cocosw.adapter.SectionAdapter
 
getItem(int) - 类 中的方法com.cocosw.adapter.SimpleSectionAdapter
 
getItem(int) - 类 中的方法com.cocosw.adapter.SingleTypeAdapter
 
getItemCount() - 类 中的方法com.cocosw.adapter.recyclerview.CursorAdapter
 
getItemCount() - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
 
getItemCount() - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeAdapter
 
getItemId(int) - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
 
getItemId(int) - 类 中的方法com.cocosw.adapter.recyclerview.CursorAdapter
 
getItemId(int) - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
 
getItemId(int) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeAdapter
 
getItemId(int) - 类 中的方法com.cocosw.adapter.SectionAdapter
 
getItemId(int) - 类 中的方法com.cocosw.adapter.SimpleSectionAdapter
 
getItemId(int) - 类 中的方法com.cocosw.adapter.SingleTypeAdapter
 
getItems() - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeAdapter
Get a list of all items
getItems() - 类 中的方法com.cocosw.adapter.SingleTypeAdapter
Get a list of all items
getItemViewType(int) - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
 
getItemViewType(int) - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
 
getItemViewType(int) - 类 中的方法com.cocosw.adapter.SectionAdapter
 
getItemViewType(int) - 类 中的方法com.cocosw.adapter.SimpleSectionAdapter
 
getPositionForSection(int) - 类 中的方法com.cocosw.adapter.recyclerview.SectionMultiTypeAdapter
 
getPositionForSection(int) - 类 中的方法com.cocosw.adapter.recyclerview.SectionSingleTypeAdapter
 
getPositionForSection(int) - 类 中的方法com.cocosw.adapter.SectionFinder
 
getPositionForSection(int) - 类 中的方法com.cocosw.adapter.SectionMultiTypeAdapter
 
getPositionForSection(int) - 类 中的方法com.cocosw.adapter.SectionSingleTypeAdapter
 
getSection(Object) - 类 中的方法com.cocosw.adapter.SectionFinder
Get section for item

The default behavior is to use the first character from the item's Object.toString() method

getSectionForPosition(int) - 类 中的方法com.cocosw.adapter.recyclerview.SectionMultiTypeAdapter
 
getSectionForPosition(int) - 类 中的方法com.cocosw.adapter.recyclerview.SectionSingleTypeAdapter
 
getSectionForPosition(int) - 类 中的方法com.cocosw.adapter.SectionFinder
 
getSectionForPosition(int) - 类 中的方法com.cocosw.adapter.SectionMultiTypeAdapter
 
getSectionForPosition(int) - 类 中的方法com.cocosw.adapter.SectionSingleTypeAdapter
 
getSections() - 类 中的方法com.cocosw.adapter.recyclerview.SectionMultiTypeAdapter
 
getSections() - 类 中的方法com.cocosw.adapter.recyclerview.SectionSingleTypeAdapter
 
getSections() - 类 中的方法com.cocosw.adapter.SectionFinder
 
getSections() - 类 中的方法com.cocosw.adapter.SectionMultiTypeAdapter
 
getSections() - 类 中的方法com.cocosw.adapter.SectionSingleTypeAdapter
 
getSectionTitleForItem(T) - 接口 中的方法com.cocosw.adapter.SectionAdapter.Sectionizer
Returns the title for the given instance from the data source.
getSectionTitleForItem(T) - 接口 中的方法com.cocosw.adapter.SimpleSectionAdapter.Sectionizer
Returns the title for the given instance from the data source.
getView(int, View, ViewGroup) - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
 
getView(int, Class<T>) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Get child view
getView(View, int, Class<T>) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Get child view
getView(int, View, ViewGroup) - 类 中的方法com.cocosw.adapter.SectionAdapter
 
getView(int, View, ViewGroup) - 类 中的方法com.cocosw.adapter.SimpleSectionAdapter
 
getView(int, View, ViewGroup) - 类 中的方法com.cocosw.adapter.SingleTypeAdapter
 
getView(int, Class<T>) - 类 中的方法com.cocosw.adapter.TypeAdapter
Get child view
getView(View, int, Class<T>) - 类 中的方法com.cocosw.adapter.TypeAdapter
Get child view
getView(int, Class<T>) - 类 中的方法com.cocosw.adapter.ViewUpdater
Get child view
getView(View, int, Class<T>) - 类 中的方法com.cocosw.adapter.ViewUpdater
Get child view
getViewTypeCount() - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
 
getViewTypeCount() - 类 中的方法com.cocosw.adapter.SectionAdapter
 
getViewTypeCount() - 类 中的方法com.cocosw.adapter.SimpleSectionAdapter
 

I

imageView(int) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Get image view at given index
imageView(View, int) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Get image view at given index
imageView(int) - 类 中的方法com.cocosw.adapter.TypeAdapter
Get image view at given index
imageView(View, int) - 类 中的方法com.cocosw.adapter.TypeAdapter
Get image view at given index
imageView(int) - 类 中的方法com.cocosw.adapter.ViewUpdater
Get image view at given index
imageView(View, int) - 类 中的方法com.cocosw.adapter.ViewUpdater
Get image view at given index
index(Object...) - 类 中的方法com.cocosw.adapter.SectionFinder
Index items by section returned from SectionFinder.getSection(Object)
initialize(int, View) - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
Initialize view for given type

Sub-classes may override this method but should call super so that tags are properly set on the given root view.

initialize(int, View) - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
Initialize view for given type

Sub-classes may override this method but should call super so that tags are properly set on the given root view.

initialize(View) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeAdapter
Initialize view
initialize(View) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeCursorAdapter
Initialize view
initialize(View, int[]) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Initialize view by binding indexed child views to tags on the root view

Sub-classes may override this method but must call super

initialize(View, int[]) - 类 中的方法com.cocosw.adapter.SectionAdapter
Initialize view by binding indexed child views to tags on the root view

Sub-classes may override this method but must call super

initialize(View) - 类 中的方法com.cocosw.adapter.SingleTypeAdapter
Initialize view
initialize(View) - 类 中的方法com.cocosw.adapter.SingleTypeCursorAdapter
Initialize view
initialize(View, int[]) - 类 中的方法com.cocosw.adapter.TypeAdapter
Initialize view by binding indexed child views to tags on the root view

Sub-classes may override this method but must call super

initialize(View, int[]) - 类 中的方法com.cocosw.adapter.ViewUpdater
Initialize view by binding indexed child views to tags on the root view

Sub-classes may override this method but must call super

isEmpty() - 类 中的方法com.cocosw.adapter.SectionAdapter
 
isEmpty() - 类 中的方法com.cocosw.adapter.SimpleSectionAdapter
 
isEnabled(int) - 类 中的方法com.cocosw.adapter.SectionAdapter
 
isEnabled(int) - 类 中的方法com.cocosw.adapter.SimpleSectionAdapter
 

M

mChangeObserver - 类 中的变量com.cocosw.adapter.recyclerview.CursorAdapter
This field should be made private, so it is hidden from the SDK.
mContext - 类 中的变量com.cocosw.adapter.recyclerview.CursorAdapter
This field should be made private, so it is hidden from the SDK.
mCursor - 类 中的变量com.cocosw.adapter.recyclerview.CursorAdapter
The current cursor
mCursorFilter - 类 中的变量com.cocosw.adapter.recyclerview.CursorAdapter
This field should be made private, so it is hidden from the SDK.
mDataSetObserver - 类 中的变量com.cocosw.adapter.recyclerview.CursorAdapter
This field should be made private, so it is hidden from the SDK.
mDataValid - 类 中的变量com.cocosw.adapter.recyclerview.CursorAdapter
This field should be made private, so it is hidden from the SDK.
mFilterQueryProvider - 类 中的变量com.cocosw.adapter.recyclerview.CursorAdapter
This field should be made private, so it is hidden from the SDK.
mRowIDColumn - 类 中的变量com.cocosw.adapter.recyclerview.CursorAdapter
The row id column
MultiTypeAdapter<V> - com.cocosw.adapter中的类
Adapter for lists where only multiple view types are needed
MultiTypeAdapter(Activity) - 类 的构造器com.cocosw.adapter.MultiTypeAdapter
Create adapter
MultiTypeAdapter(Context) - 类 的构造器com.cocosw.adapter.MultiTypeAdapter
Create adapter
MultiTypeAdapter(LayoutInflater) - 类 的构造器com.cocosw.adapter.MultiTypeAdapter
Create adapter
MultiTypeAdapter<V> - com.cocosw.adapter.recyclerview中的类
Adapter for lists where only multiple view types are needed
MultiTypeAdapter(Activity) - 类 的构造器com.cocosw.adapter.recyclerview.MultiTypeAdapter
Create adapter
MultiTypeAdapter(Context) - 类 的构造器com.cocosw.adapter.recyclerview.MultiTypeAdapter
Create adapter
MultiTypeAdapter(LayoutInflater) - 类 的构造器com.cocosw.adapter.recyclerview.MultiTypeAdapter
Create adapter

N

newView(Context, Cursor, ViewGroup) - 类 中的方法com.cocosw.adapter.SingleTypeCursorAdapter
 
notifyDataSetChanged() - 类 中的方法com.cocosw.adapter.SectionAdapter
 
notifyDataSetChanged() - 类 中的方法com.cocosw.adapter.SimpleSectionAdapter
 

O

onBindViewHolder(VH, Cursor) - 类 中的方法com.cocosw.adapter.recyclerview.CursorAdapter
Call when bind view with the cursor
onBindViewHolder(VH, int) - 类 中的方法com.cocosw.adapter.recyclerview.CursorAdapter
 
onBindViewHolder(RecyclerView.ViewHolder, int) - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
 
onBindViewHolder(RecyclerView.ViewHolder, int) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeAdapter
 
onBindViewHolder(RecyclerView.ViewHolder, Cursor) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeCursorAdapter
 
onContentChanged() - 类 中的方法com.cocosw.adapter.recyclerview.CursorAdapter
Called when the ContentObserver on the cursor receives a change notification.
onCreateViewHolder(ViewGroup, int) - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
 
onCreateViewHolder(ViewGroup, int) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeAdapter
 
onCreateViewHolder(ViewGroup, int) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeCursorAdapter
 

R

removeItem(int) - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
Remove item at position
removeItem(int) - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
Remove item at position
runQueryOnBackgroundThread(CharSequence) - 类 中的方法com.cocosw.adapter.recyclerview.CursorAdapter
Runs a query with the specified constraint.

S

SectionAdapter<T,K> - com.cocosw.adapter中的类
A very simple adapter that adds sections to adapters written for ListViews.
SectionAdapter(Context, BaseAdapter, int, int[], SectionAdapter.Sectionizer<T, K>) - 类 的构造器com.cocosw.adapter.SectionAdapter
Constructs a SimpleSectionAdapter.
SectionAdapter.Sectionizer<T,K> - com.cocosw.adapter中的接口
Interface provides mechanism for supplying titles for instances based on the property they are compared against.
SectionFinder - com.cocosw.adapter中的类
Section finder helper
SectionFinder() - 类 的构造器com.cocosw.adapter.SectionFinder
 
SectionMultiTypeAdapter<V> - com.cocosw.adapter.recyclerview中的类
Type adapter with section indexing according to English alphabet
SectionMultiTypeAdapter(Activity) - 类 的构造器com.cocosw.adapter.recyclerview.SectionMultiTypeAdapter
 
SectionMultiTypeAdapter(Context) - 类 的构造器com.cocosw.adapter.recyclerview.SectionMultiTypeAdapter
 
SectionMultiTypeAdapter(LayoutInflater) - 类 的构造器com.cocosw.adapter.recyclerview.SectionMultiTypeAdapter
 
SectionMultiTypeAdapter - com.cocosw.adapter中的类
Type adapter with section indexing according to English alphabet
SectionMultiTypeAdapter(Activity) - 类 的构造器com.cocosw.adapter.SectionMultiTypeAdapter
 
SectionMultiTypeAdapter(Context) - 类 的构造器com.cocosw.adapter.SectionMultiTypeAdapter
 
SectionMultiTypeAdapter(LayoutInflater) - 类 的构造器com.cocosw.adapter.SectionMultiTypeAdapter
 
SectionSingleTypeAdapter<V> - com.cocosw.adapter.recyclerview中的类
 
SectionSingleTypeAdapter(Activity, int) - 类 的构造器com.cocosw.adapter.recyclerview.SectionSingleTypeAdapter
 
SectionSingleTypeAdapter(Context, int) - 类 的构造器com.cocosw.adapter.recyclerview.SectionSingleTypeAdapter
 
SectionSingleTypeAdapter(LayoutInflater, int) - 类 的构造器com.cocosw.adapter.recyclerview.SectionSingleTypeAdapter
 
SectionSingleTypeAdapter<V> - com.cocosw.adapter中的类
 
SectionSingleTypeAdapter(Activity, int) - 类 的构造器com.cocosw.adapter.SectionSingleTypeAdapter
 
SectionSingleTypeAdapter(Context, int) - 类 的构造器com.cocosw.adapter.SectionSingleTypeAdapter
 
SectionSingleTypeAdapter(LayoutInflater, int) - 类 的构造器com.cocosw.adapter.SectionSingleTypeAdapter
 
setChecked(int, boolean) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set the checked state of the CompoundButton with at index
setChecked(View, int, boolean) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set the checked state of the CompoundButton with at index
setChecked(int, boolean) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set the checked state of the CompoundButton with at index
setChecked(View, int, boolean) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set the checked state of the CompoundButton with at index
setChecked(int, boolean) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set the checked state of the CompoundButton with at index
setChecked(View, int, boolean) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set the checked state of the CompoundButton with at index
setCurrentView(View) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set current view that is currently being updated
setCurrentView(View) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set current view that is currently being updated
setCurrentView(View) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set current view that is currently being updated
setFilterQueryProvider(FilterQueryProvider) - 类 中的方法com.cocosw.adapter.recyclerview.CursorAdapter
Sets the query filter provider used to filter the current Cursor.
setGone(int, boolean) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set child view as gone or visible
setGone(View, int, boolean) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set child view as gone or visible
setGone(int, boolean) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set child view as gone or visible
setGone(View, int, boolean) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set child view as gone or visible
setGone(int, boolean) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set child view as gone or visible
setGone(View, int, boolean) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set child view as gone or visible
setItems(V[]) - 类 中的方法com.cocosw.adapter.recyclerview.SectionSingleTypeAdapter
 
setItems(Collection<V>) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeAdapter
Set items to display
setItems(List<V>) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeAdapter
Set items to display
setItems(V[]) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeAdapter
Set items to display
setItems(V[]) - 类 中的方法com.cocosw.adapter.SectionSingleTypeAdapter
 
setItems(Collection<V>) - 类 中的方法com.cocosw.adapter.SingleTypeAdapter
Set items to display
setItems(List<V>) - 类 中的方法com.cocosw.adapter.SingleTypeAdapter
Set items to display
setItems(V[]) - 类 中的方法com.cocosw.adapter.SingleTypeAdapter
Set items to display
setNumber(int, int) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeCursorAdapter
Set text on child view to number at column index
setNumber(int, long) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set text on text view to be formatted version of given integer number

This method uses the formatter returned from NumberFormat.getIntegerInstance()

setNumber(View, int, long) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set text on text view to be formatted version of given integer number

This method uses the formatter returned from NumberFormat.getIntegerInstance()

setNumber(int, int) - 类 中的方法com.cocosw.adapter.SingleTypeCursorAdapter
Set text on child view to number at column index
setNumber(int, long) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set text on text view to be formatted version of given integer number

This method uses the formatter returned from NumberFormat.getIntegerInstance()

setNumber(View, int, long) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set text on text view to be formatted version of given integer number

This method uses the formatter returned from NumberFormat.getIntegerInstance()

setNumber(int, long) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set text on text view to be formatted version of given integer number

This method uses the formatter returned from NumberFormat.getIntegerInstance()

setNumber(View, int, long) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set text on text view to be formatted version of given integer number

This method uses the formatter returned from NumberFormat.getIntegerInstance()

setRelativeTimeSpan(int, int) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeCursorAdapter
Set text on child view to time span from number at column index
setRelativeTimeSpan(int, long) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set relative time span on text view
setRelativeTimeSpan(View, int, long) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set relative time span on text view
setRelativeTimeSpan(int, int) - 类 中的方法com.cocosw.adapter.SingleTypeCursorAdapter
Set text on child view to time span from number at column index
setRelativeTimeSpan(int, long) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set relative time span on text view
setRelativeTimeSpan(View, int, long) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set relative time span on text view
setRelativeTimeSpan(int, long) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set relative time span on text view
setRelativeTimeSpan(View, int, long) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set relative time span on text view
setText(int, int) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeCursorAdapter
Set text on child view to string of column index
setText(int, CharSequence) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set text on text view at given index
setText(View, int, CharSequence) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set text on text view at given index
setText(int, int) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set text on text view at index to string resource
setText(View, int, int) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set text on text view at index to string resource
setText(int, int) - 类 中的方法com.cocosw.adapter.SingleTypeCursorAdapter
Set text on child view to string of column index
setText(int, CharSequence) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set text on text view at given index
setText(View, int, CharSequence) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set text on text view at given index
setText(int, int) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set text on text view at index to string resource
setText(View, int, int) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set text on text view at index to string resource
setText(int, CharSequence) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set text on text view at given index
setText(View, int, CharSequence) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set text on text view at given index
setText(int, int) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set text on text view at index to string resource
setText(View, int, int) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set text on text view at index to string resource
setVisibleText(int, CharSequence) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set the text on the text view if it is non-empty and make the view gone if it is empty
setVisibleText(View, int, CharSequence) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Set the text on the text view if it is non-empty and make the view gone if it is empty
setVisibleText(int, CharSequence) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set the text on the text view if it is non-empty and make the view gone if it is empty
setVisibleText(View, int, CharSequence) - 类 中的方法com.cocosw.adapter.TypeAdapter
Set the text on the text view if it is non-empty and make the view gone if it is empty
setVisibleText(int, CharSequence) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set the text on the text view if it is non-empty and make the view gone if it is empty
setVisibleText(View, int, CharSequence) - 类 中的方法com.cocosw.adapter.ViewUpdater
Set the text on the text view if it is non-empty and make the view gone if it is empty
SimpleSectionAdapter<T> - com.cocosw.adapter中的类
A very simple adapter that adds sections to adapters written for ListViews.
SimpleSectionAdapter(Context, BaseAdapter, int, int, SimpleSectionAdapter.Sectionizer<T>) - 类 的构造器com.cocosw.adapter.SimpleSectionAdapter
Constructs a SimpleSectionAdapter.
SimpleSectionAdapter.Sectionizer<T> - com.cocosw.adapter中的接口
Interface provides mechanism for supplying titles for instances based on the property they are compared against.
SingleTypeAdapter<V> - com.cocosw.adapter.recyclerview中的类
Adapter for lists where only a single view type is used
SingleTypeAdapter(Activity, int) - 类 的构造器com.cocosw.adapter.recyclerview.SingleTypeAdapter
Create adapter
SingleTypeAdapter(Context, int) - 类 的构造器com.cocosw.adapter.recyclerview.SingleTypeAdapter
Create adapter
SingleTypeAdapter(LayoutInflater, int) - 类 的构造器com.cocosw.adapter.recyclerview.SingleTypeAdapter
Create adapter
SingleTypeAdapter<V> - com.cocosw.adapter中的类
Adapter for lists where only a single view type is used
SingleTypeAdapter(Activity, int) - 类 的构造器com.cocosw.adapter.SingleTypeAdapter
Create adapter
SingleTypeAdapter(Context, int) - 类 的构造器com.cocosw.adapter.SingleTypeAdapter
Create adapter
SingleTypeAdapter(LayoutInflater, int) - 类 的构造器com.cocosw.adapter.SingleTypeAdapter
Create adapter
SingleTypeCursorAdapter - com.cocosw.adapter.recyclerview中的类
Cursor adapter for a single view type
SingleTypeCursorAdapter(Activity, Cursor, int, int) - 类 的构造器com.cocosw.adapter.recyclerview.SingleTypeCursorAdapter
Create adapter
SingleTypeCursorAdapter(Context, Cursor, int, int) - 类 的构造器com.cocosw.adapter.recyclerview.SingleTypeCursorAdapter
Create adapter
SingleTypeCursorAdapter(Context, Cursor, int, LayoutInflater, int) - 类 的构造器com.cocosw.adapter.recyclerview.SingleTypeCursorAdapter
Create adapter
SingleTypeCursorAdapter - com.cocosw.adapter中的类
Cursor adapter for a single view type
SingleTypeCursorAdapter(Activity, Cursor, int, int) - 类 的构造器com.cocosw.adapter.SingleTypeCursorAdapter
Create adapter
SingleTypeCursorAdapter(Context, Cursor, int, int) - 类 的构造器com.cocosw.adapter.SingleTypeCursorAdapter
Create adapter
SingleTypeCursorAdapter(Context, Cursor, int, LayoutInflater, int) - 类 的构造器com.cocosw.adapter.SingleTypeCursorAdapter
Create adapter
swapCursor(Cursor) - 类 中的方法com.cocosw.adapter.recyclerview.CursorAdapter
Swap in a new Cursor, returning the old Cursor.

T

textView(int) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Get text view at given index
textView(View, int) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Get text view at given index
textView(int) - 类 中的方法com.cocosw.adapter.TypeAdapter
Get text view at given index
textView(View, int) - 类 中的方法com.cocosw.adapter.TypeAdapter
Get text view at given index
textView(int) - 类 中的方法com.cocosw.adapter.ViewUpdater
Get text view at given index
textView(View, int) - 类 中的方法com.cocosw.adapter.ViewUpdater
Get text view at given index
TypeAdapter - com.cocosw.adapter.recyclerview中的类
Base adapter
TypeAdapter() - 类 的构造器com.cocosw.adapter.recyclerview.TypeAdapter
 
TypeAdapter - com.cocosw.adapter中的类
Base adapter
TypeAdapter() - 类 的构造器com.cocosw.adapter.TypeAdapter
 

U

update(int, View, V, int) - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
Update view for item
update(int, Object, int) - 类 中的方法com.cocosw.adapter.MultiTypeAdapter
Update view for item
update(int, View, V, int) - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
Update view for item
update(int, V, int) - 类 中的方法com.cocosw.adapter.recyclerview.MultiTypeAdapter
Update view for item
update(int, View, V) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeAdapter
Update view for item
update(int, V) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeAdapter
Update item
update(Cursor) - 类 中的方法com.cocosw.adapter.recyclerview.SingleTypeCursorAdapter
Update item
update(int, ViewUpdater, K) - 接口 中的方法com.cocosw.adapter.SectionAdapter.Sectionizer
Update view for item
update(int, View, V) - 类 中的方法com.cocosw.adapter.SingleTypeAdapter
Update view for item
update(int, V) - 类 中的方法com.cocosw.adapter.SingleTypeAdapter
Update item
update(Cursor) - 类 中的方法com.cocosw.adapter.SingleTypeCursorAdapter
Update item
updater - 类 中的变量com.cocosw.adapter.CursorAdapter
Updater for current view
updater - 类 中的变量com.cocosw.adapter.recyclerview.CursorAdapter
Updater for current view
updater - 类 中的变量com.cocosw.adapter.recyclerview.TypeAdapter
Updater for current view
updater - 类 中的变量com.cocosw.adapter.TypeAdapter
Updater for current view

V

view(int) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Get view at given index
view(View, int) - 类 中的方法com.cocosw.adapter.recyclerview.TypeAdapter
Get view at given index
view(int) - 类 中的方法com.cocosw.adapter.TypeAdapter
Get view at given index
view(View, int) - 类 中的方法com.cocosw.adapter.TypeAdapter
Get view at given index
view - 类 中的变量com.cocosw.adapter.ViewUpdater
Root view currently being updated
view(int) - 类 中的方法com.cocosw.adapter.ViewUpdater
Get view at given index
view(View, int) - 类 中的方法com.cocosw.adapter.ViewUpdater
Get view at given index
ViewUpdater - com.cocosw.adapter中的类
Updater for child views indexed from a root view
ViewUpdater() - 类 的构造器com.cocosw.adapter.ViewUpdater
 
A B C F G I M N O R S T U V