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