public class LoaderItem
extends <any>
| Constructor and Description |
|---|
LoaderItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindView(com.mikepenz.aboutlibraries.ui.item.LoaderItem.ViewHolder holder,
java.util.List<java.lang.Object> payloads)
binds the data of this item onto the viewHolder
|
int |
getLayoutRes()
defines the layout which will be used for this item in the list
|
int |
getType()
defines the type defining this item.
|
com.mikepenz.aboutlibraries.ui.item.LoaderItem.ViewHolder |
getViewHolder(android.view.View v)
This method returns the ViewHolder for our item, using the provided View.
|
boolean |
isSelectable() |
public boolean isSelectable()
public int getType()
public int getLayoutRes()
public void bindView(com.mikepenz.aboutlibraries.ui.item.LoaderItem.ViewHolder holder,
java.util.List<java.lang.Object> payloads)
holder - the viewHolder of this itempublic com.mikepenz.aboutlibraries.ui.item.LoaderItem.ViewHolder getViewHolder(android.view.View v)
v -