|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.widget.ExpandableListConnector.PositionMetadata
public static class ExpandableListConnector.PositionMetadata
Data type that contains an expandable list position (can refer to either a group or child) and some extra information regarding referred item (such as where to insert into the flat list, etc.)
| Field Summary | |
|---|---|
int |
groupInsertIndex
For groups that are collapsed, we use this as the index (in mExpGroupMetadataList) to insert this group when we are expanding this group. |
ExpandableListConnector.GroupMetadata |
groupMetadata
Link back to the expanded GroupMetadata for this group. |
ExpandableListPosition |
position
Data type to hold the position and its type (child/group) |
| Constructor Summary | |
|---|---|
|
ExpandableListConnector.PositionMetadata(int flatListPos,
int type,
int groupPos,
int childPos)
|
protected |
ExpandableListConnector.PositionMetadata(int flatListPos,
int type,
int groupPos,
int childPos,
ExpandableListConnector.GroupMetadata groupMetadata,
int groupInsertIndex)
|
| Method Summary | |
|---|---|
boolean |
isExpanded()
Checks whether the group referred to in this object is expanded, or not (at the time this object was created) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ExpandableListPosition position
public ExpandableListConnector.GroupMetadata groupMetadata
public int groupInsertIndex
| Constructor Detail |
|---|
public ExpandableListConnector.PositionMetadata(int flatListPos,
int type,
int groupPos,
int childPos)
protected ExpandableListConnector.PositionMetadata(int flatListPos,
int type,
int groupPos,
int childPos,
ExpandableListConnector.GroupMetadata groupMetadata,
int groupInsertIndex)
| Method Detail |
|---|
public boolean isExpanded()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||