- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-