-
public abstract class QuickItemBinder<T extends Object> extends BaseItemBinder<T, BaseViewHolder>
使用布局 ID 快速构建 Binder
-
-
Constructor Summary
Constructors Constructor Description QuickItemBinder()
-
Method Summary
Modifier and Type Method Description final BaseBinderAdaptergetAdapter()final ContextgetContext()final List<Object>getData()abstract IntegergetLayoutId()BaseViewHolderonCreateViewHolder(ViewGroup parent, Integer viewType)-
Methods inherited from class com.chad.library.adapter.base.binder.QuickItemBinder
addChildClickViewIds, addChildLongClickViewIds, convert, convert, getChildClickViewIds, getChildLongClickViewIds, onChildClick, onChildLongClick, onClick, onFailedToRecycleView, onLongClick, onViewAttachedToWindow, onViewDetachedFromWindow -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAdapter
final BaseBinderAdapter getAdapter()
-
getContext
final Context getContext()
-
getLayoutId
@LayoutRes() abstract Integer getLayoutId()
-
onCreateViewHolder
BaseViewHolder onCreateViewHolder(ViewGroup parent, Integer viewType)
-
-
-
-