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

A

add(M) - Method in class mva2.adapter.ListSection
Appends the specified element to the end of ListSection.
add(int, M) - Method in class mva2.adapter.ListSection
Inserts the specified element at the specified position in this data manger (optional operation).
addAll(Collection<? extends M>) - Method in class mva2.adapter.ListSection
Appends all of the elements in the specified collection to the end of this ListSection, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection<? extends M>) - Method in class mva2.adapter.ListSection
Inserts all of the elements in the specified collection into this data manager at the specified position (optional operation).
addDecorator(Decorator) - Method in class mva2.adapter.ItemBinder
Used to add Decorator for the item binder.
addDecorator(Decorator, int) - Method in class mva2.adapter.ItemBinder
Used to add Decorator for the item binder with priority.
addDecorator(Decorator) - Method in class mva2.adapter.Section
Adds a decorator to the section.
addDecorator(Decorator, int) - Method in class mva2.adapter.Section
Adds a decorator to the section with priority.
addSection(Section) - Method in class mva2.adapter.MultiViewAdapter
Add a section to this adapter.
addSection(Section) - Method in class mva2.adapter.NestedSection
Add a section to this NestedSection.
addSection(Section) - Method in class mva2.adapter.TreeSection
Adds a TreeSection to the current TreeSection.
addToRect(Rect, int, int, int, int) - Method in class mva2.adapter.decorator.Decorator
Utility method to add the coordinates to the existing values to the Rect class
android.support.v7.widget - package android.support.v7.widget
 
append(int, int) - Method in interface mva2.adapter.internal.Cache
 
append(int, int) - Method in class mva2.adapter.internal.SparseIntArrayCache
 
areContentsTheSame(int, int) - Method in class mva2.adapter.internal.DiffUtilCallback
 
areContentsTheSame(M, M) - Method in class mva2.adapter.internal.DiffUtilCallback
Called by the DiffUtil when it wants to check whether two items have the same data.
areContentsTheSame(M, M) - Method in interface mva2.adapter.util.PayloadProvider
Called by the DataManager when it wants to check whether two items have the same data.
areItemsTheSame(int, int) - Method in class mva2.adapter.internal.DiffUtilCallback
 
areItemsTheSame(M, M) - Method in class mva2.adapter.internal.DiffUtilCallback
Called by the DiffUtil to decide whether two object represent the same Item.
areItemsTheSame(M, M) - Method in interface mva2.adapter.util.PayloadProvider
Called by the DiffUtil to decide whether two object represent the same Item.

B

bindViewHolder(VH, M, List) - Method in class mva2.adapter.ItemBinder
 
bindViewHolder(VH, M) - Method in class mva2.adapter.ItemBinder
 
BOTTOM - Static variable in annotation type mva2.adapter.decorator.PositionType
Denotes that the item/section lies in the bottom edge

C

Cache - Interface in mva2.adapter.internal
 
calculateDiff(ListUpdateCallback, List<M>, List<M>) - Method in interface mva2.adapter.util.MvaDiffUtil
Lets you calculate the diff between oldList and newList, after that apply the changes to listUpdateCallback
canBindData(Object) - Method in class mva2.adapter.ItemBinder
 
clear() - Method in interface mva2.adapter.internal.Cache
 
clear() - Method in class mva2.adapter.internal.SparseIntArrayCache
 
clear() - Method in class mva2.adapter.ListSection
Removes all of the elements from this data manager (optional operation).
clearAllSelections() - Method in class mva2.adapter.MultiViewAdapter
Clears all the selected items inside the adapter.
clearCache() - Method in class android.support.v7.widget.SpanSizeLookup
When the adapter's data set changes, this method will be called to clear the cache.
clearSelections() - Method in class mva2.adapter.ListSection
This method is used to clear the selected items in a ListSection
collapseAllItems() - Method in class mva2.adapter.MultiViewAdapter
Collapses all the items inside the adapter.
collapseAllSections() - Method in class mva2.adapter.MultiViewAdapter
Collapses all the sections inside the adapter.
createViewHolder(ViewGroup) - Method in class mva2.adapter.ItemBinder
 

D

DecorationDelegate - Class in mva2.adapter.internal
This is an internal class.
DecorationDelegate(MultiViewAdapter) - Constructor for class mva2.adapter.internal.DecorationDelegate
 
