public class List extends ListItem
ListItem models. Used
for displaying a sub set of lists within the list view.
This is purely a data based model and is never used when displaying content in the list, instead
the model is processed into 2 separate models, List.ListHeader and List.ListFooter| Modifier and Type | Class and Description |
|---|---|
static class |
List.ListFooter
This is the model used when displaying the list in the adapter.
|
static class |
List.ListHeader
This is the model used when displaying the list in the adapter.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<ListItem> |
children |
protected TextProperty |
footer |
protected TextProperty |
header |
| Constructor and Description |
|---|
List() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
protected TextProperty header
protected TextProperty footer
protected java.util.ArrayList<ListItem> children
public int describeContents()
describeContents in class Modelpublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in class Model