Class CommonListComponent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public RecyclerView recyclerView
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      RecyclerView getRecyclerView()
      void setAdapter(Adapter adapter) Sets the adapter for the RecyclerView.
      void setOnPageDataLoader(OnPagedDataLoader onPageLoader) Sets the paged data loader.
      • 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)

        Sets the adapter for the RecyclerView.

        Parameters:
        adapter - the adapter to set
      • setOnPageDataLoader

         void setOnPageDataLoader(OnPagedDataLoader onPageLoader)

        Sets the paged data loader.

        Parameters:
        onPageLoader - the paged data loader