Decorator - Class in mva2.adapter.decorator
A Decorator allows the application to add a special drawing and layout offset to specific itemviews from the adapter's data set.
Decorator(MultiViewAdapter) - Constructor for class mva2.adapter.decorator.Decorator
Constructor which initialized the Decorator with the adapter object.
DiffUtilCallback<M> - Class in mva2.adapter.internal
 
DiffUtilCallback(List<M>, List<M>) - Constructor for class mva2.adapter.internal.DiffUtilCallback
 
drawDecoration(Canvas, RecyclerView, RecyclerView.State, View, int) - Method in class mva2.adapter.MultiViewAdapter
 

G

get(int, int) - Method in interface mva2.adapter.internal.Cache
 
get(int, int) - Method in class mva2.adapter.internal.SparseIntArrayCache
 
get(int) - Method in class mva2.adapter.ListSection
Returns the element at the specified position in this list section.
getCachedSpanIndex(int, int) - Method in class android.support.v7.widget.SpanSizeLookup
 
getChangePayload(int, int) - Method in class mva2.adapter.internal.DiffUtilCallback
 
getChangePayload(M, M) - Method in class mva2.adapter.internal.DiffUtilCallback
When DiffUtilCallback.areItemsTheSame(int, int) returns true for two items and DiffUtilCallback.areContentsTheSame(int, int) returns false for them, DiffUtil calls this method to get a payload about the change.
getChangePayload(M, M) - Method in interface mva2.adapter.util.PayloadProvider
Called by the DataManager when it wants to get the payload of changed elements.
getChild(int) - Method in class mva2.adapter.TreeSection
Returns the child section at the specified position in this list.
getData() - Method in class mva2.adapter.ListSection
Returns the data added to this section
getDecorationOffset(Rect, View, RecyclerView, RecyclerView.State, int) - Method in class mva2.adapter.MultiViewAdapter
 
getDragDirections() - Method in class mva2.adapter.ItemViewHolder
Returns the drag directions for the provided ItemViewHolder.
getHeader() - Method in class mva2.adapter.HeaderSection
Returns the header object.
getItem() - Method in class mva2.adapter.internal.RecyclerItem
 
getItem() - Method in class mva2.adapter.ItemSection
Returns the item added to this ItemSection.
getItem() - Method in class mva2.adapter.ItemViewHolder
Returns the item object bounded by this ItemViewHolder
getItemBinder() - Method in class mva2.adapter.util.InfiniteLoadingHelper
Internal method.
getItemCount() - Method in class mva2.adapter.MultiViewAdapter
 
getItemDecoration() - Method in class mva2.adapter.MultiViewAdapter
If you would like to use the decoration feature of the adapter, use this method to get ItemDecoration and add it to your recyclerview.
getItemMetaData() - Method in class mva2.adapter.internal.RecyclerItem
 
getItemOffsets(Rect, View, RecyclerView, RecyclerView.State, int) - Method in class mva2.adapter.decorator.Decorator
Retrieve item offsets for the given position.
getItemOffsets(Rect, View, RecyclerView, RecyclerView.State) - Method in class mva2.adapter.internal.DecorationDelegate
 
getItemTouchHelper() - Method in class mva2.adapter.MultiViewAdapter
Get the ItemTouchHelper which resolves the swipe and drag gestures for the adapter's individual ItemBinder.
getItemViewType(int) - Method in class mva2.adapter.MultiViewAdapter
 
getListSection() - Method in class mva2.adapter.HeaderSection
Use this method to get the ListSection which is inside the HeaderSection.
getMovementFlags(RecyclerView, RecyclerView.ViewHolder) - Method in class mva2.adapter.internal.ItemTouchCallback
 
getNewListSize() - Method in class mva2.adapter.internal.DiffUtilCallback
 
getOldListSize() - Method in class mva2.adapter.internal.DiffUtilCallback
 
getParent() - Method in class mva2.adapter.TreeSection
Returns the current item.
getPositionType(int, RecyclerView) - Method in class mva2.adapter.decorator.Decorator
Returns the position type of the item for given adapter position.
getPositionType(RecyclerView, int) - Method in class mva2.adapter.MultiViewAdapter
Returns the positionType of the item inside the layout manager.
getSectionPositionType(int) - Method in class mva2.adapter.decorator.Decorator
Returns the SectionPositionType for the given adapter position.
getSectionPositionType(int) - Method in class mva2.adapter.MultiViewAdapter
Returns the SectionPositionType for the giver adapter position.
getSelectedItems() - Method in class mva2.adapter.ListSection
Returns the list of selected items
getSpanGroupIndex(int, int) - Method in class android.support.v7.widget.SpanSizeLookup
Returns the index of the group this position belongs.
getSpanSize(int) - Method in class android.support.v7.widget.SpanSizeLookup
 
