跳过导航链接
A B C D E F G H I L M N O R S T 

A

AbstractExpandableItem<T> - com.chad.library.adapter.base.entity中的类
A helper to implement expandable item.
AbstractExpandableItem() - 类 的构造器com.chad.library.adapter.base.entity.AbstractExpandableItem
 
add(int, T) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
已过时。
addData(int, T) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
add one new data in to certain location
addData(T) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
add one new data
addData(int, Collection<? extends T>) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
add new data in to certain location
addData(Collection<? extends T>) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
add new data to the end of mData
addFooterView(View) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Append footer to the rear of the mFooterLayout.
addFooterView(View, int) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
 
addFooterView(View, int, int) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Add footer view to mFooterLayout and set footer view position in mFooterLayout.
addHeaderView(View) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Append header to the rear of the mHeaderLayout.
addHeaderView(View, int) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Add header view to mHeaderLayout and set header view position in mHeaderLayout.
addHeaderView(View, int, int) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
 
addItemType(int, int) - 类 中的方法com.chad.library.adapter.base.BaseMultiItemQuickAdapter
 
addOnClickListener(int) - 类 中的方法com.chad.library.adapter.base.BaseViewHolder
add childView id
addOnLongClickListener(int) - 类 中的方法com.chad.library.adapter.base.BaseViewHolder
add long click view id
addSubItem(T) - 类 中的方法com.chad.library.adapter.base.entity.AbstractExpandableItem
 
addSubItem(int, T) - 类 中的方法com.chad.library.adapter.base.entity.AbstractExpandableItem
 
ALPHAIN - 类 中的静态变量com.chad.library.adapter.base.BaseQuickAdapter
AlphaInAnimation - com.chad.library.adapter.base.animation中的类
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
AlphaInAnimation() - 类 的构造器com.chad.library.adapter.base.animation.AlphaInAnimation
 
AlphaInAnimation(float) - 类 的构造器com.chad.library.adapter.base.animation.AlphaInAnimation
 

B

BaseAnimation - com.chad.library.adapter.base.animation中的接口
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
BaseItemDraggableAdapter<T,K extends BaseViewHolder> - com.chad.library.adapter.base中的类
Created by luoxw on 2016/7/13.
BaseItemDraggableAdapter(List<T>) - 类 的构造器com.chad.library.adapter.base.BaseItemDraggableAdapter
 
BaseItemDraggableAdapter(int, List<T>) - 类 的构造器com.chad.library.adapter.base.BaseItemDraggableAdapter
 
BaseMultiItemQuickAdapter<T extends MultiItemEntity,K extends BaseViewHolder> - com.chad.library.adapter.base中的类
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
BaseMultiItemQuickAdapter(List<T>) - 类 的构造器com.chad.library.adapter.base.BaseMultiItemQuickAdapter
Same as QuickAdapter#QuickAdapter(Context,int) but with some initialization data.
BaseQuickAdapter<T,K extends BaseViewHolder> - com.chad.library.adapter.base中的类
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
BaseQuickAdapter(int, List<T>) - 类 的构造器com.chad.library.adapter.base.BaseQuickAdapter
Same as QuickAdapter#QuickAdapter(Context,int) but with some initialization data.
BaseQuickAdapter(List<T>) - 类 的构造器com.chad.library.adapter.base.BaseQuickAdapter
 
BaseQuickAdapter(int) - 类 的构造器com.chad.library.adapter.base.BaseQuickAdapter
 
baseQuickAdapter - 类 中的变量com.chad.library.adapter.base.listener.SimpleClickListener
 
BaseQuickAdapter.AnimationType - com.chad.library.adapter.base中的注释类型
 
BaseQuickAdapter.OnItemChildClickListener - com.chad.library.adapter.base中的接口
Interface definition for a callback to be invoked when an itemchild in this view has been clicked
BaseQuickAdapter.OnItemChildLongClickListener - 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 - 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 - 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 - com.chad.library.adapter.base中的接口
 
