public class LinkageRecyclerView extends RecyclerView implements ILinkageScroll
| Constructor and Description |
|---|
LinkageRecyclerView(android.content.Context context) |
LinkageRecyclerView(android.content.Context context,
android.util.AttributeSet attrs) |
LinkageRecyclerView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyle) |
| Modifier and Type | Method and Description |
|---|---|
LinkageScrollHandler |
provideScrollHandler()
获取子布局向 LinkageScrollLayout
LinkageScrollLayout 提供的滚动处理接口 |
void |
setChildLinkageEvent(ChildLinkageEvent event)
设置内联事件的回调接口
|
public LinkageRecyclerView(android.content.Context context)
public LinkageRecyclerView(android.content.Context context,
android.util.AttributeSet attrs)
public LinkageRecyclerView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyle)
public void setChildLinkageEvent(ChildLinkageEvent event)
ILinkageScrollsetChildLinkageEvent in interface ILinkageScrollevent - ChildLinkageEvent that the top/bottom view holdspublic LinkageScrollHandler provideScrollHandler()
ILinkageScrollLinkageScrollLayout 提供的滚动处理接口provideScrollHandler in interface ILinkageScroll