Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

ActionModeHelper<Item extends IItem> - Class in com.mikepenz.fastadapter_extensions
Created by mikepenz on 02.01.16.
ActionModeHelper(<any>, int) - Constructor for class com.mikepenz.fastadapter_extensions.ActionModeHelper
 
ActionModeHelper(<any>, int, ActionModeHelper.ActionItemClickedListener) - Constructor for class com.mikepenz.fastadapter_extensions.ActionModeHelper
 
ActionModeHelper(<any>, int, ActionMode.Callback) - Constructor for class com.mikepenz.fastadapter_extensions.ActionModeHelper
 
ActionModeHelper.ActionItemClickedListener - Interface in com.mikepenz.fastadapter_extensions
 
ActionModeHelper.ActionModeTitleProvider - Interface in com.mikepenz.fastadapter_extensions
 
add(Item...) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
add an array of items to the end of the existing items
add(List<Item>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
add a list of items to the end of the existing items
add(int, Item...) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
add an array of items at the given position within the existing items
add(int, List<Item>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
add a list of items at the given position within the existing items
add(Item) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
add an item at the end of the existing items
add(int, Item) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
add an item at the given position within the existing icons
add(Item...) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
add an array of items to the end of the existing items
add(List<Item>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
add a list of items to the end of the existing items
add(int, Item...) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
add an array of items at the given position within the existing items
add(int, List<Item>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
add a list of items at the given position within the existing items
add(Item) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
add an item at the end of the existing items
add(int, Item) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
add an item at the given position within the existing icons
addTo(RecyclerView) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper
 
ALL - Static variable in class com.mikepenz.fastadapter_extensions.drag.SimpleDragCallback
 
android.support.v7.widget - package android.support.v7.widget
 
apply(List) - Method in class com.mikepenz.fastadapter_extensions.HeaderHelper
call this when your list order has changed or was updated, and you have to readd the headres
apply(T) - Method in interface com.mikepenz.fastadapter_extensions.utilities.SubItemUtil.IPredicate
 
avatar - Variable in class com.mikepenz.fastadapter_extensions.items.SingleLineItem.ViewHolder
 
avatar - Variable in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem.ViewHolder
 
avatar - Variable in class com.mikepenz.fastadapter_extensions.items.TwoLineItem.ViewHolder
 

B

bindDragHandle(RecyclerView.ViewHolder, IExtendedDraggable) - Static method in class com.mikepenz.fastadapter_extensions.utilities.DragDropUtil
this functions binds the view's touch listener to start the drag via the touch helper...
bindView(ProgressItem.ViewHolder, List<Object>) - Method in class com.mikepenz.fastadapter_extensions.items.ProgressItem
 
bindView(SingleLineItem.ViewHolder, List<Object>) - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
bindView(ThreeLineItem.ViewHolder, List<Object>) - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
bindView(TwoLineItem.ViewHolder, List<Object>) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
BUNDLE_LAST_LONG_PRESS - Static variable in class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
 

C

checkActionMode(AppCompatActivity) - Method in class com.mikepenz.fastadapter_extensions.ActionModeHelper
check if the ActionMode should be shown or not depending on the currently selected items Additionally, it will also update the title in the CAB for you
clear() - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
removes all items of this adapter
clear() - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
removes all items of this adapter
clearView(RecyclerView, RecyclerView.ViewHolder) - Method in class com.mikepenz.fastadapter_extensions.drag.SimpleDragCallback
 
com.mikepenz.fastadapter_extensions - package com.mikepenz.fastadapter_extensions
 
com.mikepenz.fastadapter_extensions.adapters - package com.mikepenz.fastadapter_extensions.adapters
 
com.mikepenz.fastadapter_extensions.dialog - package com.mikepenz.fastadapter_extensions.dialog
 
com.mikepenz.fastadapter_extensions.drag - package com.mikepenz.fastadapter_extensions.drag
 
com.mikepenz.fastadapter_extensions.items - package com.mikepenz.fastadapter_extensions.items
 
com.mikepenz.fastadapter_extensions.scroll - package com.mikepenz.fastadapter_extensions.scroll
 
com.mikepenz.fastadapter_extensions.swipe - package com.mikepenz.fastadapter_extensions.swipe
 
com.mikepenz.fastadapter_extensions.utilities - package com.mikepenz.fastadapter_extensions.utilities
 
com_mikepenz_fastadapter_extensions_scroll - Class in android.support.v7.widget
Why the class name? Because it guarantees zero naming conflicts!
com_mikepenz_fastadapter_extensions_scroll() - Constructor for class android.support.v7.widget.com_mikepenz_fastadapter_extensions_scroll
 
commitRemove(Set<Integer>, ArrayList<<any>>) - Method in interface com.mikepenz.fastadapter_extensions.UndoHelper.UndoListener
 
countItems(IItemAdapter, SubItemUtil.IPredicate) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
counts the items in the adapter, respecting subitems regardless of there current visibility
countItems(IItemAdapter, boolean) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
counts the items in the adapter, respecting subitems regardless of there current visibility
countSelectedSubItems(FastAdapter, T) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
counts the selected items in the adapter underneath an expandable item, recursively
countSelectedSubItems(Set<IItem>, T) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
 

D

delete(FastAdapter, ExpandableExtension, Collection<Long>, boolean, boolean) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
deletes all items in identifiersToDelete collection from the adapter respecting if there are sub items or not subitems are removed from their parents sublists, main items are directly removed
deleteSelected(FastAdapter, ExpandableExtension, boolean, boolean) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
deletes all selected items from the adapter respecting if the are sub items or not subitems are removed from their parents sublists, main items are directly removed Alternatively you might consider also looking at: SelectExtension#deleteAllSelectedItems()
deliverNewItems(List<Model>) - Method in interface com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper.ResultReceiver
Delivers the result of an onLoadMore() for the current page.
description - Variable in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem.ViewHolder
 
description - Variable in class com.mikepenz.fastadapter_extensions.items.TwoLineItem.ViewHolder
 
deselect(FastAdapter) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
Deprecated.
See SelectExtension#deselect() ()}
disable() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
DragDropUtil - Class in com.mikepenz.fastadapter_extensions.utilities
Created by flisar on 30.09.2016.
DragDropUtil() - Constructor for class com.mikepenz.fastadapter_extensions.utilities.DragDropUtil
 

E

enable() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
EndlessRecyclerOnScrollListener - Class in com.mikepenz.fastadapter_extensions.scroll
 
EndlessRecyclerOnScrollListener() - Constructor for class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
EndlessRecyclerOnScrollListener(ItemAdapter) - Constructor for class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
EndlessRecyclerOnScrollListener(RecyclerView.LayoutManager) - Constructor for class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
EndlessRecyclerOnScrollListener(RecyclerView.LayoutManager, int) - Constructor for class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
EndlessRecyclerOnScrollListener(RecyclerView.LayoutManager, int, ItemAdapter) - Constructor for class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
EndlessRecyclerOnTopScrollListener - Class in com.mikepenz.fastadapter_extensions.scroll
 
EndlessRecyclerOnTopScrollListener(FastAdapter, int) - Constructor for class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
 
EndlessRecyclerOnTopScrollListener(FastAdapter) - Constructor for class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
 
EndlessScrollHelper<Model> - Class in com.mikepenz.fastadapter_extensions.scroll
This is an extension of EndlessRecyclerOnScrollListener, providing a more powerful API for endless scrolling.
EndlessScrollHelper() - Constructor for class com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper
 
EndlessScrollHelper(LayoutManager) - Constructor for class com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper
 
EndlessScrollHelper(LayoutManager, int) - Constructor for class com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper
 
EndlessScrollHelper(LayoutManager, int, ItemAdapter) - Constructor for class com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper
 
EndlessScrollHelper.OnLoadMoreHandler<Model> - Interface in com.mikepenz.fastadapter_extensions.scroll
 
EndlessScrollHelper.OnNewItemsListener<Model> - Interface in com.mikepenz.fastadapter_extensions.scroll
 
EndlessScrollHelper.ResultReceiver<Model> - Interface in com.mikepenz.fastadapter_extensions.scroll
A callback interface provided by the EndlessScrollHelper where onLoadMore() results are to be delivered.

F

FastAdapterBottomSheetDialog<Item extends IItem> - Class in com.mikepenz.fastadapter_extensions.dialog
Created by fabianterhorst on 04.07.16.
FastAdapterBottomSheetDialog(Context) - Constructor for class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
 
FastAdapterBottomSheetDialog(Context, int) - Constructor for class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
 
FastAdapterDialog<Item extends IItem> - Class in com.mikepenz.fastadapter_extensions.dialog
 
FastAdapterDialog(Context) - Constructor for class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
 
FastAdapterDialog(Context, int) - Constructor for class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
 

G

getActionMode() - Method in class com.mikepenz.fastadapter_extensions.ActionModeHelper
 
getAllItems(IItemAdapter, SubItemUtil.IPredicate) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
retrieves a flat list of the items in the adapter, respecting subitems regardless of there current visibility
getAllItems(IItemAdapter, boolean) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
retrieves a flat list of the items in the adapter, respecting subitems regardless of there current visibility
getAllItems(List<IItem>, boolean, SubItemUtil.IPredicate) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
retrieves a flat list of the items in the provided list, respecting subitems regardless of there current visibility
getAvatar() - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
getAvatar() - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
getAvatar() - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
getComparator() - Method in class com.mikepenz.fastadapter_extensions.HeaderHelper
 
getCurrentPage() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
getCurrentPage() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
 
getDescription() - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
getDescription() - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
getDragDirs(RecyclerView, RecyclerView.ViewHolder) - Method in class com.mikepenz.fastadapter_extensions.drag.SimpleDragCallback
 
getDragView(VH) - Method in interface com.mikepenz.fastadapter_extensions.drag.IExtendedDraggable
this method returns the drag view inside the item use this with (@withTouchHelper) to start dragging when this view is touched
getFirstVisibleItem() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
getFirstVisibleItem() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
 
getGroupingFunction() - Method in class com.mikepenz.fastadapter_extensions.HeaderHelper
 
getIcon() - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
getIcon() - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
getIcon() - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
getLayoutManager() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
getLayoutManager() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
 
getLayoutRes() - Method in class com.mikepenz.fastadapter_extensions.items.ProgressItem
 
getLayoutRes() - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
getLayoutRes() - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
getLayoutRes() - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
getModelAdapter() - Method in class com.mikepenz.fastadapter_extensions.HeaderHelper
 
getName() - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
getName() - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
getName() - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
getReceiverPage() - Method in interface com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper.ResultReceiver
 
getRecyclerView() - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
 
getRecyclerView() - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
 
getSelectedItems(FastAdapter) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
Deprecated.
See FastAdapter#getSelectedItems() ()} ()}
getSnackBar() - Method in class com.mikepenz.fastadapter_extensions.UndoHelper
 
getSwipeDirs(RecyclerView, RecyclerView.ViewHolder) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeCallback
 
getSwipeDirs(RecyclerView, RecyclerView.ViewHolder) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeDragCallback
 
getTitle(int) - Method in interface com.mikepenz.fastadapter_extensions.ActionModeHelper.ActionModeTitleProvider
 
getTotalItemCount() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
getTotalItemCount() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
 
getTotalLoadedItems() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
 
getTouchHelper() - Method in interface com.mikepenz.fastadapter_extensions.drag.IExtendedDraggable
this returns the ItemTouchHelper
getType() - Method in class com.mikepenz.fastadapter_extensions.items.ProgressItem
 
getType() - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
getType() - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
getType() - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
getViewHolder(View) - Method in class com.mikepenz.fastadapter_extensions.items.ProgressItem
 
getViewHolder(View) - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
getViewHolder(View) - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
getViewHolder(View) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
getVisibleItemCount() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
getVisibleItemCount() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
 
getVisibleThreshold() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
 
group(Item, Item, int) - Method in interface com.mikepenz.fastadapter_extensions.HeaderHelper.GroupingFunction
 

H

HeaderHelper<Item,HeaderItem> - Class in com.mikepenz.fastadapter_extensions
Created by mikepenz on 17.08.16.
HeaderHelper(HeaderHelper.GroupingFunction) - Constructor for class com.mikepenz.fastadapter_extensions.HeaderHelper
 
HeaderHelper(ModelAdapter, HeaderHelper.GroupingFunction<Item, HeaderItem>) - Constructor for class com.mikepenz.fastadapter_extensions.HeaderHelper
 
HeaderHelper.GroupingFunction<Item,HeaderItem> - Interface in com.mikepenz.fastadapter_extensions
 

I

icon - Variable in class com.mikepenz.fastadapter_extensions.items.SingleLineItem.ViewHolder
 
icon - Variable in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem.ViewHolder
 
icon - Variable in class com.mikepenz.fastadapter_extensions.items.TwoLineItem.ViewHolder
 
IDraggable<T,Item extends IItem> - Interface in com.mikepenz.fastadapter_extensions.drag
Created by mikepenz on 30.12.15.
IExtendedDraggable<T,VH extends RecyclerView.ViewHolder,Item extends IItem> - Interface in com.mikepenz.fastadapter_extensions.drag
Created by mikepenz on 30.12.15.
isActive() - Method in class com.mikepenz.fastadapter_extensions.ActionModeHelper
convenient method to check if action mode is active or nor
isDraggable() - Method in interface com.mikepenz.fastadapter_extensions.drag.IDraggable
 
isLongPressDragEnabled() - Method in class com.mikepenz.fastadapter_extensions.drag.SimpleDragCallback
 
isNothingToLoadFeatureEnabled() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
 
isSwipeable() - Method in interface com.mikepenz.fastadapter_extensions.swipe.ISwipeable
 
ISwipeable<T,Item extends IItem> - Interface in com.mikepenz.fastadapter_extensions.swipe
Created by mikepenz on 30.12.15.
itemInsertedBeforeCount(int) - Method in class com.mikepenz.fastadapter_extensions.adapters.WrapAdapter
 
itemSwiped(int, int) - Method in interface com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeCallback.ItemSwipeCallback
Called when an item has been swiped
ItemTouchCallback - Interface in com.mikepenz.fastadapter_extensions.drag
 
itemTouchDropped(int, int) - Method in interface com.mikepenz.fastadapter_extensions.drag.ItemTouchCallback
Called when an item has been dropped This event is only called once when the user stopped dragging the item
itemTouchOnMove(int, int) - Method in interface com.mikepenz.fastadapter_extensions.drag.ItemTouchCallback
Called when an item has been dragged This event is called on every item in a dragging chain

L

LEFT_RIGHT - Static variable in class com.mikepenz.fastadapter_extensions.drag.SimpleDragCallback
 

M

move(int, int) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
moves an item within the list from a position to a position
move(int, int) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
moves an item within the list from a position to a position

N

name - Variable in class com.mikepenz.fastadapter_extensions.items.SingleLineItem.ViewHolder
 
name - Variable in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem.ViewHolder
 
name - Variable in class com.mikepenz.fastadapter_extensions.items.TwoLineItem.ViewHolder
 
notifyItemsChanged(FastAdapter, ExpandableExtension, Set<Long>) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
notifies items (incl.
notifyItemsChanged(FastAdapter, ExpandableExtension, Set<Long>, boolean) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
notifies items (incl.
notifyItemsChanged(FastAdapter, ExpandableExtension, Item, Set<Long>, boolean, boolean) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
notifies items (incl.

O

onChildDraw(Canvas, RecyclerView, RecyclerView.ViewHolder, float, float, int, boolean) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeCallback
 
onChildDraw(Canvas, RecyclerView, RecyclerView.ViewHolder, float, float, int, boolean) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeDragCallback
 
onClick(ActionMode, MenuItem) - Method in interface com.mikepenz.fastadapter_extensions.ActionModeHelper.ActionItemClickedListener
 
onClick(IItem) - Method in class com.mikepenz.fastadapter_extensions.ActionModeHelper
implements the basic behavior of a CAB and multi select behavior, including logics if the clicked item is collapsible
onClick(AppCompatActivity, IItem) - Method in class com.mikepenz.fastadapter_extensions.ActionModeHelper
implements the basic behavior of a CAB and multi select behavior, including logics if the clicked item is collapsible
onClick() - Method in class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
resets the last long pressed index, we only want to respect two consecutive long clicks for selecting a range of items
onLoadMore(int) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
onLoadMore(int) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
load more data
onLoadMore(EndlessScrollHelper.ResultReceiver<Model>, int) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper
The default implementation takes care of calling the previously set OnLoadMoreHandler.
onLoadMore(int) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper
 
onLoadMore(EndlessScrollHelper.ResultReceiver<Model>, int) - Method in interface com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper.OnLoadMoreHandler
Handles loading of the specified page and delivers the results to the specified EndlessScrollHelper.ResultReceiver.
onLongClick(AppCompatActivity, int) - Method in class com.mikepenz.fastadapter_extensions.ActionModeHelper
implements the basic behavior of a CAB and multi select behavior onLongClick
onLongClick(int) - Method in class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
will take care to save the long pressed index or to select all items in the range between the current long pressed item and the last long pressed item
onLongClick(int, boolean) - Method in class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
will take care to save the long pressed index or to select all items in the range between the current long pressed item and the last long pressed item
onMove(RecyclerView, RecyclerView.ViewHolder, RecyclerView.ViewHolder) - Method in class com.mikepenz.fastadapter_extensions.drag.SimpleDragCallback
 
onMove(RecyclerView, RecyclerView.ViewHolder, RecyclerView.ViewHolder) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeCallback
 
onMove(ItemAdapter, int, int) - Static method in class com.mikepenz.fastadapter_extensions.utilities.DragDropUtil
 
onNewItems(List<Model>, int) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper
The default implementation takes care of calling the previously set OnNewItemsListener.
onNewItems(List<Model>, int) - Method in interface com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper.OnNewItemsListener
Called on the RecyclerView's message queue to receive the results of a previous onLoadMore().
onNothingToLoad() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
there's no more data to be loaded, you may want to send a request to server for asking more data
onScrolled(RecyclerView, int, int) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
onScrolled(RecyclerView, int, int) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
 
onSwiped(RecyclerView.ViewHolder, int) - Method in class com.mikepenz.fastadapter_extensions.drag.SimpleDragCallback
 
onSwiped(RecyclerView.ViewHolder, int) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeCallback
 
onSwiped(RecyclerView.ViewHolder, int) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeDragCallback
 

P

postOnRecyclerView(LayoutManager, Runnable) - Static method in class android.support.v7.widget.com_mikepenz_fastadapter_extensions_scroll
 
progressBar - Variable in class com.mikepenz.fastadapter_extensions.items.ProgressItem.ViewHolder
 
ProgressItem - Class in com.mikepenz.fastadapter_extensions.items
 
ProgressItem() - Constructor for class com.mikepenz.fastadapter_extensions.items.ProgressItem
 
ProgressItem.ViewHolder - Class in com.mikepenz.fastadapter_extensions.items
 

R

RangeSelectorHelper - Class in com.mikepenz.fastadapter_extensions
Created by Michael on 15.09.2016.
RangeSelectorHelper(FastItemAdapter) - Constructor for class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
 
remove(int) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
removes an item at the given position within the existing icons
remove(int) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
removes an item at the given position within the existing icons
remove(Set<Integer>) - Method in class com.mikepenz.fastadapter_extensions.UndoHelper
convenience method to be used if you have previously set a Snackbar with UndoHelper.withSnackBar(Snackbar, String)
remove(View, String, String, int, Set<Integer>) - Method in class com.mikepenz.fastadapter_extensions.UndoHelper
removes items from the ItemAdapter.
removeItemRange(int, int) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
removes a range of items starting with the given position within the existing icons
removeItemRange(int, int) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
removes a range of items starting with the given position within the existing icons
reset() - Method in class com.mikepenz.fastadapter_extensions.ActionModeHelper
reset any active action mode if it is active, useful, to avoid leaking the activity if this helper class is retained
reset() - Method in class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
resets the last long pressed index, we only want to respect two consecutive long presses for selecting a range of items
resetPageCount(int) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
resetPageCount() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnScrollListener
 
resetPageCount() - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
reset page count
resetPageCount(int) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
reset page count to specified page

S

saveInstanceState(Bundle) - Method in class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
add the values to the bundle for saveInstanceState
saveInstanceState(Bundle, String) - Method in class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
add the values to the bundle for saveInstanceState
selectAllSubItems(FastAdapter, T, boolean) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
select or unselect all sub itmes underneath an expandable item
selectAllSubItems(FastAdapter, T, boolean, boolean, Object) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
select or unselect all sub itmes underneath an expandable item
selectItem(FastAdapter, long, boolean) - Static method in class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
Deprecated.
See SelectExtension#selectByIdentifier(long, boolean, boolean) ()} ()}
selectRange(int, int, boolean) - Method in class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
selects all items in a range, from and to indizes are inclusive
selectRange(int, int, boolean, boolean) - Method in class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
selects all items in a range, from and to indizes are inclusive
set(List<Item>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
set a new list of items and apply it to the existing list (clear - add) for this adapter
set(int, Item) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
sets an item at the given position, overwriting the previous item
set(List<Item>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
set a new list of items and apply it to the existing list (clear - add) for this adapter
set(int, Item) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
sets an item at the given position, overwriting the previous item
setComparator(Comparator<Item>) - Method in class com.mikepenz.fastadapter_extensions.HeaderHelper
 
setGroupingFunction(HeaderHelper.GroupingFunction<Item, HeaderItem>) - Method in class com.mikepenz.fastadapter_extensions.HeaderHelper
 
setIsDragEnabled(boolean) - Method in class com.mikepenz.fastadapter_extensions.drag.SimpleDragCallback
 
setItems(List<Item>) - Method in class com.mikepenz.fastadapter_extensions.adapters.WrapAdapter
 
setModelAdapter(ModelAdapter) - Method in class com.mikepenz.fastadapter_extensions.HeaderHelper
 
setNewList(List<Item>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
sets a complete new list of items onto this adapter, using the new list.
setNewList(List<Item>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
sets a complete new list of items onto this adapter, using the new list.
setVisibleThreshold(int) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessRecyclerOnTopScrollListener
 
shouldInsertItemAtPosition(int) - Method in class com.mikepenz.fastadapter_extensions.adapters.WrapAdapter
 
show() - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
Start the dialog and display it on screen.
show() - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Start the dialog and display it on screen.
SimpleDragCallback - Class in com.mikepenz.fastadapter_extensions.drag
based on the sample from https://github.com/AleBarreto/DragRecyclerView
SimpleDragCallback() - Constructor for class com.mikepenz.fastadapter_extensions.drag.SimpleDragCallback
 
SimpleDragCallback(int) - Constructor for class com.mikepenz.fastadapter_extensions.drag.SimpleDragCallback
 
SimpleDragCallback(int, ItemTouchCallback) - Constructor for class com.mikepenz.fastadapter_extensions.drag.SimpleDragCallback
 
SimpleDragCallback(ItemTouchCallback) - Constructor for class com.mikepenz.fastadapter_extensions.drag.SimpleDragCallback
 
SimpleDragCallback.Directions - Annotation Type in com.mikepenz.fastadapter_extensions.drag
 
SimpleSwipeCallback - Class in com.mikepenz.fastadapter_extensions.swipe
Created by Mattias on 2016-02-13.
SimpleSwipeCallback(SimpleSwipeCallback.ItemSwipeCallback, Drawable) - Constructor for class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeCallback
 
SimpleSwipeCallback(SimpleSwipeCallback.ItemSwipeCallback, Drawable, int) - Constructor for class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeCallback
 
SimpleSwipeCallback(SimpleSwipeCallback.ItemSwipeCallback, Drawable, int, int) - Constructor for class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeCallback
 
SimpleSwipeCallback.ItemSwipeCallback - Interface in com.mikepenz.fastadapter_extensions.swipe
 
SimpleSwipeDragCallback - Class in com.mikepenz.fastadapter_extensions.swipe
Created by Mattias on 2016-02-13.
SimpleSwipeDragCallback(ItemTouchCallback, SimpleSwipeCallback.ItemSwipeCallback, Drawable) - Constructor for class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeDragCallback
 
SimpleSwipeDragCallback(ItemTouchCallback, SimpleSwipeCallback.ItemSwipeCallback, Drawable, int) - Constructor for class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeDragCallback
 
SimpleSwipeDragCallback(ItemTouchCallback, SimpleSwipeCallback.ItemSwipeCallback, Drawable, int, int) - Constructor for class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeDragCallback
 
SingleLineItem - Class in com.mikepenz.fastadapter_extensions.items
Created by fabianterhorst on 30.03.16.
SingleLineItem() - Constructor for class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
SingleLineItem.ViewHolder - Class in com.mikepenz.fastadapter_extensions.items
 
SubItemUtil - Class in com.mikepenz.fastadapter_extensions.utilities
Created by flisar on 15.09.2016.
SubItemUtil() - Constructor for class com.mikepenz.fastadapter_extensions.utilities.SubItemUtil
 
SubItemUtil.IPredicate<T> - Interface in com.mikepenz.fastadapter_extensions.utilities
 

T

ThreeLineItem - Class in com.mikepenz.fastadapter_extensions.items
Created by fabianterhorst on 30.03.16.
ThreeLineItem() - Constructor for class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
ThreeLineItem.ViewHolder - Class in com.mikepenz.fastadapter_extensions.items
 
TwoLineItem - Class in com.mikepenz.fastadapter_extensions.items
Created by fabianterhorst on 30.03.16.
TwoLineItem() - Constructor for class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
TwoLineItem.ViewHolder - Class in com.mikepenz.fastadapter_extensions.items
 

U

unbindView(ProgressItem.ViewHolder) - Method in class com.mikepenz.fastadapter_extensions.items.ProgressItem
 
unbindView(SingleLineItem.ViewHolder) - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
unbindView(ThreeLineItem.ViewHolder) - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
unbindView(TwoLineItem.ViewHolder) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
UndoHelper<Item extends IItem> - Class in com.mikepenz.fastadapter_extensions
Created by mikepenz on 04.01.16.
UndoHelper(<any>, UndoHelper.UndoListener<Item>) - Constructor for class com.mikepenz.fastadapter_extensions.UndoHelper
Constructor to create the UndoHelper
UndoHelper.UndoListener<Item extends IItem> - Interface in com.mikepenz.fastadapter_extensions
 
UP_DOWN - Static variable in class com.mikepenz.fastadapter_extensions.drag.SimpleDragCallback
 

V

ViewHolder(View) - Constructor for class com.mikepenz.fastadapter_extensions.items.ProgressItem.ViewHolder
 
ViewHolder(View) - Constructor for class com.mikepenz.fastadapter_extensions.items.SingleLineItem.ViewHolder
 
ViewHolder(View) - Constructor for class com.mikepenz.fastadapter_extensions.items.ThreeLineItem.ViewHolder
 
ViewHolder(View) - Constructor for class com.mikepenz.fastadapter_extensions.items.TwoLineItem.ViewHolder
 

W

withActionModeHelper(ActionModeHelper) - Method in class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
set the ActionModeHelper, if you want to notify it after a range was selected so that it can update the ActionMode title
withAdapter(<any>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
 
withAdapter(<any>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
 
withAutoDeselect(boolean) - Method in class com.mikepenz.fastadapter_extensions.ActionModeHelper
 
withAvatar(Drawable) - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
withAvatar(int) - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
withAvatar(Uri) - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
withAvatar(Bitmap) - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
withAvatar(String) - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
withAvatar(Drawable) - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
withAvatar(int) - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
withAvatar(Uri) - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
withAvatar(Bitmap) - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
withAvatar(String) - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
withAvatar(Drawable) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
withAvatar(int) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
withAvatar(Uri) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
withAvatar(Bitmap) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
withAvatar(String) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
withBackgroundSwipeLeft(int) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeCallback
 
withBackgroundSwipeLeft(int) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeDragCallback
 
withBackgroundSwipeRight(int) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeCallback
 
withBackgroundSwipeRight(int) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeDragCallback
 
withButton(int, String, OnClickListener) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Sets a listener to be invoked when the positive button of the dialog is pressed.
withButton(int, int, OnClickListener) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Sets a listener to be invoked when the positive button of the dialog is pressed.
withDescription(String) - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
withDescription(String) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
withFastItemAdapter(<any>, <any>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
 
withFastItemAdapter(<any>, <any>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
 
withHorizontalMarginDp(Context, int) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeCallback
 
withHorizontalMarginDp(Context, int) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeDragCallback
 
withHorizontalMarginPx(int) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeCallback
 
withHorizontalMarginPx(int) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeDragCallback
 
withIcon(Drawable) - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
withIcon(int) - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
withIcon(Uri) - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
withIcon(Bitmap) - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
withIcon(String) - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
withIcon(Drawable) - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
withIcon(int) - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
withIcon(Uri) - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
withIcon(Bitmap) - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
withIcon(Drawable) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
withIcon(int) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
withIcon(Uri) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
withIcon(Bitmap) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
withIcon(String) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
withIsDraggable(boolean) - Method in interface com.mikepenz.fastadapter_extensions.drag.IDraggable
use this method to set if item is draggable
withIsSwipeable(boolean) - Method in interface com.mikepenz.fastadapter_extensions.swipe.ISwipeable
use this method to set if item is swipeable
withItems(List<Item>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
 
withItems(Item...) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
 
withItems(List<Item>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
 
withItems(Item...) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
 
withLayoutManager(RecyclerView.LayoutManager) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
Set the RecyclerView.LayoutManager that the RecyclerView will use.
withLayoutManager(RecyclerView.LayoutManager) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Set the RecyclerView.LayoutManager that the RecyclerView will use.
withLeaveBehindSwipeLeft(Drawable) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeCallback
 
withLeaveBehindSwipeLeft(Drawable) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeDragCallback
 
withLeaveBehindSwipeRight(Drawable) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeCallback
 
withLeaveBehindSwipeRight(Drawable) - Method in class com.mikepenz.fastadapter_extensions.swipe.SimpleSwipeDragCallback
 
withName(String) - Method in class com.mikepenz.fastadapter_extensions.items.SingleLineItem
 
withName(String) - Method in class com.mikepenz.fastadapter_extensions.items.ThreeLineItem
 
withName(String) - Method in class com.mikepenz.fastadapter_extensions.items.TwoLineItem
 
withNegativeButton(String, OnClickListener) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Set a listener to be invoked when the negative button of the dialog is pressed.
withNegativeButton(int, OnClickListener) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Set a listener to be invoked when the negative button of the dialog is pressed.
withNegativeButton(int) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Adds a negative button to the dialog.
withNegativeButton(String) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Adds a negative button to the dialog.
withNeutralButton(String, OnClickListener) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Set a listener to be invoked when the neutral button of the dialog is pressed.
withNeutralButton(int, OnClickListener) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Set a listener to be invoked when the neutral button of the dialog is pressed.
withNewItemsDeliveredTo(<any>, <any>) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper
Registers an OnNewItemsListener that delivers results to the specified IItemAdapter.
withNewItemsDeliveredTo(<any>) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper
Registers an OnNewItemsListener that delivers results to the specified ModelAdapter through its ModelAdapter#add method.
withNewItemsDeliveredTo(<any>, <any>, EndlessScrollHelper.OnNewItemsListener<Model>) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper
An overload of withNewItemsDeliveredTo() that allows additional callbacks.
withNewItemsDeliveredTo(<any>, EndlessScrollHelper.OnNewItemsListener<Model>) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper
An overload of withNewItemsDeliveredTo() that allows additional callbacks.
withOnClickListener(<any>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
Define the OnClickListener which will be used for a single item
withOnClickListener(<any>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Define the OnClickListener which will be used for a single item
withOnLoadMoreHandler(EndlessScrollHelper.OnLoadMoreHandler<Model>) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper
Define the OnLoadMoreHandler which will be used for loading new items.
withOnLongClickListener(<any>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
Define the OnLongClickListener which will be used for a single item
withOnLongClickListener(<any>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Define the OnLongClickListener which will be used for a single item
withOnNewItemsListener(EndlessScrollHelper.OnNewItemsListener<Model>) - Method in class com.mikepenz.fastadapter_extensions.scroll.EndlessScrollHelper
Define the OnNewItemsListener which will receive the new items loaded by onLoadMore().
withOnPreClickListener(<any>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
Define the OnPreClickListener which will be used for a single item and is called after all internal methods are done
withOnPreClickListener(<any>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Define the OnPreClickListener which will be used for a single item and is called after all internal methods are done
withOnPreLongClickListener(<any>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
Define the OnLongClickListener which will be used for a single item and is called after all internal methods are done
withOnPreLongClickListener(<any>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Define the OnLongClickListener which will be used for a single item and is called after all internal methods are done
withOnScrollListener(RecyclerView.OnScrollListener) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
Add a listener that will be notified of any changes in scroll state or position of the RecyclerView.
withOnScrollListener(RecyclerView.OnScrollListener) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Add a listener that will be notified of any changes in scroll state or position of the RecyclerView.
withOnTouchListener(<any>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterBottomSheetDialog
Define the TouchListener which will be used for a single item
withOnTouchListener(<any>) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Define the TouchListener which will be used for a single item
withPayload(Object) - Method in class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
the provided payload will be passed to the adapters notify function, if one is provided
withPositiveButton(String, OnClickListener) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Set a listener to be invoked when the positive button of the dialog is pressed.
withPositiveButton(int, OnClickListener) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Set a listener to be invoked when the positive button of the dialog is pressed.
withSavedInstanceState(Bundle) - Method in class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
restore the index of the last long pressed index
withSavedInstanceState(Bundle, String) - Method in class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
restore the index of the last long pressed index IMPORTANT! Call this method only after all items where added to the adapters again.
withSnackBar(Snackbar, String) - Method in class com.mikepenz.fastadapter_extensions.UndoHelper
an optional method to add a Snackbar of your own with custom styling.
withSupportSubItems(ExpandableExtension) - Method in class com.mikepenz.fastadapter_extensions.ActionModeHelper
Deprecated.
withSupportSubItems(boolean) - Method in class com.mikepenz.fastadapter_extensions.RangeSelectorHelper
enable this, if you want the range selector to correclty handle sub items as well
withTitle(String) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Set the title text for this dialog's window.
withTitle(int) - Method in class com.mikepenz.fastadapter_extensions.dialog.FastAdapterDialog
Set the title text for this dialog's window.
withTitleProvider(ActionModeHelper.ActionModeTitleProvider) - Method in class com.mikepenz.fastadapter_extensions.ActionModeHelper
 
withTouchHelper(ItemTouchHelper) - Method in interface com.mikepenz.fastadapter_extensions.drag.IExtendedDraggable
use this method to set the ItemTouchHelper reference in the item this is necessary, so that the item can manually start the dragging i.e when a drag icon within the item is touched
WrapAdapter<Item extends IItem> - Class in com.mikepenz.fastadapter_extensions.adapters
Created by mikepenz on 03.03.16.
WrapAdapter(List<Item>) - Constructor for class com.mikepenz.fastadapter_extensions.adapters.WrapAdapter
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links