BaseQuickAdapter.SpanSizeLookup - com.chad.library.adapter.base中的接口
 
BaseQuickAdapter.UpFetchListener - com.chad.library.adapter.base中的接口
 
BaseSectionQuickAdapter<T extends SectionEntity,K extends BaseViewHolder> - com.chad.library.adapter.base中的类
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
BaseSectionQuickAdapter(int, int, List<T>) - 类 的构造器com.chad.library.adapter.base.BaseSectionQuickAdapter
Same as QuickAdapter#QuickAdapter(Context,int) but with some initialization data.
BaseViewHolder - com.chad.library.adapter.base中的类
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
BaseViewHolder(View) - 类 的构造器com.chad.library.adapter.base.BaseViewHolder
 
bindToRecyclerView(RecyclerView) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
same as recyclerView.setAdapter(), and save the instance of recyclerView

C

clearView(RecyclerView, RecyclerView.ViewHolder) - 类 中的方法com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
clearView(RecyclerView.ViewHolder, int) - 接口 中的方法com.chad.library.adapter.base.listener.OnItemSwipeListener
Called when the swipe action is over.
collapse(int, boolean, boolean) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Collapse an expandable item that has been expanded..
collapse(int) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Collapse an expandable item that has been expanded..
collapse(int, boolean) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Collapse an expandable item that has been expanded..
com.chad.library.adapter.base - 程序包 com.chad.library.adapter.base
 
com.chad.library.adapter.base.animation - 程序包 com.chad.library.adapter.base.animation
 
com.chad.library.adapter.base.callback - 程序包 com.chad.library.adapter.base.callback
 
com.chad.library.adapter.base.entity - 程序包 com.chad.library.adapter.base.entity
 
com.chad.library.adapter.base.listener - 程序包 com.chad.library.adapter.base.listener
 
com.chad.library.adapter.base.loadmore - 程序包 com.chad.library.adapter.base.loadmore
 
com.chad.library.adapter.base.util - 程序包 com.chad.library.adapter.base.util
 
contains(T) - 类 中的方法com.chad.library.adapter.base.entity.AbstractExpandableItem
 
convert(K, T) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Implement this method and use the helper to adapt the view to the given item.
convert(BaseViewHolder) - 类 中的方法com.chad.library.adapter.base.loadmore.LoadMoreView
 
convertHead(K, T) - 类 中的方法com.chad.library.adapter.base.BaseSectionQuickAdapter
 
convertView - 类 中的变量com.chad.library.adapter.base.BaseViewHolder
已过时。
createBaseViewHolder(ViewGroup, int) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
 
createBaseViewHolder(View) - 类 中的方法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() - 类 中的方法com.chad.library.adapter.base.BaseItemDraggableAdapter
Disable drag items.
disableLoadMoreIfNotFullPage() - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
 
disableLoadMoreIfNotFullPage(RecyclerView) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
check if full page after BaseQuickAdapter.setNewData(List), if full, it will enable load more again.
disableSwipeItem() - 类 中的方法com.chad.library.adapter.base.BaseItemDraggableAdapter
 

E

EMPTY_VIEW - 类 中的静态变量com.chad.library.adapter.base.BaseQuickAdapter
 
enableDragItem(ItemTouchHelper) - 类 中的方法com.chad.library.adapter.base.BaseItemDraggableAdapter
Enable drag items.
enableDragItem(ItemTouchHelper, int, boolean) - 类 中的方法com.chad.library.adapter.base.BaseItemDraggableAdapter
Enable drag items.
enableLoadMoreEndClick(boolean) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Load more without data when settings are clicked loaded
enableSwipeItem() - 类 中的方法com.chad.library.adapter.base.BaseItemDraggableAdapter
Enable swipe items.
expand(int, boolean, boolean) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Expand an expandable item
expand(int, boolean) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Expand an expandable item
expand(int) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Expand an expandable item with animation.
expandAll(int, boolean, boolean) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
 
expandAll(int, boolean) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
expand the item and all its subItems
expandAll() - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
 

