public static class List.ListFooter extends ListItem
List.children and a List.ListHeader and List.ListFooter
from its List.header and 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 |
footer |
| Constructor and Description |
|---|
List.ListFooter() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getClassName() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
protected TextProperty footer
public java.lang.String getClassName()
public int describeContents()
describeContents in class Modelpublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in class Model