Closed GoogleCodeExporter closed 9 years ago
I added the following methods:
SourceList.setExpanded(SourceListCategory, boolean)
SourceList.setExpanded(SourceListItem, boolean)
To collapse all categories, for example, do the following:
for (SourceListCategory category : sourceListModel.getCategories()) {
sourceList.setExpanded(category, false);
}
Original comment by kenneth....@gmail.com
on 2 Mar 2009 at 7:50
Original issue reported on code.google.com by
dlemmermann@gmail.com
on 27 Feb 2009 at 3:56