跳过导航链接
A B C D F G H I L M O P R S V 

A

addFooter(View) - 类 中的方法com.dalong.refreshlayout.RefreshBaseLayout
添加下拉加载布局作为footer
addHeader(View) - 类 中的方法com.dalong.refreshlayout.RefreshBaseLayout
添加上拉刷新布局作为header
autoRefresh() - 类 中的方法com.dalong.refreshlayout.RefreshLayout
自动刷新
avPullDownIntercept(View) - 类 中的方法com.dalong.refreshlayout.RefreshInterceptLauyout
获取adapterView是否滚动到顶部
avPullUpIntercept(View) - 类 中的方法com.dalong.refreshlayout.RefreshInterceptLauyout
获取adapterView是否滚动到底部

B

bottomScroll - 类 中的变量com.dalong.refreshlayout.RefreshBaseLayout
 

C

checkCanDoLoadMore() - 接口 中的方法com.dalong.refreshlayout.OnCheckCanLoadMoreListener
 
checkCanDoRefresh() - 接口 中的方法com.dalong.refreshlayout.OnCheckCanRefreshListener
 
com.dalong.refreshlayout - 程序包 com.dalong.refreshlayout
 

D

DefaultRefreshView - com.dalong.refreshlayout中的类
Created by zhouweilong on 2016/10/19.
DefaultRefreshView(Context) - 类 的构造器com.dalong.refreshlayout.DefaultRefreshView
 
DefaultRefreshView(Context, AttributeSet) - 类 的构造器com.dalong.refreshlayout.DefaultRefreshView
 

F

footer - 类 中的变量com.dalong.refreshlayout.RefreshBaseLayout
 
FooterView - com.dalong.refreshlayout中的类
加载更多布局 可以按照这个例子自定义自己的加载更多 Created by zhouweilong on 2016/10/19.
FooterView(Context) - 类 的构造器com.dalong.refreshlayout.FooterView
 

G

getPullDownIntercept() - 类 中的方法com.dalong.refreshlayout.RefreshInterceptLauyout
能不能下拉刷新
getPullUpIntercept() - 类 中的方法com.dalong.refreshlayout.RefreshInterceptLauyout
能不能加载

H

header - 类 中的变量com.dalong.refreshlayout.RefreshBaseLayout
 
headerContent - 类 中的变量com.dalong.refreshlayout.RefreshBaseLayout
 
HeaderView - com.dalong.refreshlayout中的类
默认的下拉刷新头部 可以按照这个例子 自定义头部 Created by zhouweilong on 2016/10/19.
HeaderView(Context) - 类 的构造器com.dalong.refreshlayout.HeaderView
 

I

init() - 类 中的方法com.dalong.refreshlayout.DefaultRefreshView
 
isCanLoad - 类 中的变量com.dalong.refreshlayout.RefreshInterceptLauyout
 
isCanRefresh - 类 中的变量com.dalong.refreshlayout.RefreshInterceptLauyout
 
isLoading - 类 中的变量com.dalong.refreshlayout.RefreshLayout
 
isRefreshing - 类 中的变量com.dalong.refreshlayout.RefreshLayout
 

L

lastChildIndex - 类 中的变量com.dalong.refreshlayout.RefreshBaseLayout
 
lastYIntercept - 类 中的变量com.dalong.refreshlayout.RefreshInterceptLauyout
 
lastYMove - 类 中的变量com.dalong.refreshlayout.RefreshInterceptLauyout
 

M

measureView(View) - 类 中的方法com.dalong.refreshlayout.RefreshLayout
测量view
mLoadTv - 类 中的变量com.dalong.refreshlayout.FooterView
 
mOnCheckCanLoadMoreListener - 类 中的变量com.dalong.refreshlayout.RefreshInterceptLauyout
检查是否可以加载更多 当使用过程中需要自己控制是否需要加载更多时可以实现这个回调接口
mOnCheckCanRefreshListener - 类 中的变量com.dalong.refreshlayout.RefreshInterceptLauyout
检查是否可以下拉刷新 当使用过程中需要自己控制是否需要刷新时可以实现这个回调接口
mOnFooterListener - 类 中的变量com.dalong.refreshlayout.RefreshBaseLayout
 
mOnHeaderListener - 类 中的变量com.dalong.refreshlayout.RefreshBaseLayout
 
mRefreshTv - 类 中的变量com.dalong.refreshlayout.HeaderView
 

O

