public static class List.ListHeader extends ListItem
List.children and a List.ListHeader and List.ListFooter
from its header and List.footer. The reason why it's done like this is because
we don't want to track a single object in a list which is referenced in multiple places, so
we instantiate 2 'place holder' models to handle it. List isn't
actually a visible view, where as it's members is.| Modifier and Type | Field and Description |
|---|---|
protected TextProperty |
header |
| Constructor and Description |
|---|
List.ListHeader() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getClassName() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
protected TextProperty header
public java.lang.String getClassName()
public int describeContents()
describeContents in class Modelpublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in class Model