android.widget
Class ExpandableListConnector.GroupMetadata
java.lang.Object
android.widget.ExpandableListConnector.GroupMetadata
- All Implemented Interfaces:
- Parcelable
- Enclosing class:
- ExpandableListConnector
static class ExpandableListConnector.GroupMetadata
- extends Object
- implements Parcelable
Metadata about an expanded group to help convert from a flat list
position to either a) group position for groups, or b) child position for
children
|
Method Summary |
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable's
marshalled representation. |
void |
writeToParcel(Parcel dest,
int flags)
Flatten this object in to a Parcel. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REFRESH
static final int REFRESH
- See Also:
- Constant Field Values
flPos
int flPos
- This group's flat list position
lastChildFlPos
int lastChildFlPos
- This group's last child's flat list position, so basically
the range of this group in the flat list
gPos
int gPos
- This group's group position
CREATOR
public static final Parcelable.Creator<ExpandableListConnector.GroupMetadata> CREATOR
ExpandableListConnector.GroupMetadata
ExpandableListConnector.GroupMetadata()
describeContents
public int describeContents()
- Description copied from interface:
Parcelable
- Describe the kinds of special objects contained in this Parcelable's
marshalled representation.
- Specified by:
describeContents in interface Parcelable
- Returns:
- a bitmask indicating the set of special object types marshalled
by the Parcelable.
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Description copied from interface:
Parcelable
- Flatten this object in to a Parcel.
- Specified by:
writeToParcel in interface Parcelable
- Parameters:
dest - The Parcel in which the object should be written.flags - Additional flags about how the object should be written.
May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE.
Please submit a feedback, bug or feature