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