public interface

ExpandableItemViewHolder

com.h6ah4i.android.widget.advrecyclerview.expandable.ExpandableItemViewHolder
Known Indirect Subclasses

Class Overview

Interface which provides required information for expanding item.

Implement this interface on your sub-class of the android.support.v7.widget.RecyclerView.ViewHolder.

Summary

Public Methods
abstract int getExpandStateFlags()
Gets the state flags value for expanding item
abstract void setExpandStateFlags(int flags)
Sets the state flags value for expanding item

Public Methods

public abstract int getExpandStateFlags ()

Gets the state flags value for expanding item

public abstract void setExpandStateFlags (int flags)

Sets the state flags value for expanding item

Parameters
flags Bitwise OR of these flags; - STATE_FLAG_IS_GROUP - STATE_FLAG_IS_CHILD - STATE_FLAG_IS_EXPANDED - STATE_FLAG_IS_UPDATED