com.ksk.contacts.tel.util
クラス GroupListAdapter

java.lang.Object
  上位を拡張 BaseExpandableListAdapter
      上位を拡張 com.ksk.contacts.tel.util.GroupListAdapter

public class GroupListAdapter
extends BaseExpandableListAdapter


コンストラクタの概要
GroupListAdapter(Context context)
           
 
メソッドの概要
 java.lang.Object getChild(int groupPosition, int childPosition)
           
 long getChildId(int groupPosition, int childPosition)
           
 int getChildrenCount(int groupPosition)
           
 View getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
           
 java.lang.Object getGroup(int groupPosition)
           
 int getGroupCount()
           
 long getGroupId(int groupPosition)
           
 View getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent)
           
 boolean hasStableIds()
           
 boolean isChildSelectable(int groupPosition, int childPosition)
           
 void onClick(View view)
           
 void setDataList(java.util.List<CommonData.GroupListData> dataList)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GroupListAdapter

public GroupListAdapter(Context context)
メソッドの詳細

setDataList

public void setDataList(java.util.List<CommonData.GroupListData> dataList)
パラメータ:
dataList -

getChild

public java.lang.Object getChild(int groupPosition,
                                 int childPosition)

getChildId

public long getChildId(int groupPosition,
                       int childPosition)

getChildrenCount

public int getChildrenCount(int groupPosition)

getChildView

public View getChildView(int groupPosition,
                         int childPosition,
                         boolean isLastChild,
                         View convertView,
                         ViewGroup parent)

getGroup

public java.lang.Object getGroup(int groupPosition)

getGroupCount

public int getGroupCount()

getGroupId

public long getGroupId(int groupPosition)

getGroupView

public View getGroupView(int groupPosition,
                         boolean isExpanded,
                         View convertView,
                         ViewGroup parent)

isChildSelectable

public boolean isChildSelectable(int groupPosition,
                                 int childPosition)

hasStableIds

public boolean hasStableIds()

onClick

public void onClick(View view)