public class FooterSectionDecorator extends SectionDecorator
AbstractSection.AbstractSectionIterator| Constructor and Description |
|---|
FooterSectionDecorator(AbstractSection decoratedSection,
AbstractViewCell footerViewCell) |
| Modifier and Type | Method and Description |
|---|---|
AbstractViewCell |
get(int position) |
int |
getItemCount() |
void |
remove(int position) |
void |
setShowFooterIfEmpty(boolean showFooterIfEmpty) |
boolean |
shouldShowFooterIfEmpty() |
getDecoratedSectionisEmpty, viewCellIteratorpublic FooterSectionDecorator(AbstractSection decoratedSection, AbstractViewCell footerViewCell)
public AbstractViewCell get(int position)
get in class AbstractSectionpublic void remove(int position)
remove in class AbstractSectionpublic int getItemCount()
getItemCount in class AbstractSectionpublic boolean shouldShowFooterIfEmpty()
public void setShowFooterIfEmpty(boolean showFooterIfEmpty)