Closed GoogleCodeExporter closed 9 years ago
The MTList component has a MTListCellContainer as a child, which internally
holds all listcells as children.
So if you use the list.removeAllChildren() method, you also remove this
container and future listcells wont get added.
Now we could let the removeAllChildren() method remove all children except the
container, but that wouldnt be very transparent to the user since the method is
expected to really remove _all_ children.
So I added the removeAllListElements() to MTList, which removes all
MTListCell's from the lists cell container.
Original comment by sirhc.f...@gmail.com
on 25 Feb 2011 at 3:26
Original issue reported on code.google.com by
michael....@gmail.com
on 23 Feb 2011 at 4:50