getSpanSize(int) - Method in class mva2.adapter.ItemBinder
Used to determine the span size for the ItemBinder.
getSpanSize(int) - Method in class mva2.adapter.MultiViewAdapter
 
getSpanSizeLookup() - Method in class mva2.adapter.MultiViewAdapter
Return the span size lookup used by this adapter.
getSwipeDirections() - Method in class mva2.adapter.ItemViewHolder
Returns the swipe directions for the provided ItemViewHolder.

H

HeaderSection<H,M> - Class in mva2.adapter
Displays list of items along with a header and has collapsing/expanding feature.
HeaderSection() - Constructor for class mva2.adapter.HeaderSection
Initializes the HeaderSection.
HeaderSection(H) - Constructor for class mva2.adapter.HeaderSection
Initializes the HeaderSection with header object.
hideSection() - Method in class mva2.adapter.Section
Hide's the section inside the adapter.

I

InfiniteLoadingHelper - Class in mva2.adapter.util
Class to add infinite loading feature into the adapter
InfiniteLoadingHelper(RecyclerView, int) - Constructor for class mva2.adapter.util.InfiniteLoadingHelper
 
InfiniteLoadingHelper(RecyclerView, int, int) - Constructor for class mva2.adapter.util.InfiniteLoadingHelper
 
inflate(ViewGroup, int) - Method in class mva2.adapter.ItemBinder
Utility method to inflate the View
initViewHolder(VH) - Method in class mva2.adapter.ItemBinder
This method is called immediately after ItemBinder.createViewHolder(android.view.ViewGroup) method is called.
isExpanded() - Method in class mva2.adapter.internal.ItemMetaData
 
isFirst(int) - Method in class mva2.adapter.decorator.Decorator
Returns whether the item is first element in the LinearLayoutManager.
isInActionMode() - Method in class mva2.adapter.ItemViewHolder
 
isItemExpanded() - Method in class mva2.adapter.ItemViewHolder
 
isItemOnBottomEdge(int) - Method in class mva2.adapter.decorator.Decorator
Returns whether the item is on the bottom edge of the RecyclerView.
isItemOnLeftEdge(int) - Method in class mva2.adapter.decorator.Decorator
Returns whether the item is on the left edge of the RecyclerView.
isItemOnRightEdge(int) - Method in class mva2.adapter.decorator.Decorator
Returns whether the item is on the right edge of the RecyclerView.
isItemOnTopEdge(int) - Method in class mva2.adapter.decorator.Decorator
Returns whether the item is on the top edge of the RecyclerView.
isItemSelected() - Method in class mva2.adapter.ItemViewHolder
 
isItemViewSwipeEnabled() - Method in class mva2.adapter.internal.ItemTouchCallback
 
isLast(int) - Method in class mva2.adapter.decorator.Decorator
Returns whether the item is last element in the LinearLayoutManager.
isLongPressDragEnabled() - Method in class mva2.adapter.internal.ItemTouchCallback
 
isSectionExpanded() - Method in class mva2.adapter.ItemViewHolder
 
isSectionHidden() - Method in class mva2.adapter.Section
Returns boolean flag indicating whether the section is hidden or not.
isSelected() - Method in class mva2.adapter.internal.ItemMetaData
 
ItemBinder<M,VH extends ItemViewHolder<M>> - Class in mva2.adapter
Each item displayed in recylerview needs to be backed by a viewholder.
ItemBinder() - Constructor for class mva2.adapter.ItemBinder
No-arg constructor for ItemBinder.
ItemBinder(Decorator) - Constructor for class mva2.adapter.ItemBinder
Initializes the ItemBinder class and adds the decorator to this ItemBinder.
ItemMetaData - Class in mva2.adapter.internal
 
ItemMetaData() - Constructor for class mva2.adapter.internal.ItemMetaData
 
ItemSection<M> - Class in mva2.adapter
Section which displays a single item inside the RecyclerView.
ItemSection() - Constructor for class mva2.adapter.ItemSection
No-arg constructor for ItemSection.
ItemSection(M) - Constructor for class mva2.adapter.ItemSection
Initializes the ItemSection with the item passed.
ItemTouchCallback - Class in mva2.adapter.internal
 
