Interface RefreshFooter

  • All Implemented Interfaces:

    
    public interface RefreshFooter
    
                        

    刷新底部 Created by scwang on 2017/5/26.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract boolean setNoMoreData(boolean noMoreData) 【仅限框架内调用】设置数据全部加载完成,将不能再次触发加载功能
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setNoMoreData

         abstract boolean setNoMoreData(boolean noMoreData)

        【仅限框架内调用】设置数据全部加载完成,将不能再次触发加载功能

        Parameters:
        noMoreData - 是否有更多数据
        Returns:

        true 支持全部加载完成的状态显示 false 不支持