public class TextListItemHolder extends Holder<TextListItem>
TextListItem in the adapter| Modifier and Type | Field and Description |
|---|---|
protected TextListItemView |
textListItemView |
| Constructor and Description |
|---|
TextListItemHolder() |
| 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(TextListItem model)
Called when the view needs to be populated
|
protected TextListItemView textListItemView
public android.view.View createView(android.view.ViewGroup parent)
HoldercreateView in class Holder<TextListItem>parent - The parent view. Use this with LayoutInflater to inflate your viewpublic void populateView(TextListItem model)
HolderpopulateView in class Holder<TextListItem>model - The model to populate the view with