public class EmptySectionDecorator extends SectionDecorator
AbstractSection.AbstractSectionIterator| Constructor and Description |
|---|
EmptySectionDecorator(AbstractSection decoratedSection,
AbstractViewCell emptyViewCell) |
| Modifier and Type | Method and Description |
|---|---|
AbstractViewCell |
get(int position) |
int |
getItemCount() |
void |
remove(int position) |
getDecoratedSection, onDataChangedaddObserver, isEmpty, notifyDataChanged, removeObserver, viewCellIteratorpublic EmptySectionDecorator(AbstractSection decoratedSection, AbstractViewCell emptyViewCell)
public AbstractViewCell get(int position)
get in class AbstractSectionpublic void remove(int position)
remove in class AbstractSectionpublic int getItemCount()
getItemCount in class AbstractSection