public class DefaultItemViewBinder extends java.lang.Object implements ItemViewBinder
Constructor and Description |
---|
DefaultItemViewBinder() |
Modifier and Type | Method and Description |
---|---|
void |
bindView(android.content.Context context,
android.view.View v,
ScItem item)
Bind an existing view to the item.
|
android.view.View |
newView(android.content.Context context,
android.view.ViewGroup parent,
android.view.LayoutInflater inflater,
ScItem item)
Makes a new view to hold the data of the item.
|
public void bindView(android.content.Context context, android.view.View v, ScItem item)
ItemViewBinder
bindView
in interface ItemViewBinder
public android.view.View newView(android.content.Context context, android.view.ViewGroup parent, android.view.LayoutInflater inflater, ScItem item)
ItemViewBinder
newView
in interface ItemViewBinder