android.widget
Interface HeterogeneousExpandableList

All Known Implementing Classes:
BaseExpandableListAdapter, CursorTreeAdapter, ResourceCursorTreeAdapter, SimpleCursorTreeAdapter, SimpleExpandableListAdapter

public interface HeterogeneousExpandableList


Method Summary
 int getChildType(int groupPosition, int childPosition)
           
 int getChildTypeCount()
           
 int getGroupType(int groupPosition)
           
 int getGroupTypeCount()
           
 

Method Detail

getGroupType

int getGroupType(int groupPosition)

getChildType

int getChildType(int groupPosition,
                 int childPosition)

getGroupTypeCount

int getGroupTypeCount()

getChildTypeCount

int getChildTypeCount()


Copyright © 2008-2012. All Rights Reserved.