com.h6ah4i.android.widget.advrecyclerview.expandable.ExpandableItemViewHolder |
Known Indirect Subclasses |
Interface which provides required information for expanding item.
Implement this interface on your sub-class of the android.support.v7.widget.RecyclerView.ViewHolder.
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
|
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;
- STATE_FLAG_IS_GROUP
- STATE_FLAG_IS_CHILD
- STATE_FLAG_IS_EXPANDED
- STATE_FLAG_IS_UPDATED
|
---|