OnCheckCanLoadMoreListener - com.dalong.refreshlayout中的接口
检查是否可以加载更多接口 当使用过程中需要自己控制是否需要加载时可以实现这个回调接口 Created by zhouweilong on 2016/10/27.
OnCheckCanRefreshListener - com.dalong.refreshlayout中的接口
检查是否可以刷新接口 当使用过程中需要自己控制是否需要刷新时可以实现这个回调接口 Created by zhouweilong on 2016/10/27.
onFinishInflate() - 类 中的方法com.dalong.refreshlayout.DefaultRefreshView
 
onFinishInflate() - 类 中的方法com.dalong.refreshlayout.RefreshBaseLayout
 
OnFooterListener - com.dalong.refreshlayout中的接口
加载更多接口 Created by zhouweilong on 2016/10/19.
OnHeaderListener - com.dalong.refreshlayout中的接口
下拉刷新回调接口 Created by zhouweilong on 2016/10/19.
onInterceptTouchEvent(MotionEvent) - 类 中的方法com.dalong.refreshlayout.RefreshInterceptLauyout
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.dalong.refreshlayout.RefreshBaseLayout
遍历所有子view 区分头部放置viewgrop的上面 底部放置viewgrop的下面 剩下的按顺序摆放
onLoadAfter(int) - 类 中的方法com.dalong.refreshlayout.FooterView
松开加载
onLoadAfter(int) - 接口 中的方法com.dalong.refreshlayout.OnFooterListener
松开加载 上拉已经到达可以刷新的时候
onLoadBefore(int) - 类 中的方法com.dalong.refreshlayout.FooterView
上拉加载
onLoadBefore(int) - 接口 中的方法com.dalong.refreshlayout.OnFooterListener
上拉加载 还没有达到可以加载之前的时候
onLoadCancel(int) - 类 中的方法com.dalong.refreshlayout.FooterView
加载取消
onLoadCancel(int) - 接口 中的方法com.dalong.refreshlayout.OnFooterListener
取消加载
onLoadComplete(int, boolean) - 类 中的方法com.dalong.refreshlayout.FooterView
加载成功
onLoadComplete(int, boolean) - 接口 中的方法com.dalong.refreshlayout.OnFooterListener
加载完成后 分成功和失败两个状态
onLoading(int) - 类 中的方法com.dalong.refreshlayout.FooterView
正在加载
onLoading(int) - 接口 中的方法com.dalong.refreshlayout.OnFooterListener
正在加载中
onLoadMore() - 接口 中的方法com.dalong.refreshlayout.OnRefreshListener
加载更多回调
onLoadReady(int) - 类 中的方法com.dalong.refreshlayout.FooterView
准备加载
onLoadReady(int) - 接口 中的方法com.dalong.refreshlayout.OnFooterListener
准备加载 达到可以加载的时候松开手指回到加载的位置状态
onMeasure(int, int) - 类 中的方法com.dalong.refreshlayout.RefreshBaseLayout
测量方法 遍历左右子view进行测量 当子view显示状态为GONE的时候不测量
onRefresh() - 接口 中的方法com.dalong.refreshlayout.OnRefreshListener
刷新回调
onRefreshAfter(int, int, int) - 类 中的方法com.dalong.refreshlayout.HeaderView
松开刷新
onRefreshAfter(int, int, int) - 接口 中的方法com.dalong.refreshlayout.OnHeaderListener
松开刷新 下拉已经到达可以刷新的时候
onRefreshBefore(int, int, int) - 类 中的方法com.dalong.refreshlayout.HeaderView
下拉刷新
onRefreshBefore(int, int, int) - 接口 中的方法com.dalong.refreshlayout.OnHeaderListener
下拉刷新中 还没有达到可以刷新之前的时候
onRefreshCancel(int, int, int) - 类 中的方法com.dalong.refreshlayout.HeaderView
取消刷新
onRefreshCancel(int, int, int) - 接口 中的方法com.dalong.refreshlayout.OnHeaderListener
取消刷新 没有超过可刷新的距离
onRefreshComplete(int, int, int, boolean) - 类 中的方法com.dalong.refreshlayout.HeaderView
刷新成功
onRefreshComplete(int, int, int, boolean) - 接口 中的方法com.dalong.refreshlayout.OnHeaderListener
刷新完成 分刷新成功和失败
onRefreshing(int, int, int) - 类 中的方法com.dalong.refreshlayout.HeaderView
正在刷新
onRefreshing(int, int, int) - 接口 中的方法com.dalong.refreshlayout.OnHeaderListener
正在刷新中
OnRefreshListener - com.dalong.refreshlayout中的接口
下拉刷新 加载更多接口 Created by zhouweilong on 2016/10/19.
onRefreshReady(int, int, int) - 类 中的方法com.dalong.refreshlayout.HeaderView
准备刷新
onRefreshReady(int, int, int) - 接口 中的方法com.dalong.refreshlayout.OnHeaderListener
准备刷新状态 达到可以刷新的时候松开手指回到刷新的位置状态
onTouchEvent(MotionEvent) - 类 中的方法com.dalong.refreshlayout.RefreshLayout
 

