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