public class ListFooterHolder extends Holder<List.ListFooter>
List.ListFooter in the adapter. This is the 'footer' part
of the List model for displaying in the list view. There is a
counter-part for the 'header' part of the model.| Modifier and Type | Field and Description |
|---|---|
protected android.widget.TextView |
title |
| Constructor and Description |
|---|
ListFooterHolder() |
| Modifier and Type | Method and Description |
|---|---|
android.view.View |
createView(android.view.ViewGroup parent)
Method called when a new view needs to be created in the adapter.
|
void |
populateView(List.ListFooter model)
Called when the view needs to be populated
|
public android.view.View createView(android.view.ViewGroup parent)
HoldercreateView in class Holder<List.ListFooter>parent - The parent view. Use this with LayoutInflater to inflate your viewpublic void populateView(List.ListFooter model)
HolderpopulateView in class Holder<List.ListFooter>model - The model to populate the view with