ItemTouchCallback(MultiViewAdapter) - Constructor for class mva2.adapter.internal.ItemTouchCallback
 
ItemViewHolder<M> - Class in mva2.adapter
ItemViewHolder is a wrapper class around RecyclerView.ViewHolder.
ItemViewHolder(View) - Constructor for class mva2.adapter.ItemViewHolder
 

L

LEFT - Static variable in annotation type mva2.adapter.decorator.PositionType
Denotes that the item/section is lies in the left edge
ListSection<M> - Class in mva2.adapter
Internally section uses DiffUtil to calculate the diff and calls the correct notify method.
ListSection() - Constructor for class mva2.adapter.ListSection
No arg constructor for ListSection.
ListSection(PayloadProvider<M>) - Constructor for class mva2.adapter.ListSection
Constructor which initializes the ListSection with give PayloadProvider.

M

markAllPagesLoaded() - Method in class mva2.adapter.util.InfiniteLoadingHelper
To stop the infinite loading.
markCurrentPageLoaded() - Method in class mva2.adapter.util.InfiniteLoadingHelper
To set the current page as loaded.
MIDDLE - Static variable in annotation type mva2.adapter.decorator.PositionType
Denotes that the item/section lies in the middle
Mode - Enum in mva2.adapter.util
Enum represents different types of mode which can be set as selection or expansion modes.
MultiViewAdapter - Class in mva2.adapter
MultiViewAdapter lets you write complex RecyclerView adapters easily.
MultiViewAdapter() - Constructor for class mva2.adapter.MultiViewAdapter
No-arg constructor for MultiViewAdapter.
mva2.adapter - package mva2.adapter
 
mva2.adapter.decorator - package mva2.adapter.decorator
 
mva2.adapter.internal - package mva2.adapter.internal
 
mva2.adapter.util - package mva2.adapter.util
 
MvaDiffUtil<M> - Interface in mva2.adapter.util
MvaDiffUtil lets the client to calculate the diff between old & new list and apply the changes.

N

NestedSection - Class in mva2.adapter
NestedSection is a section which can host multiple other section.
NestedSection() - Constructor for class mva2.adapter.NestedSection
 
Notifier - Interface in mva2.adapter.internal
 
notifySectionItemMoved(Section, int, int) - Method in interface mva2.adapter.internal.Notifier
 
notifySectionItemMoved(Section, int, int) - Method in class mva2.adapter.NestedSection
 
notifySectionRangeChanged(Section, int, int, Object) - Method in interface mva2.adapter.internal.Notifier
 
notifySectionRangeChanged(Section, int, int, Object) - Method in class mva2.adapter.NestedSection
 
notifySectionRangeInserted(Section, int, int) - Method in interface mva2.adapter.internal.Notifier
 
notifySectionRangeInserted(Section, int, int) - Method in class mva2.adapter.NestedSection
 
notifySectionRangeRemoved(Section, int, int) - Method in interface mva2.adapter.internal.Notifier
 
notifySectionRangeRemoved(Section, int, int) - Method in class mva2.adapter.NestedSection
 

O

onBindViewHolder(ItemViewHolder, int) - Method in class mva2.adapter.MultiViewAdapter
 
onBindViewHolder(ItemViewHolder, int, List<Object>) - Method in class mva2.adapter.MultiViewAdapter
 
onChanged(int, int, Object) - Method in class mva2.adapter.Section
 
onClick() - Method in class mva2.adapter.ItemViewHolder
If you set the OnItemClickListener for your ListSection, call this method to get notified.
onCreateViewHolder(ViewGroup, int) - Method in class mva2.adapter.MultiViewAdapter
 
onDraw(Canvas, RecyclerView, RecyclerView.State, View, int) - Method in class mva2.adapter.decorator.Decorator
Draw any appropriate decorations into the Canvas supplied to the RecyclerView.
onDraw(Canvas, RecyclerView, RecyclerView.State) - Method in class mva2.adapter.internal.DecorationDelegate
 
onDrawOver(Canvas, RecyclerView, RecyclerView.State, View, int) - Method in class mva2.adapter.decorator.Decorator
Draw any appropriate decorations into the Canvas supplied to the RecyclerView.
onDrawOver(Canvas, RecyclerView, RecyclerView.State) - Method in class mva2.adapter.internal.DecorationDelegate
 
