- 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
- 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
-
- 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
- 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.
- 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
-
- 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
-