| java.lang.Object | |||
| ↳ | android.support.v7.widget.RecyclerView.ViewHolder | ||
| ↳ | com.h6ah4i.android.widget.advrecyclerview.utils.AbstractSwipeableItemViewHolder | ||
| ↳ | com.h6ah4i.android.widget.advrecyclerview.utils.AbstractDraggableSwipeableItemViewHolder | ||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.support.v7.widget.RecyclerView.ViewHolder
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AbstractDraggableSwipeableItemViewHolder(View itemView) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int |
getDragStateFlags()
Gets the state flags value for dragging item
| ||||||||||
| void |
setDragStateFlags(int flags)
Sets the state flags value for dragging item
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.h6ah4i.android.widget.advrecyclerview.utils.AbstractSwipeableItemViewHolder
| |||||||||||
From class
android.support.v7.widget.RecyclerView.ViewHolder
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.h6ah4i.android.widget.advrecyclerview.draggable.DraggableItemViewHolder
| |||||||||||
From interface
com.h6ah4i.android.widget.advrecyclerview.swipeable.SwipeableItemViewHolder
| |||||||||||
Gets the state flags value for dragging item
STATE_FLAG_DRAGGING
- STATE_FLAG_IS_ACTIVE
- STATE_FLAG_IS_IN_RANGE
- STATE_FLAG_IS_UPDATED
Sets the state flags value for dragging item
| flags | Bitwise OR of these flags;
- STATE_FLAG_DRAGGING
- STATE_FLAG_IS_ACTIVE
- STATE_FLAG_IS_IN_RANGE
- STATE_FLAG_IS_UPDATED
|
|---|