onInserted(int, int) - Method in class mva2.adapter.Section
 
onItemClicked(int) - Method in class mva2.adapter.NestedSection
 
onItemClicked(int, M) - Method in interface mva2.adapter.util.OnItemClickListener
 
OnItemClickListener<M> - Interface in mva2.adapter.util
 
onItemDismiss(int) - Method in class mva2.adapter.MultiViewAdapter
 
onItemDismissed(int, M) - Method in interface mva2.adapter.util.SwipeToDismissListener
This method will be called when an item is dismissed using swipe gesture
onLoadNextPage(int) - Method in class mva2.adapter.util.InfiniteLoadingHelper
Abstract callback when the RecyclerView is scrolled and the next page has to be loaded
onMove(RecyclerView, RecyclerView.ViewHolder, RecyclerView.ViewHolder) - Method in class mva2.adapter.internal.ItemTouchCallback
 
onMove(int, int) - Method in class mva2.adapter.MultiViewAdapter
 
onMoved(int, int) - Method in class mva2.adapter.Section
 
onRemoved(int, int) - Method in class mva2.adapter.Section
 
onSelectionChanged(M, boolean, List<M>) - Method in interface mva2.adapter.util.OnSelectionChangedListener
Called when the selection is changed.
OnSelectionChangedListener<M> - Interface in mva2.adapter.util
Listener to listen for changes if an item is selected or un-selected.
onSwiped(RecyclerView.ViewHolder, int) - Method in class mva2.adapter.internal.ItemTouchCallback
 

P

PayloadProvider<M> - Interface in mva2.adapter.util
A Interface class used by DiffUtil while calculating the diff between two lists.
PositionType - Annotation Type in mva2.adapter.decorator
PositionType refers to relative position of item in the RecyclerView.LayoutManager.

R

RecyclerItem<M> - Class in mva2.adapter.internal
 
RecyclerItem(M, ItemMetaData) - Constructor for class mva2.adapter.internal.RecyclerItem
 
registerItemBinders(ItemBinder...) - Method in class mva2.adapter.MultiViewAdapter
Register an ItemBinder to the adapter.
remove(int) - Method in class mva2.adapter.ListSection
Removes the element at the specified position in this list (optional operation).
removeAllDecorators() - Method in class mva2.adapter.ItemBinder
Removes all decorators added to this ItemBinder
removeAllDecorators() - Method in class mva2.adapter.Section
Removes all the decorators added to this section.
removeAllSections() - Method in class mva2.adapter.MultiViewAdapter
Remove all the sections added to the adapter
removeDecorator(Decorator) - Method in class mva2.adapter.ItemBinder
Removes the first occurrence of the specified decorator from this ItemBinder.
removeDecorator(int) - Method in class mva2.adapter.ItemBinder
Removes the decorator at the specified position from this ItemBinder.
removeDecorator(Decorator) - Method in class mva2.adapter.Section
Removes the mentioned decorator from this section.
removeDecorator(int) - Method in class mva2.adapter.Section
Removes the decorator at the specified index from this section.
removeItem() - Method in class mva2.adapter.ItemSection
Removes the item added to this section.
RIGHT - Static variable in annotation type mva2.adapter.decorator.PositionType
Denotes that the item/section lies in the right edge

S

Section - Class in mva2.adapter
Sections are the building blocks of the MultiViewAdapter.
Section() - Constructor for class mva2.adapter.Section
 
SectionPositionType - Enum in mva2.adapter.decorator
SectionPositionType refers to position of section inside the adapter

SectionPositionType is an enum value, which has only possible three values.
set(List<M>) - Method in class mva2.adapter.ListSection
Replaces the data list in this data manager with the new list.
set(int, M) - Method in class mva2.adapter.ListSection
Replaces the element at the specified position in this data manager with the specified element (optional operation).
setAdapter(MultiViewAdapter) - Method in class android.support.v7.widget.SpanSizeLookup
Attach the adapter to the SpanSizeLookup
setDiffUtil(MvaDiffUtil<M>) - Method in class mva2.adapter.ListSection
Sets the diffutil for this section.
setExpanded(boolean) - Method in class mva2.adapter.internal.ItemMetaData
 
setExpansionMode(Mode) - Method in class mva2.adapter.MultiViewAdapter
Set the expansion mode for this adapter.
setExpansionMode(Mode) - Method in class mva2.adapter.Section
Set the expansion mode for this section.
setFooterSection(ItemSection<String>) - Method in class mva2.adapter.util.InfiniteLoadingHelper
 