F

FOOTER_VIEW - 类 中的静态变量com.chad.library.adapter.base.BaseQuickAdapter
 

G

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

H

hasSubItem() - 类 中的方法com.chad.library.adapter.base.entity.AbstractExpandableItem
 
header - 类 中的变量com.chad.library.adapter.base.entity.SectionEntity
 
HEADER_VIEW - 类 中的静态变量com.chad.library.adapter.base.BaseQuickAdapter
 

I

IExpandable<T> - com.chad.library.adapter.base.entity中的接口
implement the interface if the item is expandable Created by luoxw on 2016/8/8.
inRangeOfView(View, MotionEvent) - 类 中的方法com.chad.library.adapter.base.listener.SimpleClickListener
 
isExpandable(T) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
 
isExpanded() - 类 中的方法com.chad.library.adapter.base.entity.AbstractExpandableItem
 
isExpanded() - 接口 中的方法com.chad.library.adapter.base.entity.IExpandable
 
isFirstOnly(boolean) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
 
isFixedViewType(int) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
 
isFixedViewType(int) - 类 中的方法com.chad.library.adapter.base.BaseSectionQuickAdapter
 
isFooterViewAsFlow() - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
 
isHeader - 类 中的变量com.chad.library.adapter.base.entity.SectionEntity
 
isHeaderViewAsFlow() - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
 
isItemDraggable() - 类 中的方法com.chad.library.adapter.base.BaseItemDraggableAdapter
 
isItemSwipeEnable() - 类 中的方法com.chad.library.adapter.base.BaseItemDraggableAdapter
 
isItemViewSwipeEnabled() - 类 中的方法com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
isLoadEndGone() - 类 中的方法com.chad.library.adapter.base.loadmore.LoadMoreView
已过时。
isLoadEndMoreGone() - 类 中的方法com.chad.library.adapter.base.loadmore.LoadMoreView
 
isLoading() - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
 
isLoadMoreEnable() - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Returns the enabled status for load more.
isLongPressDragEnabled() - 类 中的方法com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
isUpFetchEnable() - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
 
isUpFetching() - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
 
isUseEmpty(boolean) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Set whether to use empty view
ItemDragAndSwipeCallback - com.chad.library.adapter.base.callback中的类
Created by luoxw on 2016/6/20.
ItemDragAndSwipeCallback(BaseItemDraggableAdapter) - 类 的构造器com.chad.library.adapter.base.callback.ItemDragAndSwipeCallback
 
itemDragEnabled - 类 中的变量com.chad.library.adapter.base.BaseItemDraggableAdapter
 
itemSwipeEnabled - 类 中的变量com.chad.library.adapter.base.BaseItemDraggableAdapter
 

L

linkify(int) - 类 中的方法com.chad.library.adapter.base.BaseViewHolder
Add links into a TextView.
LOADING_VIEW - 类 中的静态变量com.chad.library.adapter.base.BaseQuickAdapter
 
loadMoreComplete() - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Refresh complete
loadMoreEnd() - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Refresh end, no more data
loadMoreEnd(boolean) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Refresh end, no more data
loadMoreFail() - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
Refresh failed
LoadMoreView - com.chad.library.adapter.base.loadmore中的类
Created by BlingBling on 2016/11/11.
LoadMoreView() - 类 的构造器com.chad.library.adapter.base.loadmore.LoadMoreView
 

M

mContext - 类 中的变量com.chad.library.adapter.base.BaseQuickAdapter
 
mData - 类 中的变量com.chad.library.adapter.base.BaseQuickAdapter
 
mDragOnLongPress - 类 中的变量com.chad.library.adapter.base.BaseItemDraggableAdapter
 
mExpandable - 类 中的变量com.chad.library.adapter.base.entity.AbstractExpandableItem
 
mItemTouchHelper - 类 中的变量com.chad.library.adapter.base.BaseItemDraggableAdapter
 
