public abstract class

AbstractDraggableItemViewHolder

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

Summary

[Expand]
Inherited Fields
From class android.support.v7.widget.RecyclerView.ViewHolder
Public Constructors
AbstractDraggableItemViewHolder(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 android.support.v7.widget.RecyclerView.ViewHolder
From class java.lang.Object
From interface com.h6ah4i.android.widget.advrecyclerview.draggable.DraggableItemViewHolder

Public Constructors

public AbstractDraggableItemViewHolder (View itemView)

Public Methods

public int getDragStateFlags ()

Gets the state flags value for dragging item

public void setDragStateFlags (int flags)

Sets the state flags value for dragging item

Parameters
flags Bitwise OR of these flags; - STATE_FLAG_DRAGGING - STATE_FLAG_IS_ACTIVE - STATE_FLAG_IS_IN_RANGE - STATE_FLAG_IS_UPDATED