ExpandableListView - 查找子窗口小部件

时间:2012-09-23 13:19:55

标签: android expandablelistview expandablelistadapter

我有一个ExpandableListView在子节点中有各种小部件。这些小部件在子节点的单独布局xml文件中定义,当打开父组时,即在BaseExpandableListAdapter.getChildView中,这些小部件会“膨胀”。如何获取最近膨胀的子节点的视图,我需要这个视图,以便我可以在其上调用findViewById并访问小部件?

BaseExpandableListAdapter.getChildView来看,这是微不足道的,但我需要从我的主要活动中做到这一点(具体来说,因为我正在调用getSupportLoaderManager来填充数据库中的小部件),或者调用来自BaseExpandableListAdapter.getChildView的主要Activity类的方法。在后一种情况下,我不知道如何从BaseExpandableListAdapter.getChildView访问我的主Activity类。

0 个答案:

没有答案