java.lang.Object | ||
↳ | android.support.v7.widget.RecyclerView.ViewHolder | |
↳ | com.h6ah4i.android.widget.advrecyclerview.utils.AbstractExpandableItemViewHolder |
[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
|
Gets the state flags value for expanding item
STATE_FLAG_IS_GROUP
- STATE_FLAG_IS_CHILD
- STATE_FLAG_IS_EXPANDED
- STATE_FLAG_IS_UPDATED
Sets the state flags value for expanding item
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 |
---|