public class ClickableViews extends Object
| Modifier and Type | Field and Description |
|---|---|
static ClickableViews |
ITEM_VIEW
Default clickable views info that makes clickable only
RecyclerView.ViewHolder. |
static int |
ITEM_VIEW_ID
Use this to describe
RecyclerView.ViewHolder. |
static int |
NO_ID
Used to mark a view that has no ID.
|
static ClickableViews |
NONE
Default clickable views info that makes no view clickable.
|
| Constructor and Description |
|---|
ClickableViews(int defaultViewId) |
ClickableViews(int defaultViewId,
int... clickableViewIds) |
public static final int NO_ID
public static final int ITEM_VIEW_ID
RecyclerView.ViewHolder.public static final ClickableViews NONE
public static final ClickableViews ITEM_VIEW
RecyclerView.ViewHolder.