Class CommonListComponent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setAdapter(Adapter adapter) 设置适配器
      void setOnPageDataLoader(OnPagedDataLoader onPageLoader) 设置分页数据加载器
      • Methods inherited from class java.lang.Object

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

      • CommonListComponent

        CommonListComponent(Context context)
      • CommonListComponent

        CommonListComponent(Context context, AttributeSet attrs)
      • CommonListComponent

        CommonListComponent(Context context, AttributeSet attrs, int defStyleAttr)
    • Method Detail

      • setAdapter

         void setAdapter(Adapter adapter)

        设置适配器

        Parameters:
        adapter - 适配器
      • setOnPageDataLoader

         void setOnPageDataLoader(OnPagedDataLoader onPageLoader)

        设置分页数据加载器

        Parameters:
        onPageLoader - 分页数据加载器