public class HeaderSectionDecorator extends SectionDecorator
| 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() |
getDecoratedSectionisEmptypublic 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)