public class CompositeSection extends AbstractSection implements SectionObserver
AbstractSection.AbstractSectionIterator| Constructor and Description |
|---|
CompositeSection() |
| Modifier and Type | Method and Description |
|---|---|
CompositeSection |
addSection(AbstractSection section) |
AbstractViewCell |
get(int position) |
int |
getItemCount() |
void |
onDataChanged() |
void |
remove(int position) |
CompositeSection |
removeSection(AbstractSection section) |
addObserver, isEmpty, notifyDataChanged, removeObserver, viewCellIteratorpublic AbstractViewCell get(int position)
get in class AbstractSectionpublic void remove(int position)
remove in class AbstractSectionpublic int getItemCount()
getItemCount in class AbstractSectionpublic CompositeSection addSection(AbstractSection section)
public CompositeSection removeSection(AbstractSection section)
public void onDataChanged()
onDataChanged in interface SectionObserver