CommonListComponent

public final class CommonListComponent

Constructors

Link copied to clipboard
public void CommonListComponent(Context context)
public void CommonListComponent(Context context, AttributeSet attrs)
public void CommonListComponent(Context context, AttributeSet attrs, int defStyleAttr)

Properties

Link copied to clipboard
public RecyclerView recyclerView

Functions

Link copied to clipboard
public RecyclerView getRecyclerView()
Link copied to clipboard
public void setAdapter(Adapter adapter)
Sets the adapter for the RecyclerView.
Link copied to clipboard
public void setOnPageDataLoader(OnPagedDataLoader onPageLoader)
Sets the paged data loader.