- getAdapterForSection(String) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionedRecyclerViewAdapter
-
- getAdapterForSection(Section) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionedRecyclerViewAdapter
-
- getContentItemsTotal() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the total of items of this Section.
- getCopyOfSectionsMap() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionedRecyclerViewAdapter
-
Return a copy of the map with all sections of this adapter.
- getEmptyResourceId() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the layout resource id of the empty view.
- getEmptyView(ViewGroup) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Creates the View for the Empty state.
- getEmptyViewHolder(View) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the ViewHolder for the Empty state of this Section.
- getFailedResourceId() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the layout resource id of the failed view.
- getFailedView(ViewGroup) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Creates the View for the Failed state.
- getFailedViewHolder(View) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the ViewHolder for the Failed state of this Section.
- getFooterPosition() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionAdapter
-
- getFooterPositionInAdapter(Section) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.compat.SectionedRecyclerViewAdapterV2Compat
-
- getFooterPositionInAdapter(String) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.compat.SectionedRecyclerViewAdapterV2Compat
-
- getFooterResourceId() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the layout resource id of the footer.
- getFooterView(ViewGroup) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Creates the View for the Footer.
- getFooterViewHolder(View) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the ViewHolder for the Footer of this Section.
- getHeaderPosition() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionAdapter
-
- getHeaderPositionInAdapter(Section) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.compat.SectionedRecyclerViewAdapterV2Compat
-
- getHeaderPositionInAdapter(String) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.compat.SectionedRecyclerViewAdapterV2Compat
-
- getHeaderResourceId() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the layout resource id of the header.
- getHeaderView(ViewGroup) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Creates the View for the Header.
- getHeaderViewHolder(View) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the ViewHolder for the Header of this Section.
- getItemCount() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionedRecyclerViewAdapter
-
- getItemResourceId() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the layout resource id of the item.
- getItemView(ViewGroup) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Creates the View for a single Item.
- getItemViewHolder(View) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the ViewHolder for a single Item of this Section.
- getItemViewType(int) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionedRecyclerViewAdapter
-
- getLoadingResourceId() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the layout resource id of the loading view.
- getLoadingView(ViewGroup) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Creates the View for the Loading state.
- getLoadingViewHolder(View) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the ViewHolder for the Loading state of this Section.
- getPositionInAdapter(Section, int) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.compat.SectionedRecyclerViewAdapterV2Compat
-
- getPositionInAdapter(String, int) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.compat.SectionedRecyclerViewAdapterV2Compat
-
- getPositionInAdapter(int) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionAdapter
-
- getPositionInSection(int) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionAdapter
-
- getPositionInSection(int) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionedRecyclerViewAdapter
-
Return the item position relative to the section.
- getSection(String) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionedRecyclerViewAdapter
-
Return the section with the tag provided.
- getSection(int) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionedRecyclerViewAdapter
-
Return the Section at the provided index in the adapter.
- getSectionCount() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionedRecyclerViewAdapter
-
Return the number of sections of this adapter.
- getSectionForPosition(int) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionedRecyclerViewAdapter
-
Returns the Section object for a position in the adapter.
- getSectionIndex(Section) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionedRecyclerViewAdapter
-
Returns the index of the first occurrence of the specified section in this adapter, or -1 if
this adapter does not contain the section.
- getSectionItemsTotal() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the total of items of this Section, including content items (according to the section
state) plus header and footer.
- getSectionItemViewType(int) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionedRecyclerViewAdapter
-
Returns the Section ViewType of an item based on the position in the adapter.
- getSectionItemViewTypeForAdapterViewType(int) - Static method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionedRecyclerViewAdapter
-
Calculates the section adapter item view type from a view type from the adapter.
- getSectionPosition(Section) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.compat.SectionedRecyclerViewAdapterV2Compat
-
- getSectionPosition(String) - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.compat.SectionedRecyclerViewAdapterV2Compat
-
- getSectionPosition() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.SectionAdapter
-
- getState() - Method in class io.github.luizgrp.sectionedrecyclerviewadapter.Section
-
Return the current State of this Section.