Skip navigation links
A B C D E F G H I L M N O P R S T V 

A

AbstractExpandableItem<T> - Class in com.chad.library.adapter.base.entity
A helper to implement expandable item.
AbstractExpandableItem() - Constructor for class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
add(int, T) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Deprecated.
addData(int, T) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
add one new data in to certain location
addData(T) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
add one new data
addData(int, Collection<? extends T>) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
add new data in to certain location
addData(Collection<? extends T>) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
add new data to the end of mData
addFooterView(View) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Append footer to the rear of the mFooterLayout.
addFooterView(View, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
addFooterView(View, int, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Add footer view to mFooterLayout and set footer view position in mFooterLayout.
addHeaderView(View) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Append header to the rear of the mHeaderLayout.
addHeaderView(View, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Add header view to mHeaderLayout and set header view position in mHeaderLayout.
addHeaderView(View, int, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
addItemType(int, int) - Method in class com.chad.library.adapter.base.BaseMultiItemQuickAdapter
 
addItemType(int, int) - Method in class com.chad.library.adapter.base.BaseSectionMultiItemQuickAdapter
collect layout types you need
addOnClickListener(int...) - Method in class com.chad.library.adapter.base.BaseViewHolder
add childView id
addOnLongClickListener(int...) - Method in class com.chad.library.adapter.base.BaseViewHolder
add long click view id
addSubItem(T) - Method in class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
addSubItem(int, T) - Method in class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
ALPHAIN - Static variable in class com.chad.library.adapter.base.BaseQuickAdapter
AlphaInAnimation - Class in com.chad.library.adapter.base.animation
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
AlphaInAnimation() - Constructor for class com.chad.library.adapter.base.animation.AlphaInAnimation
 
AlphaInAnimation(float) - Constructor for class com.chad.library.adapter.base.animation.AlphaInAnimation
 

B

BaseAnimation - Interface in com.chad.library.adapter.base.animation
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
BaseItemDraggableAdapter<T,K extends BaseViewHolder> - Class in com.chad.library.adapter.base
Created by luoxw on 2016/7/13.
BaseItemDraggableAdapter(List<T>) - Constructor for class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
BaseItemDraggableAdapter(int, List<T>) - Constructor for class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
BaseItemProvider<T,V extends BaseViewHolder> - Class in com.chad.library.adapter.base.provider
https://github.com/chaychan
BaseItemProvider() - Constructor for class com.chad.library.adapter.base.provider.BaseItemProvider
 
BaseMultiItemQuickAdapter<T extends MultiItemEntity,K extends BaseViewHolder> - Class in com.chad.library.adapter.base
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
BaseMultiItemQuickAdapter(List<T>) - Constructor for class com.chad.library.adapter.base.BaseMultiItemQuickAdapter
Same as QuickAdapter#QuickAdapter(Context,int) but with some initialization data.
BaseQuickAdapter<T,K extends BaseViewHolder> - Class in com.chad.library.adapter.base
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
BaseQuickAdapter(int, List<T>) - Constructor for class com.chad.library.adapter.base.BaseQuickAdapter
Same as QuickAdapter#QuickAdapter(Context,int) but with some initialization data.
BaseQuickAdapter(List<T>) - Constructor for class com.chad.library.adapter.base.BaseQuickAdapter
 
BaseQuickAdapter(int) - Constructor for class com.chad.library.adapter.base.BaseQuickAdapter
 
baseQuickAdapter - Variable in class com.chad.library.adapter.base.listener.SimpleClickListener
 
BaseQuickAdapter.AnimationType - Annotation Type in com.chad.library.adapter.base
 
BaseQuickAdapter.OnItemChildClickListener - Interface in com.chad.library.adapter.base
Interface definition for a callback to be invoked when an itemchild in this view has been clicked
BaseQuickAdapter.OnItemChildLongClickListener - Interface in com.chad.library.adapter.base
Interface definition for a callback to be invoked when an childView in this view has been clicked and held.
BaseQuickAdapter.OnItemClickListener - Interface in com.chad.library.adapter.base
Interface definition for a callback to be invoked when an item in this RecyclerView itemView has been clicked.
BaseQuickAdapter.OnItemLongClickListener - Interface in com.chad.library.adapter.base
Interface definition for a callback to be invoked when an item in this view has been clicked and held.
BaseQuickAdapter.RequestLoadMoreListener - Interface in com.chad.library.adapter.base
 
BaseQuickAdapter.SpanSizeLookup - Interface in com.chad.library.adapter.base
 
BaseQuickAdapter.UpFetchListener - Interface in com.chad.library.adapter.base
 
BaseSectionMultiItemQuickAdapter<T extends SectionMultiEntity,K extends BaseViewHolder> - Class in com.chad.library.adapter.base
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
BaseSectionMultiItemQuickAdapter(int, List<T>) - Constructor for class com.chad.library.adapter.base.BaseSectionMultiItemQuickAdapter
Same as QuickAdapter#QuickAdapter(Context,int) but with some initialization data.
BaseSectionQuickAdapter<T extends SectionEntity,K extends BaseViewHolder> - Class in com.chad.library.adapter.base
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
BaseSectionQuickAdapter(int, int, List<T>) - Constructor for class com.chad.library.adapter.base.BaseSectionQuickAdapter
Same as QuickAdapter#QuickAdapter(Context,int) but with some initialization data.
BaseViewHolder - Class in com.chad.library.adapter.base
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
BaseViewHolder(View) - Constructor for class com.chad.library.adapter.base.BaseViewHolder
 
bindToRecyclerView(RecyclerView) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
same as recyclerView.setAdapter(), and save the instance of recyclerView

C

clearView(RecyclerView, RecyclerView.ViewHolder) - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
clearView(RecyclerView.ViewHolder, int) - Method in interface com.chad.library.adapter.base.listener.OnItemSwipeListener
Called when the swipe action is over.
closeLoadAnimation() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
To close the animation when loading
collapse(int, boolean, boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Collapse an expandable item that has been expanded..
collapse(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Collapse an expandable item that has been expanded..
collapse(int, boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Collapse an expandable item that has been expanded..
com.chad.library.adapter.base - package com.chad.library.adapter.base
 
com.chad.library.adapter.base.animation - package com.chad.library.adapter.base.animation
 
com.chad.library.adapter.base.callback - package com.chad.library.adapter.base.callback
 
com.chad.library.adapter.base.entity - package com.chad.library.adapter.base.entity
 
com.chad.library.adapter.base.listener - package com.chad.library.adapter.base.listener
 
com.chad.library.adapter.base.loadmore - package com.chad.library.adapter.base.loadmore
 
com.chad.library.adapter.base.provider - package com.chad.library.adapter.base.provider
 
com.chad.library.adapter.base.util - package com.chad.library.adapter.base.util
 
contains(T) - Method in class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
convert(K, T) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Implement this method and use the helper to adapt the view to the given item.
convert(BaseViewHolder) - Method in class com.chad.library.adapter.base.loadmore.LoadMoreView
 
convert(V, T) - Method in class com.chad.library.adapter.base.MultipleItemRvAdapter
 
convert(V, T, int) - Method in class com.chad.library.adapter.base.provider.BaseItemProvider
 
convertHead(K, T) - Method in class com.chad.library.adapter.base.BaseSectionMultiItemQuickAdapter
 
convertHead(K, T) - Method in class com.chad.library.adapter.base.BaseSectionQuickAdapter
 
convertView - Variable in class com.chad.library.adapter.base.BaseViewHolder
Deprecated.
createBaseViewHolder(ViewGroup, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
createBaseViewHolder(View) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
if you want to use subclass of BaseViewHolder in the adapter, you must override the method to create new ViewHolder.

D

disableDragItem() - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
Disable drag items.
disableLoadMoreIfNotFullPage() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
disableLoadMoreIfNotFullPage(RecyclerView) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
check if full page after BaseQuickAdapter.setNewData(List), if full, it will enable load more again.
disableSwipeItem() - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 

E

EMPTY_VIEW - Static variable in class com.chad.library.adapter.base.BaseQuickAdapter
 
enableDragItem(ItemTouchHelper) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
Enable drag items.
enableDragItem(ItemTouchHelper, int, boolean) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
Enable drag items.
enableLoadMoreEndClick(boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Load more without data when settings are clicked loaded
enableSwipeItem() - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
Enable swipe items.
expand(int, boolean, boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Expand an expandable item
expand(int, boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Expand an expandable item
expand(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Expand an expandable item with animation.
expandAll(int, boolean, boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
expandAll(int, boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
expand the item and all its subItems
expandAll() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 

F

finishInitialize() - Method in class com.chad.library.adapter.base.MultipleItemRvAdapter
用于adapter构造函数完成参数的赋值后调用 Called after the assignment of the argument to the adapter constructor
FOOTER_VIEW - Static variable in class com.chad.library.adapter.base.BaseQuickAdapter
 

G

getAnimators(View) - Method in class com.chad.library.adapter.base.animation.AlphaInAnimation
 
getAnimators(View) - Method in interface com.chad.library.adapter.base.animation.BaseAnimation
 
getAnimators(View) - Method in class com.chad.library.adapter.base.animation.ScaleInAnimation
 
getAnimators(View) - Method in class com.chad.library.adapter.base.animation.SlideInBottomAnimation
 
getAnimators(View) - Method in class com.chad.library.adapter.base.animation.SlideInLeftAnimation
 
getAnimators(View) - Method in class com.chad.library.adapter.base.animation.SlideInRightAnimation
 
getAssociatedObject() - Method in class com.chad.library.adapter.base.BaseViewHolder
Retrieves the last converted object on this view.
getChildClickViewIds() - Method in class com.chad.library.adapter.base.BaseViewHolder
 
getConvertView() - Method in class com.chad.library.adapter.base.BaseViewHolder
Deprecated.
getData() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Get the data of list
getDefItemViewType(int) - Method in class com.chad.library.adapter.base.BaseMultiItemQuickAdapter
 
getDefItemViewType(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
getDefItemViewType(int) - Method in class com.chad.library.adapter.base.BaseSectionMultiItemQuickAdapter
 
getDefItemViewType(int) - Method in class com.chad.library.adapter.base.BaseSectionQuickAdapter
 
getDefItemViewType(List<T>, int) - Method in class com.chad.library.adapter.base.util.MultiTypeDelegate
 
getEmptyView() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
When the current adapter is empty, the BaseQuickAdapter can display a special view called the empty view.
getEmptyViewCount() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
if show empty view will be return 1 or not will be return 0
getFooterLayout() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Return root layout of footer
getFooterLayoutCount() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
if addFooterView will be return 1, if not will be return 0
getFooterViewsCount() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Deprecated.
getHeaderLayout() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Return root layout of header
getHeaderLayoutCount() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
if addHeaderView will be return 1, if not will be return 0
getHeaderViewsCount() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Deprecated.
getItem(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Get the data item associated with the specified position in the data set.
getItemChildLongClickViewIds() - Method in class com.chad.library.adapter.base.BaseViewHolder
 
getItemCount() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
getItemId(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Get the row id associated with the specified position in the list.
getItemProviders() - Method in class com.chad.library.adapter.base.util.ProviderDelegate
 
getItemType() - Method in interface com.chad.library.adapter.base.entity.MultiItemEntity
 
getItemType(T) - Method in class com.chad.library.adapter.base.util.MultiTypeDelegate
get the item type from specific entity.
getItemView(int, ViewGroup) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
getItemViewType(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
getLayoutId() - Method in class com.chad.library.adapter.base.loadmore.LoadMoreView
load more layout
getLayoutId() - Method in class com.chad.library.adapter.base.loadmore.SimpleLoadMoreView
 
getLayoutId(int) - Method in class com.chad.library.adapter.base.util.MultiTypeDelegate
 
getLevel() - Method in interface com.chad.library.adapter.base.entity.IExpandable
Get the level of this item.
getLoadEndViewId() - Method in class com.chad.library.adapter.base.loadmore.LoadMoreView
load end view, you can return 0
getLoadEndViewId() - Method in class com.chad.library.adapter.base.loadmore.SimpleLoadMoreView
 
getLoadFailViewId() - Method in class com.chad.library.adapter.base.loadmore.LoadMoreView
load fail view
getLoadFailViewId() - Method in class com.chad.library.adapter.base.loadmore.SimpleLoadMoreView
 
getLoadingViewId() - Method in class com.chad.library.adapter.base.loadmore.LoadMoreView
loading view
getLoadingViewId() - Method in class com.chad.library.adapter.base.loadmore.SimpleLoadMoreView
 
getLoadMoreStatus() - Method in class com.chad.library.adapter.base.loadmore.LoadMoreView
 
getLoadMoreViewCount() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Load more view count
getLoadMoreViewPosition() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Gets to load more locations
getMovementFlags(RecyclerView, RecyclerView.ViewHolder) - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
getMoveThreshold(RecyclerView.ViewHolder) - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
getMultiTypeDelegate() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
getNestViews() - Method in class com.chad.library.adapter.base.BaseViewHolder
 
getOnItemChildClickListener() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
getOnItemChildLongClickListener() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
getOnItemClickListener() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
getOnItemLongClickListener() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
getParentPosition(T) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Get the parent item position of the IExpandable item
getParentPositionInAll(int) - Method in class com.chad.library.adapter.base.BaseMultiItemQuickAdapter
该方法用于 IExpandable 树形列表。 如果不存在 Parent,则 return -1。
getRecyclerView() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
getSpanSize(GridLayoutManager, int) - Method in interface com.chad.library.adapter.base.BaseQuickAdapter.SpanSizeLookup
 
getSubItem(int) - Method in class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
getSubItemPosition(T) - Method in class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
getSubItems() - Method in class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
getSubItems() - Method in interface com.chad.library.adapter.base.entity.IExpandable
 
getSwipeThreshold(RecyclerView.ViewHolder) - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
getTouchAction(int) - Static method in class com.chad.library.adapter.base.util.TouchEventUtil
 
getView(int) - Method in class com.chad.library.adapter.base.BaseViewHolder
 
getViewByPosition(int, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
get the specific view by position,e.g.
getViewByPosition(RecyclerView, int, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
getViewHolderPosition(RecyclerView.ViewHolder) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
getViewType(T) - Method in class com.chad.library.adapter.base.MultipleItemRvAdapter
 

H

hasSubItem() - Method in class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
hasSubItems(IExpandable) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
header - Variable in class com.chad.library.adapter.base.entity.SectionEntity
 
header - Variable in class com.chad.library.adapter.base.entity.SectionMultiEntity
 
HEADER_VIEW - Static variable in class com.chad.library.adapter.base.BaseQuickAdapter
 

I

IExpandable<T> - Interface in com.chad.library.adapter.base.entity
implement the interface if the item is expandable Created by luoxw on 2016/8/8.
inRangeOfView(View, MotionEvent) - Method in class com.chad.library.adapter.base.listener.SimpleClickListener
 
isExpandable(MultiItemEntity) - Method in class com.chad.library.adapter.base.BaseMultiItemQuickAdapter
 
isExpandable(T) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
isExpanded() - Method in class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
isExpanded() - Method in interface com.chad.library.adapter.base.entity.IExpandable
 
isFirstOnly(boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
isFixedViewType(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
isFixedViewType(int) - Method in class com.chad.library.adapter.base.BaseSectionMultiItemQuickAdapter
 
isFixedViewType(int) - Method in class com.chad.library.adapter.base.BaseSectionQuickAdapter
 
isFooterViewAsFlow() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
isHeader - Variable in class com.chad.library.adapter.base.entity.SectionEntity
 
isHeader - Variable in class com.chad.library.adapter.base.entity.SectionMultiEntity
 
isHeaderViewAsFlow() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
isItemDraggable() - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
isItemSwipeEnable() - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
isItemViewSwipeEnabled() - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
isLoadEndGone() - Method in class com.chad.library.adapter.base.loadmore.LoadMoreView
Deprecated.
isLoadEndMoreGone() - Method in class com.chad.library.adapter.base.loadmore.LoadMoreView
 
isLoading() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
isLoadMoreEnable() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Returns the enabled status for load more.
isLongPressDragEnabled() - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
isUpFetchEnable() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
isUpFetching() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
isUseEmpty(boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Set whether to use empty view
ItemDragAndSwipeCallback - Class in com.chad.library.adapter.base.callback
Created by luoxw on 2016/6/20.
ItemDragAndSwipeCallback(BaseItemDraggableAdapter) - Constructor for class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
itemDragEnabled - Variable in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
ItemProviderException - Exception in com.chad.library.adapter.base.util
 
ItemProviderException(String) - Constructor for exception com.chad.library.adapter.base.util.ItemProviderException
 
itemSwipeEnabled - Variable in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 

L

layout() - Method in class com.chad.library.adapter.base.provider.BaseItemProvider
 
linkify(int) - Method in class com.chad.library.adapter.base.BaseViewHolder
Add links into a TextView.
LOADING_VIEW - Static variable in class com.chad.library.adapter.base.BaseQuickAdapter
 
loadMoreComplete() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Refresh complete
loadMoreEnd() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Refresh end, no more data
loadMoreEnd(boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Refresh end, no more data
loadMoreFail() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Refresh failed
LoadMoreView - Class in com.chad.library.adapter.base.loadmore
Created by BlingBling on 2016/11/11.
LoadMoreView() - Constructor for class com.chad.library.adapter.base.loadmore.LoadMoreView
 

M

mContext - Variable in class com.chad.library.adapter.base.BaseQuickAdapter
 
mContext - Variable in class com.chad.library.adapter.base.provider.BaseItemProvider
 
mData - Variable in class com.chad.library.adapter.base.BaseQuickAdapter
 
mData - Variable in class com.chad.library.adapter.base.provider.BaseItemProvider
 
mDragOnLongPress - Variable in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
mExpandable - Variable in class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
mItemTouchHelper - Variable in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
mLayoutInflater - Variable in class com.chad.library.adapter.base.BaseQuickAdapter
 
mLayoutResId - Variable in class com.chad.library.adapter.base.BaseQuickAdapter
 
mOnItemDragListener - Variable in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
mOnItemSwipeListener - Variable in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
mOnToggleViewLongClickListener - Variable in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
mOnToggleViewTouchListener - Variable in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
mProviderDelegate - Variable in class com.chad.library.adapter.base.MultipleItemRvAdapter
 
mSectionHeadResId - Variable in class com.chad.library.adapter.base.BaseSectionMultiItemQuickAdapter
 
mSectionHeadResId - Variable in class com.chad.library.adapter.base.BaseSectionQuickAdapter
 
mSubItems - Variable in class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
mToggleViewId - Variable in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
MultiItemEntity - Interface in com.chad.library.adapter.base.entity
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
MultipleItemRvAdapter<T,V extends BaseViewHolder> - Class in com.chad.library.adapter.base
https://github.com/chaychan
MultipleItemRvAdapter(List<T>) - Constructor for class com.chad.library.adapter.base.MultipleItemRvAdapter
 
MultiTypeDelegate<T> - Class in com.chad.library.adapter.base.util
help you to achieve multi type easily
MultiTypeDelegate(SparseIntArray) - Constructor for class com.chad.library.adapter.base.util.MultiTypeDelegate
 
MultiTypeDelegate() - Constructor for class com.chad.library.adapter.base.util.MultiTypeDelegate
 

N

notifyLoadMoreToLoading() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
The notification starts the callback and loads more

O

onAttachedToRecyclerView(RecyclerView) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
onBindViewHolder(K, int) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
To bind different types of holder and solve different the bind events
onBindViewHolder(K, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
To bind different types of holder and solve different the bind events
onBindViewHolder(K, int) - Method in class com.chad.library.adapter.base.BaseSectionMultiItemQuickAdapter
 
onBindViewHolder(K, int) - Method in class com.chad.library.adapter.base.BaseSectionQuickAdapter
 
onChildDrawOver(Canvas, RecyclerView, RecyclerView.ViewHolder, float, float, int, boolean) - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
onClick(V, T, int) - Method in class com.chad.library.adapter.base.provider.BaseItemProvider
 
onCreateDefViewHolder(ViewGroup, int) - Method in class com.chad.library.adapter.base.BaseMultiItemQuickAdapter
 
onCreateDefViewHolder(ViewGroup, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
onCreateDefViewHolder(ViewGroup, int) - Method in class com.chad.library.adapter.base.BaseSectionMultiItemQuickAdapter
 
onCreateDefViewHolder(ViewGroup, int) - Method in class com.chad.library.adapter.base.BaseSectionQuickAdapter
 
onCreateViewHolder(ViewGroup, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
onInterceptTouchEvent(RecyclerView, MotionEvent) - Method in class com.chad.library.adapter.base.listener.SimpleClickListener
 
onItemChildClick(BaseQuickAdapter, View, int) - Method in interface com.chad.library.adapter.base.BaseQuickAdapter.OnItemChildClickListener
callback method to be invoked when an item in this view has been click and held
onItemChildClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemChildClickListener
 
onItemChildClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemChildLongClickListener
 
onItemChildClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemClickListener
 
onItemChildClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemLongClickListener
 
onItemChildClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.SimpleClickListener
 
OnItemChildClickListener - Class in com.chad.library.adapter.base.listener
Created by AllenCoder on 2016/8/03.
OnItemChildClickListener() - Constructor for class com.chad.library.adapter.base.listener.OnItemChildClickListener
 
onItemChildLongClick(BaseQuickAdapter, View, int) - Method in interface com.chad.library.adapter.base.BaseQuickAdapter.OnItemChildLongClickListener
callback method to be invoked when an item in this view has been click and held
onItemChildLongClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemChildClickListener
 
onItemChildLongClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemChildLongClickListener
 
onItemChildLongClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemClickListener
 
onItemChildLongClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemLongClickListener
 
onItemChildLongClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.SimpleClickListener
 
OnItemChildLongClickListener - Class in com.chad.library.adapter.base.listener
Created by AllenCoder on 2016/8/03.
OnItemChildLongClickListener() - Constructor for class com.chad.library.adapter.base.listener.OnItemChildLongClickListener
 
onItemClick(BaseQuickAdapter, View, int) - Method in interface com.chad.library.adapter.base.BaseQuickAdapter.OnItemClickListener
Callback method to be invoked when an item in this RecyclerView has been clicked.
onItemClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemChildClickListener
 
onItemClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemChildLongClickListener
 
onItemClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemClickListener
 
onItemClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemLongClickListener
 
onItemClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.SimpleClickListener
Callback method to be invoked when an item in this AdapterView has been clicked.
OnItemClickListener - Class in com.chad.library.adapter.base.listener
Created by AllenCoder on 2016/8/03.
OnItemClickListener() - Constructor for class com.chad.library.adapter.base.listener.OnItemClickListener
 
onItemDragEnd(RecyclerView.ViewHolder) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
onItemDragEnd(RecyclerView.ViewHolder, int) - Method in interface com.chad.library.adapter.base.listener.OnItemDragListener
 
OnItemDragListener - Interface in com.chad.library.adapter.base.listener
Created by luoxw on 2016/6/20.
onItemDragMoving(RecyclerView.ViewHolder, RecyclerView.ViewHolder) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
onItemDragMoving(RecyclerView.ViewHolder, int, RecyclerView.ViewHolder, int) - Method in interface com.chad.library.adapter.base.listener.OnItemDragListener
 
onItemDragStart(RecyclerView.ViewHolder) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
onItemDragStart(RecyclerView.ViewHolder, int) - Method in interface com.chad.library.adapter.base.listener.OnItemDragListener
 
onItemLongClick(BaseQuickAdapter, View, int) - Method in interface com.chad.library.adapter.base.BaseQuickAdapter.OnItemLongClickListener
callback method to be invoked when an item in this view has been click and held
onItemLongClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemChildClickListener
 
onItemLongClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemChildLongClickListener
 
onItemLongClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemClickListener
 
onItemLongClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemLongClickListener
 
onItemLongClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.SimpleClickListener
callback method to be invoked when an item in this view has been click and held
OnItemLongClickListener - Class in com.chad.library.adapter.base.listener
create by: allen on 16/8/3.
OnItemLongClickListener() - Constructor for class com.chad.library.adapter.base.listener.OnItemLongClickListener
 
onItemSwipeClear(RecyclerView.ViewHolder) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
onItemSwiped(RecyclerView.ViewHolder) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
onItemSwiped(RecyclerView.ViewHolder, int) - Method in interface com.chad.library.adapter.base.listener.OnItemSwipeListener
Called when item is swiped, the view is going to be removed from the adapter.
OnItemSwipeListener - Interface in com.chad.library.adapter.base.listener
Created by luoxw on 2016/6/23.
onItemSwipeMoving(Canvas, RecyclerView.ViewHolder, float, float, boolean) - Method in interface com.chad.library.adapter.base.listener.OnItemSwipeListener
Draw on the empty edge when swipe moving
onItemSwipeStart(RecyclerView.ViewHolder) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
onItemSwipeStart(RecyclerView.ViewHolder, int) - Method in interface com.chad.library.adapter.base.listener.OnItemSwipeListener
Called when the swipe action start.
onItemSwiping(Canvas, RecyclerView.ViewHolder, float, float, boolean) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
onLoadMoreRequested() - Method in interface com.chad.library.adapter.base.BaseQuickAdapter.RequestLoadMoreListener
 
onLongClick(V, T, int) - Method in class com.chad.library.adapter.base.provider.BaseItemProvider
 
onMove(RecyclerView, RecyclerView.ViewHolder, RecyclerView.ViewHolder) - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
onMoved(RecyclerView, RecyclerView.ViewHolder, int, RecyclerView.ViewHolder, int, int, int) - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
onRequestDisallowInterceptTouchEvent(boolean) - Method in class com.chad.library.adapter.base.listener.SimpleClickListener
 
onSelectedChanged(RecyclerView.ViewHolder, int) - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
onSimpleItemChildClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemChildClickListener
 
onSimpleItemChildLongClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemChildLongClickListener
 
onSimpleItemClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemClickListener
 
onSimpleItemLongClick(BaseQuickAdapter, View, int) - Method in class com.chad.library.adapter.base.listener.OnItemLongClickListener
 
onSwiped(RecyclerView.ViewHolder, int) - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
onTouchEvent(RecyclerView, MotionEvent) - Method in class com.chad.library.adapter.base.listener.SimpleClickListener
 
onUpFetch() - Method in interface com.chad.library.adapter.base.BaseQuickAdapter.UpFetchListener
 
onViewAttachedToWindow(K) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Called when a view created by this adapter has been attached to a window.
openLoadAnimation(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Set the view animation type.
openLoadAnimation(BaseAnimation) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Set Custom ObjectAnimator
openLoadAnimation() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
To open the animation when loading

P

ProviderDelegate - Class in com.chad.library.adapter.base.util
https://github.com/chaychan
ProviderDelegate() - Constructor for class com.chad.library.adapter.base.util.ProviderDelegate
 

R

refreshNotifyItemChanged(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
If you have added headeview, the notification view refreshes.
registerItemProvider() - Method in class com.chad.library.adapter.base.MultipleItemRvAdapter
 
registerItemType(int, int) - Method in class com.chad.library.adapter.base.util.MultiTypeDelegate
set your own type one by one.
registerItemTypeAutoIncrease(int...) - Method in class com.chad.library.adapter.base.util.MultiTypeDelegate
auto increase type vale, start from 0.
registerProvider(BaseItemProvider) - Method in class com.chad.library.adapter.base.util.ProviderDelegate
 
remove(int) - Method in class com.chad.library.adapter.base.BaseMultiItemQuickAdapter
 
remove(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
remove the item associated with the specified position of adapter
remove(int) - Method in class com.chad.library.adapter.base.BaseSectionMultiItemQuickAdapter
 
removeAllChild(IExpandable, int) - Method in class com.chad.library.adapter.base.BaseMultiItemQuickAdapter
移除父控件时,若父控件处于展开状态,则先移除其所有的子控件
removeAllChild(IExpandable, int) - Method in class com.chad.library.adapter.base.BaseSectionMultiItemQuickAdapter
移除父控件时,若父控件处于展开状态,则先移除其所有的子控件
removeAllFooterView() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
remove all footer view from mFooterLayout and set null to mFooterLayout
removeAllHeaderView() - Method in class com.chad.library.adapter.base.BaseQuickAdapter
remove all header view from mHeaderLayout and set null to mHeaderLayout
removeDataFromParent(T) - Method in class com.chad.library.adapter.base.BaseMultiItemQuickAdapter
移除子控件时,移除父控件实体类中相关子控件数据,避免关闭后再次展开数据重现
removeDataFromParent(T) - Method in class com.chad.library.adapter.base.BaseSectionMultiItemQuickAdapter
移除子控件时,移除父控件实体类中相关子控件数据,避免关闭后再次展开数据重现
removeFooterView(View) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
remove footer view from mFooterLayout, When the child count of mFooterLayout is 0, mFooterLayout will be set to null.
removeHeaderView(View) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
remove header view from mHeaderLayout.
removeSubItem(T) - Method in class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
removeSubItem(int) - Method in class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
replaceData(Collection<? extends T>) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
use data to replace all item in mData.

S

SCALEIN - Static variable in class com.chad.library.adapter.base.BaseQuickAdapter
ScaleInAnimation - Class in com.chad.library.adapter.base.animation
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
ScaleInAnimation() - Constructor for class com.chad.library.adapter.base.animation.ScaleInAnimation
 
ScaleInAnimation(float) - Constructor for class com.chad.library.adapter.base.animation.ScaleInAnimation
 
SECTION_HEADER_VIEW - Static variable in class com.chad.library.adapter.base.BaseSectionMultiItemQuickAdapter
 
SECTION_HEADER_VIEW - Static variable in class com.chad.library.adapter.base.BaseSectionQuickAdapter
 
SectionEntity<T> - Class in com.chad.library.adapter.base.entity
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
SectionEntity(boolean, String) - Constructor for class com.chad.library.adapter.base.entity.SectionEntity
 
SectionEntity(T) - Constructor for class com.chad.library.adapter.base.entity.SectionEntity
 
SectionMultiEntity<T> - Class in com.chad.library.adapter.base.entity
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
SectionMultiEntity(boolean, String) - Constructor for class com.chad.library.adapter.base.entity.SectionMultiEntity
 
SectionMultiEntity(T) - Constructor for class com.chad.library.adapter.base.entity.SectionMultiEntity
 
setAdapter(int, Adapter) - Method in class com.chad.library.adapter.base.BaseViewHolder
Sets the adapter of a adapter view.
setAdapter(BaseQuickAdapter) - Method in class com.chad.library.adapter.base.BaseViewHolder
Sets the adapter of a adapter view.
setAlpha(int, float) - Method in class com.chad.library.adapter.base.BaseViewHolder
Add an action to set the alpha of a view.
setAssociatedObject(Object) - Method in class com.chad.library.adapter.base.BaseViewHolder
Should be called during convert
setAutoLoadMoreSize(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Deprecated.
setBackgroundColor(int, int) - Method in class com.chad.library.adapter.base.BaseViewHolder
Will set background color of a view.
setBackgroundRes(int, int) - Method in class com.chad.library.adapter.base.BaseViewHolder
Will set background of a view.
setChecked(int, boolean) - Method in class com.chad.library.adapter.base.BaseViewHolder
Sets the checked status of a checkable.
setData(int, T) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
change data
setDefaultViewTypeLayout(int) - Method in class com.chad.library.adapter.base.BaseMultiItemQuickAdapter
 
setDefaultViewTypeLayout(int) - Method in class com.chad.library.adapter.base.BaseSectionMultiItemQuickAdapter
 
setDragMoveFlags(int) - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
Set the drag movement direction.
setDuration(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Sets the duration of the animation.
setEmptyView(int, ViewGroup) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setEmptyView(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Deprecated.
setEmptyView(View) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setEnabled(int, boolean) - Method in class com.chad.library.adapter.base.BaseViewHolder
Set the enabled state of this view.
setEnableLoadMore(boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Set the enabled state of load more.
setExpanded(boolean) - Method in class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
setExpanded(boolean) - Method in interface com.chad.library.adapter.base.entity.IExpandable
 
setFooterView(View) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setFooterView(View, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setFooterView(View, int, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setFooterViewAsFlow(boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setFullSpan(RecyclerView.ViewHolder) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
When set to true, the item will layout using all span area.
setGone(int, boolean) - Method in class com.chad.library.adapter.base.BaseViewHolder
Set a view visibility to VISIBLE (true) or GONE (false).
setHeaderAndEmpty(boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Call before RecyclerView#setAdapter(RecyclerView.Adapter)
setHeaderFooterEmpty(boolean, boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
set emptyView show if adapter is empty and want to show headview and footview Call before RecyclerView#setAdapter(RecyclerView.Adapter)
setHeaderView(View) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setHeaderView(View, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setHeaderView(View, int, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setHeaderViewAsFlow(boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setImageBitmap(int, Bitmap) - Method in class com.chad.library.adapter.base.BaseViewHolder
Add an action to set the image of an image view.
setImageDrawable(int, Drawable) - Method in class com.chad.library.adapter.base.BaseViewHolder
Will set the image of an ImageView from a drawable.
setImageResource(int, int) - Method in class com.chad.library.adapter.base.BaseViewHolder
Will set the image of an ImageView from a resource id.
setLoadMoreEndGone(boolean) - Method in class com.chad.library.adapter.base.loadmore.LoadMoreView
 
setLoadMoreStatus(int) - Method in class com.chad.library.adapter.base.loadmore.LoadMoreView
 
setLoadMoreView(LoadMoreView) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Set custom load more
setMax(int, int) - Method in class com.chad.library.adapter.base.BaseViewHolder
Sets the range of a ProgressBar to 0...max.
setMoveThreshold(float) - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
Set the fraction that the user should move the View to be considered as it is dragged.
setMultiTypeDelegate(MultiTypeDelegate<T>) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setNestView(int...) - Method in class com.chad.library.adapter.base.BaseViewHolder
set nestview id
setNewData(List<T>) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
setting up a new instance to data;
setNotDoAnimationCount(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
up fetch end
setOnCheckedChangeListener(int, CompoundButton.OnCheckedChangeListener) - Method in class com.chad.library.adapter.base.BaseViewHolder
Sets the on checked change listener of the view.
setOnClickListener(int, View.OnClickListener) - Method in class com.chad.library.adapter.base.BaseViewHolder
Deprecated.
setOnItemChildClickListener(BaseQuickAdapter.OnItemChildClickListener) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Register a callback to be invoked when an itemchild in View has been clicked
setOnItemChildLongClickListener(BaseQuickAdapter.OnItemChildLongClickListener) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Register a callback to be invoked when an itemchild in this View has been long clicked and held
setOnItemClick(View, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
override this method if you want to override click event logic
setOnItemClickListener(BaseQuickAdapter.OnItemClickListener) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Register a callback to be invoked when an item in this RecyclerView has been clicked.
setOnItemClickListener(int, AdapterView.OnItemClickListener) - Method in class com.chad.library.adapter.base.BaseViewHolder
Deprecated.
setOnItemDragListener(OnItemDragListener) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
setOnItemLongClick(View, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
override this method if you want to override longClick event logic
setOnItemLongClickListener(BaseQuickAdapter.OnItemLongClickListener) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Register a callback to be invoked when an item in this RecyclerView has been long clicked and held
setOnItemLongClickListener(int, AdapterView.OnItemLongClickListener) - Method in class com.chad.library.adapter.base.BaseViewHolder
Sets the listview or gridview's item long click listener of the view
setOnItemSelectedClickListener(int, AdapterView.OnItemSelectedListener) - Method in class com.chad.library.adapter.base.BaseViewHolder
Sets the listview or gridview's item selected click listener of the view
setOnItemSwipeListener(OnItemSwipeListener) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
 
setOnLoadMoreListener(BaseQuickAdapter.RequestLoadMoreListener) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
Deprecated.
This method is because it can lead to crash: always call this method while RecyclerView is computing a layout or scrolling. Please use BaseQuickAdapter.setOnLoadMoreListener(RequestLoadMoreListener, RecyclerView)
setOnLoadMoreListener(BaseQuickAdapter.RequestLoadMoreListener, RecyclerView) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setOnLongClickListener(int, View.OnLongClickListener) - Method in class com.chad.library.adapter.base.BaseViewHolder
Deprecated.
setOnTouchListener(int, View.OnTouchListener) - Method in class com.chad.library.adapter.base.BaseViewHolder
Deprecated.
setPreLoadNumber(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setProgress(int, int) - Method in class com.chad.library.adapter.base.BaseViewHolder
Sets the progress of a ProgressBar.
setProgress(int, int, int) - Method in class com.chad.library.adapter.base.BaseViewHolder
Sets the progress and max of a ProgressBar.
setRating(int, float) - Method in class com.chad.library.adapter.base.BaseViewHolder
Sets the rating (the number of stars filled) of a RatingBar.
setRating(int, float, int) - Method in class com.chad.library.adapter.base.BaseViewHolder
Sets the rating (the number of stars filled) and max of a RatingBar.
setSpanSizeLookup(BaseQuickAdapter.SpanSizeLookup) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setStartUpFetchPosition(int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setSubItems(List<T>) - Method in class com.chad.library.adapter.base.entity.AbstractExpandableItem
 
setSwipeMoveFlags(int) - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
Set the swipe movement direction.
setSwipeThreshold(float) - Method in class com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
Set the fraction that the user should move the View to be considered as swiped.
setTag(int, Object) - Method in class com.chad.library.adapter.base.BaseViewHolder
Sets the tag of the view.
setTag(int, int, Object) - Method in class com.chad.library.adapter.base.BaseViewHolder
Sets the tag of the view.
setText(int, CharSequence) - Method in class com.chad.library.adapter.base.BaseViewHolder
Will set the text of a TextView.
setText(int, int) - Method in class com.chad.library.adapter.base.BaseViewHolder
 
setTextColor(int, int) - Method in class com.chad.library.adapter.base.BaseViewHolder
Will set text color of a TextView.
setToggleDragOnLongPress(boolean) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
Set the drag event should be trigger on long press.
setToggleViewId(int) - Method in class com.chad.library.adapter.base.BaseItemDraggableAdapter
Set the toggle view's id which will trigger drag event.
setTypeface(int, Typeface) - Method in class com.chad.library.adapter.base.BaseViewHolder
Apply the typeface to the given viewId, and enable subpixel rendering.
setTypeface(Typeface, int...) - Method in class com.chad.library.adapter.base.BaseViewHolder
Apply the typeface to all the given viewIds, and enable subpixel rendering.
setUpFetchEnable(boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setUpFetching(boolean) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setUpFetchListener(BaseQuickAdapter.UpFetchListener) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
 
setVisible(int, boolean) - Method in class com.chad.library.adapter.base.BaseViewHolder
Set a view visibility to VISIBLE (true) or INVISIBLE (false).
SimpleClickListener - Class in com.chad.library.adapter.base.listener
Created by AllenCoder on 2016/8/03.
SimpleClickListener() - Constructor for class com.chad.library.adapter.base.listener.SimpleClickListener
 
SimpleLoadMoreView - Class in com.chad.library.adapter.base.loadmore
Created by BlingBling on 2016/10/11.
SimpleLoadMoreView() - Constructor for class com.chad.library.adapter.base.loadmore.SimpleLoadMoreView
 
SLIDEIN_BOTTOM - Static variable in class com.chad.library.adapter.base.BaseQuickAdapter
SLIDEIN_LEFT - Static variable in class com.chad.library.adapter.base.BaseQuickAdapter
SLIDEIN_RIGHT - Static variable in class com.chad.library.adapter.base.BaseQuickAdapter
SlideInBottomAnimation - Class in com.chad.library.adapter.base.animation
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
SlideInBottomAnimation() - Constructor for class com.chad.library.adapter.base.animation.SlideInBottomAnimation
 
SlideInLeftAnimation - Class in com.chad.library.adapter.base.animation
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
SlideInLeftAnimation() - Constructor for class com.chad.library.adapter.base.animation.SlideInLeftAnimation
 
SlideInRightAnimation - Class in com.chad.library.adapter.base.animation
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
SlideInRightAnimation() - Constructor for class com.chad.library.adapter.base.animation.SlideInRightAnimation
 
startAnim(Animator, int) - Method in class com.chad.library.adapter.base.BaseQuickAdapter
set anim to start when loading
STATUS_DEFAULT - Static variable in class com.chad.library.adapter.base.loadmore.LoadMoreView
 
STATUS_END - Static variable in class com.chad.library.adapter.base.loadmore.LoadMoreView
 
STATUS_FAIL - Static variable in class com.chad.library.adapter.base.loadmore.LoadMoreView
 
STATUS_LOADING - Static variable in class com.chad.library.adapter.base.loadmore.LoadMoreView
 

T

t - Variable in class com.chad.library.adapter.base.entity.SectionEntity
 
t - Variable in class com.chad.library.adapter.base.entity.SectionMultiEntity
 
TAG - Static variable in class com.chad.library.adapter.base.BaseQuickAdapter
 
TAG - Static variable in class com.chad.library.adapter.base.listener.SimpleClickListener
 
TouchEventUtil - Class in com.chad.library.adapter.base.util
 
TouchEventUtil() - Constructor for class com.chad.library.adapter.base.util.TouchEventUtil
 
TYPE_NOT_FOUND - Static variable in class com.chad.library.adapter.base.BaseMultiItemQuickAdapter
 
TYPE_NOT_FOUND - Static variable in class com.chad.library.adapter.base.BaseSectionMultiItemQuickAdapter
 

V

viewType() - Method in class com.chad.library.adapter.base.provider.BaseItemProvider
 
A B C D E F G H I L M N O P R S T V 
Skip navigation links