setHeader(H) - Method in class mva2.adapter.HeaderSection
Sets the header object.
setInfiniteLoadingHelper(InfiniteLoadingHelper) - Method in class mva2.adapter.MultiViewAdapter
By setting an infiniteLoadingHelper, you can add infinite scrolling feature to the adapter.
setItem(M) - Method in class mva2.adapter.ItemSection
Sets the item for this section.
setOnItemClickListener(OnItemClickListener<M>) - Method in class mva2.adapter.ListSection
Set the listener to get callback when an item is clicked inside the section.
setOnSelectionChangedListener(OnSelectionChangedListener<M>) - Method in class mva2.adapter.ListSection
Set listener to get callback when an item is selected or unselected
setPageCount(int) - Method in class mva2.adapter.util.InfiniteLoadingHelper
Set the page count for infinite loading progress.
setPayloadProvider(PayloadProvider<M>) - Method in class mva2.adapter.ListSection
Set your own payload provider.
setSectionExpansionMode(Mode) - Method in class mva2.adapter.MultiViewAdapter
Set the section expansion mode for this adapter.
setSectionExpansionMode(Mode) - Method in class mva2.adapter.Section
Set the section expansion mode for this section.
setSelected(boolean) - Method in class mva2.adapter.internal.ItemMetaData
 
setSelectionMode(Mode) - Method in class mva2.adapter.MultiViewAdapter
Set the selection mode for this adapter.
setSelectionMode(Mode) - Method in class mva2.adapter.Section
Set the selection mode for this section.
setSpanCount(int) - Method in class mva2.adapter.MultiViewAdapter
Set the span count for the adapter.
setSpanCount(int) - Method in class mva2.adapter.Section
Set the span count for this section.
setSwipeToDismissListener(SwipeToDismissListener<M>) - Method in class mva2.adapter.ListSection
Sets the SwipeToDismissListener
setTreeDecorator(Decorator) - Method in class mva2.adapter.TreeSection
Sets a decorator for TreeSection and its child items.
showSection() - Method in class mva2.adapter.Section
If the section was hidden from parent, this method shows it again in the parent.
size() - Method in class mva2.adapter.ListSection
Removes all of the elements from this data manager (optional operation).
SpanSizeLookup - Class in android.support.v7.widget
Wrapper class around GridLayoutManager.SpanSizeLookup.
SpanSizeLookup(Cache) - Constructor for class android.support.v7.widget.SpanSizeLookup
Constructor to initialize the SpanSizeLookup class.
SparseIntArrayCache - Class in mva2.adapter.internal
 
SparseIntArrayCache() - Constructor for class mva2.adapter.internal.SparseIntArrayCache
 
startActionMode() - Method in class mva2.adapter.MultiViewAdapter
Helper method to set the adapter is in contextual action mode.
startDrag() - Method in class mva2.adapter.ItemViewHolder
The method lets the user to start dragging the viewholder
stopActionMode() - Method in class mva2.adapter.MultiViewAdapter
Helper method to set the adapter has exited contextual action mode.
SwipeToDismissListener<M> - Interface in mva2.adapter.util
Listener to listen when an item is dismissed by swipe gesture.

T

toggleItemExpansion() - Method in class mva2.adapter.ItemViewHolder
Can be called by the child view holders to toggle the ItemViewHolder's expansion status.
toggleItemSelection() - Method in class mva2.adapter.ItemViewHolder
Can be called by the child view holders to toggle the selection.
toggleSectionExpansion() - Method in class mva2.adapter.ItemViewHolder
Can be called by the child view holders to toggle the Section's expansion status.
TOP - Static variable in annotation type mva2.adapter.decorator.PositionType
Denotes that the item/section is lies in the top edge
TreeSection<M> - Class in mva2.adapter
TreeSection class is still in alpha stage.
TreeSection(M) - Constructor for class mva2.adapter.TreeSection
Constructor which initializes TreeSection with an item.

U

unRegisterAllItemBinders() - Method in class mva2.adapter.MultiViewAdapter
Removes all the ItemBinders which were registered to this adapter.

V

valueOf(String) - Static method in enum mva2.adapter.decorator.SectionPositionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mva2.adapter.util.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum mva2.adapter.decorator.SectionPositionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mva2.adapter.util.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D G H I L M N O P R S T U V 
Skip navigation links