- GenericAbstractExpandableItem<Model,Parent extends com.mikepenz.fastadapter.items.GenericAbstractItem<Model,Parent,VH> & com.mikepenz.fastadapter.IExpandable & com.mikepenz.fastadapter.ISubItem,VH extends android.support.v7.widget.RecyclerView.ViewHolder,SubItem extends com.mikepenz.fastadapter.IItem & com.mikepenz.fastadapter.ISubItem> - Class in com.mikepenz.fastadapter.commons.items
-
- GenericAbstractExpandableItem(Model) - Constructor for class com.mikepenz.fastadapter.commons.items.GenericAbstractExpandableItem
-
- GenericFastItemAdapter<Model,Item extends com.mikepenz.fastadapter.IGenericItem<Model,Item,?>> - Class in com.mikepenz.fastadapter.commons.adapters
-
Created by fabianterhorst on 31.03.16.
- GenericFastItemAdapter(Function<Model, Item>) - Constructor for class com.mikepenz.fastadapter.commons.adapters.GenericFastItemAdapter
-
- getAdapter() - Method in class com.mikepenz.fastadapter.commons.adapters.AbstractWrapAdapter
-
- getAdapterItem(int) - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
- getAdapterItemCount() - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
- getAdapterItems() - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
- getAdapterPosition(Item) - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
Searches for the given item and calculates its relative position
- getChangePayload(Item, int, Item, int) - Method in interface com.mikepenz.fastadapter.commons.utils.DiffCallback
-
When {#areItemsTheSame(Item, Item)} returns true for two items and
{#areContentsTheSame(Item, Item)} returns false for them, DiffUtil
calls this method to get a payload about the change.
- getChangePayload(Item, int, Item, int) - Method in class com.mikepenz.fastadapter.commons.utils.DiffCallbackImpl
-
- getGenericItemAdapter() - Method in class com.mikepenz.fastadapter.commons.adapters.GenericFastItemAdapter
-
returns the internal created GenericItemAdapter
- getGlobalPosition(int) - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
returns the global position if the relative position within this adapter was given
- getItem(int) - Method in class com.mikepenz.fastadapter.commons.adapters.AbstractWrapAdapter
-
make sure we return the Item from the FastAdapter so we retrieve the item from all adapters
- getItemAdapter() - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
returns the internal created ItemAdapter
- getItemCount() - Method in class com.mikepenz.fastadapter.commons.adapters.AbstractWrapAdapter
-
make sure we return the count from the FastAdapter so we retrieve the count from all adapters
- getItemFilter() - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
- getItemId(int) - Method in class com.mikepenz.fastadapter.commons.adapters.AbstractWrapAdapter
-
overwrite the getItemId to correctly return the value from the FastAdapter
- getItems() - Method in class com.mikepenz.fastadapter.commons.adapters.AbstractWrapAdapter
-
- getItemViewType(int) - Method in class com.mikepenz.fastadapter.commons.adapters.AbstractWrapAdapter
-
overwrite the getItemViewType to correctly return the value from the FastAdapter
- getModels() - Method in class com.mikepenz.fastadapter.commons.adapters.GenericFastItemAdapter
-
returns the list of the model generated from the list of items
- getOrder() - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
- getParent() - Method in class com.mikepenz.fastadapter.commons.items.AbstractExpandableItem
-
- getParent() - Method in class com.mikepenz.fastadapter.commons.items.GenericAbstractExpandableItem
-
- getRippleDrawable(int, int, int) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterUIUtils
-
helper to create an ripple drawable with the given normal and pressed color
- getSelectableBackground(Context, int, boolean) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterUIUtils
-
helper to get the system default selectable background inclusive an active state
- getSelectableBackground(Context) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterUIUtils
-
helper to get the system default selectable background
- getSelectablePressedBackground(Context, int, int, boolean) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterUIUtils
-
helper to get the system default selectable background inclusive an active and pressed state
- getSubItems() - Method in class com.mikepenz.fastadapter.commons.items.AbstractExpandableItem
-
- getSubItems() - Method in class com.mikepenz.fastadapter.commons.items.GenericAbstractExpandableItem
-