P

performScroll(int) - 类 中的方法com.dalong.refreshlayout.RefreshLayout
执行滑动

R

RefreshBaseLayout - com.dalong.refreshlayout中的类
自定义viewgrop 添加头部和底部 默认隐藏头和底部 Created by zhouweilong on 2016/10/19.
RefreshBaseLayout(Context) - 类 的构造器com.dalong.refreshlayout.RefreshBaseLayout
 
RefreshBaseLayout(Context, AttributeSet) - 类 的构造器com.dalong.refreshlayout.RefreshBaseLayout
 
RefreshInterceptLauyout - com.dalong.refreshlayout中的类
这个类主要是对子view的顶部和底部的判别 触摸事件处理 Created by zhouweilong on 2016/10/19.
RefreshInterceptLauyout(Context) - 类 的构造器com.dalong.refreshlayout.RefreshInterceptLauyout
 
RefreshInterceptLauyout(Context, AttributeSet) - 类 的构造器com.dalong.refreshlayout.RefreshInterceptLauyout
 
RefreshLayout - com.dalong.refreshlayout中的类
Created by zhouweilong on 2016/10/19.
RefreshLayout(Context) - 类 的构造器com.dalong.refreshlayout.RefreshLayout
 
RefreshLayout(Context, AttributeSet) - 类 的构造器com.dalong.refreshlayout.RefreshLayout
 
RefreshStatus - com.dalong.refreshlayout中的枚举
下拉刷新和加载更多状态 Created by zhouweilong on 2016/10/19.
rvPullDownIntercept(View) - 类 中的方法com.dalong.refreshlayout.RefreshInterceptLauyout
获取RecyclerView是否滚动到顶部
rvPullUpIntercept(View) - 类 中的方法com.dalong.refreshlayout.RefreshInterceptLauyout
获取RecyclerView是否滚动到底部

S

SCROLL_TIME - 类 中的变量com.dalong.refreshlayout.RefreshLayout
 
setAutoRefresh(boolean) - 类 中的方法com.dalong.refreshlayout.RefreshLayout
设置是否支持自动刷新
setCanLoad(boolean) - 类 中的方法com.dalong.refreshlayout.RefreshLayout
设置是否支持加载更多
setCanRefresh(boolean) - 类 中的方法com.dalong.refreshlayout.RefreshLayout
设置是否支持下拉刷新
setOnCheckCanLoadMoreListener(OnCheckCanLoadMoreListener) - 类 中的方法com.dalong.refreshlayout.RefreshInterceptLauyout
 
setOnCheckCanRefreshListener(OnCheckCanRefreshListener) - 类 中的方法com.dalong.refreshlayout.RefreshInterceptLauyout
 
setOnFooterListener(OnFooterListener) - 类 中的方法com.dalong.refreshlayout.RefreshBaseLayout
设置底部监听回调
setOnHeaderListener(OnHeaderListener) - 类 中的方法com.dalong.refreshlayout.RefreshBaseLayout
设置头部监听回调
setOnRefreshListener(OnRefreshListener) - 类 中的方法com.dalong.refreshlayout.RefreshLayout
设置接口回调
stopLoadMore(boolean) - 类 中的方法com.dalong.refreshlayout.RefreshLayout
停止加载更多
stopRefresh(boolean) - 类 中的方法com.dalong.refreshlayout.RefreshLayout
停止刷新
svPullDownIntercept(View) - 类 中的方法com.dalong.refreshlayout.RefreshInterceptLauyout
获取ScrollView是否滚动到顶部
svPullUpIntercept(View) - 类 中的方法com.dalong.refreshlayout.RefreshInterceptLauyout
获取ScrollView是否滚动到底部

V

valueOf(String) - 枚举 中的静态方法com.dalong.refreshlayout.RefreshStatus
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.dalong.refreshlayout.RefreshStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D F G H I L M O P R S V 
跳过导航链接