public abstract class

AbstractExpandableItemViewHolder

extends RecyclerView.ViewHolder
implements ExpandableItemViewHolder
java.lang.Object
   ↳ android.support.v7.widget.RecyclerView.ViewHolder
     ↳ com.h6ah4i.android.widget.advrecyclerview.utils.AbstractExpandableItemViewHolder

Summary

[Expand]
Inherited Fields
From class android.support.v7.widget.RecyclerView.ViewHolder
Public Constructors
AbstractExpandableItemViewHolder(View itemView)
Public Methods
int getExpandStateFlags()
Gets the state flags value for expanding item
void setExpandStateFlags(int flags)
Sets the state flags value for expanding item
[Expand]
Inherited Methods
From class android.support.v7.widget.RecyclerView.ViewHolder
From class java.lang.Object
From interface com.h6ah4i.android.widget.advrecyclerview.expandable.ExpandableItemViewHolder

Public Constructors

public AbstractExpandableItemViewHolder (View itemView)

Public Methods

public int getExpandStateFlags ()

Gets the state flags value for expanding item

public void setExpandStateFlags (int flags)

Sets the state flags value for expanding item

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