mLayoutInflater - 类 中的变量com.chad.library.adapter.base.BaseQuickAdapter
 
mLayoutResId - 类 中的变量com.chad.library.adapter.base.BaseQuickAdapter
 
mOnItemDragListener - 类 中的变量com.chad.library.adapter.base.BaseItemDraggableAdapter
 
mOnItemSwipeListener - 类 中的变量com.chad.library.adapter.base.BaseItemDraggableAdapter
 
mOnToggleViewLongClickListener - 类 中的变量com.chad.library.adapter.base.BaseItemDraggableAdapter
 
mOnToggleViewTouchListener - 类 中的变量com.chad.library.adapter.base.BaseItemDraggableAdapter
 
mSectionHeadResId - 类 中的变量com.chad.library.adapter.base.BaseSectionQuickAdapter
 
mSubItems - 类 中的变量com.chad.library.adapter.base.entity.AbstractExpandableItem
 
mToggleViewId - 类 中的变量com.chad.library.adapter.base.BaseItemDraggableAdapter
 
MultiItemEntity - com.chad.library.adapter.base.entity中的接口
https://github.com/CymChad/BaseRecyclerViewAdapterHelper
MultiTypeDelegate<T> - com.chad.library.adapter.base.util中的类
help you to achieve multi type easily Created by tysheng Date: 2017/4/6 08:41.
MultiTypeDelegate(SparseIntArray) - 类 的构造器com.chad.library.adapter.base.util.MultiTypeDelegate
 
MultiTypeDelegate() - 类 的构造器com.chad.library.adapter.base.util.MultiTypeDelegate
 

N

notifyLoadMoreToLoading() - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
The notification starts the callback and loads more

O

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

R

registerItemType(int, int) - 类 中的方法com.chad.library.adapter.base.util.MultiTypeDelegate
set your own type one by one.
registerItemTypeAutoIncrease(int...) - 类 中的方法com.chad.library.adapter.base.util.MultiTypeDelegate
auto increase type vale, start from 0.
remove(int) - 类 中的方法com.chad.library.adapter.base.BaseMultiItemQuickAdapter
 
remove(int) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
remove the item associated with the specified position of adapter
removeAllChild(IExpandable, int) - 类 中的方法com.chad.library.adapter.base.BaseMultiItemQuickAdapter
移除父控件时,若父控件处于展开状态,则先移除其所有的子控件
removeAllFooterView() - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
remove all footer view from mFooterLayout and set null to mFooterLayout
removeAllHeaderView() - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
remove all header view from mHeaderLayout and set null to mHeaderLayout
removeDataFromParent(T) - 类 中的方法com.chad.library.adapter.base.BaseMultiItemQuickAdapter
移除子控件时,移除父控件实体类中相关子控件数据,避免关闭后再次展开数据重现
removeFooterView(View) - 类 中的方法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) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
remove header view from mHeaderLayout.
removeSubItem(T) - 类 中的方法com.chad.library.adapter.base.entity.AbstractExpandableItem
 
removeSubItem(int) - 类 中的方法com.chad.library.adapter.base.entity.AbstractExpandableItem
 
replaceData(Collection<? extends T>) - 类 中的方法com.chad.library.adapter.base.BaseQuickAdapter
use data to replace all item in mData. this method is different BaseQuickAdapter.setNewData(List), it doesn't change the mData reference

S

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

T

t - 类 中的变量com.chad.library.adapter.base.entity.SectionEntity
 
TAG - 类 中的静态变量com.chad.library.adapter.base.BaseQuickAdapter
 
TAG - 类 中的静态变量com.chad.library.adapter.base.listener.SimpleClickListener
 
TouchEventUtil - com.chad.library.adapter.base.util中的类
 
TouchEventUtil() - 类 的构造器com.chad.library.adapter.base.util.TouchEventUtil
 
TYPE_NOT_FOUND - 类 中的静态变量com.chad.library.adapter.base.BaseMultiItemQuickAdapter
 
A B C D E F G H I L M N O R S T 
跳过导航链接