Refresh Layout
刷新布局 interface of the refresh layout Created by scwang on 2017/5/26.
Functions
Link copied to clipboard
Display load more animation and trigger load more event.
public abstract boolean autoLoadMore(int delayed, int duration, float dragRate, boolean animationOnly)
Display load more animation and trigger load more event, Delayed start.
Link copied to clipboard
Display load more animation without triggering events.
Link copied to clipboard
Display refresh animation and trigger refresh event.
Display refresh animation and trigger refresh event, Delayed start.
public abstract boolean autoRefresh(int delayed, int duration, float dragRate, boolean animationOnly)
Display refresh animation, Multifunction.
Link copied to clipboard
Display refresh animation without triggering events.
Link copied to clipboard
Close the Header or Footer, can't replace finishRefresh and finishLoadMore.
Link copied to clipboard
finish load more.
Link copied to clipboard
finish load more with no more data.
Link copied to clipboard
finish refresh.
Link copied to clipboard
finish load more with no more data.
Link copied to clipboard
Get footer of RefreshLayout 获取当前 Footer
Link copied to clipboard
Get header of RefreshLayout 获取当前 Header
Link copied to clipboard
是否正在刷新
Link copied to clipboard
Restore the original state after finishLoadMoreWithNoMoreData.
Link copied to clipboard
Set whether to enable the action content view when loading.
Link copied to clipboard
Set whether to enable the action content view when refreshing.
Link copied to clipboard
Set the damping effect.
Link copied to clipboard
Sets whether to listen for the list to trigger a load event when scrolling to the bottom (default true).
Link copied to clipboard
Set whether to clip footer when the Footer is in the FixedBehind state.
Link copied to clipboard
Set whether to clip header when the Header is in the FixedBehind state.
Link copied to clipboard
Set whether or not Footer follows the content after there is no more data.
Link copied to clipboard
Set whether to pull up the content while pulling up the header.
Link copied to clipboard
Set whether to pull down the content while pulling down the header.
Link copied to clipboard
Set whether to enable pull-up loading more (enabled by default).
Link copied to clipboard
Set whether to pull up and load more when the content is not full of one page.
Link copied to clipboard
Setting whether nesting scrolling is enabled (default off + smart on).
Link copied to clipboard
Set whether to enable cross-border rebound function.
Link copied to clipboard
Set whether to enable cross-border drag (imitation iphone effect).
Link copied to clipboard
Set whether to enable the pure scroll mode.
Link copied to clipboard
Whether to enable pull-down refresh (enabled by default).
Link copied to clipboard
Set whether to scroll the content to display new data after loading more complete.
Link copied to clipboard
Set whether to scroll the content to display new data after the refresh is complete.
Link copied to clipboard
设置固定在 Footer 上方的视图Id,可以在 Header 上下滚动的时候保持不跟谁滚动
Link copied to clipboard
设置固定在 Header 下方的视图Id,可以在 Footer 上下滚动的时候保持不跟谁滚动
Link copied to clipboard
Set the Footer's height.
Link copied to clipboard
设置 Footer 高度
Link copied to clipboard
Set the Footer's start offset.
Link copied to clipboard
Set the Footer's start offset.
Link copied to clipboard
Set the ratio of the maximum height to drag footer.
Link copied to clipboard
设置在 Footer 上下滚动时,需要跟随滚动的视图Id,默认整个内容视图
Link copied to clipboard
Set the ratio at which the load more is triggered.
Link copied to clipboard
Set the Header's height.
Link copied to clipboard
设置 Header 高度
Link copied to clipboard
Set the Header's start offset(see srlHeaderInsetStart in the RepastPracticeActivity XML in demo-app for the practical application).
Link copied to clipboard
Set the Header's start offset(see srlHeaderInsetStart in the RepastPracticeActivity XML in demo-app for the practical application).
Link copied to clipboard
Set the ratio of the maximum height to drag header.
Link copied to clipboard
设置在 Header 上下滚动时,需要跟随滚动的视图Id,默认整个内容视图
Link copied to clipboard
Set the ratio at which the refresh is triggered.
Link copied to clipboard
Restore the original state after finishLoadMoreWithNoMoreData.
Link copied to clipboard
Set load more listener separately.
Link copied to clipboard
Set up a multi-function listener.
Link copied to clipboard
Set refresh listener separately.
Link copied to clipboard
Set refresh and load listeners at the same time.
Link copied to clipboard
Set theme color int (primaryColor and accentColor).
Link copied to clipboard
Set theme color id (primaryColor and accentColor).
Link copied to clipboard
Set the duration of the rebound animation.
Link copied to clipboard
Set the rebound interpolator.
Link copied to clipboard
Set the content of RefreshLayout(Suitable for non-XML pages, not suitable for replacing empty layouts)。 设置指定的 Content(适用于非XML页面,不适合用替换空布局)
Set the content of RefreshLayout(Suitable for non-XML pages, not suitable for replacing empty layouts).
Link copied to clipboard
Set the footer of RefreshLayout.
Link copied to clipboard
Set the header of RefreshLayout.
Link copied to clipboard
Set the scroll boundary Decider, Can customize when you can refresh.