public class ItemDividerSectionDecorator extends SectionDecorator
AbstractSection.AbstractSectionIterator| Constructor and Description |
|---|
ItemDividerSectionDecorator(AbstractSection decoratedSection,
Function<? super AbstractViewCell,? extends AbstractViewCell> dividerViewCellFactory) |
| Modifier and Type | Method and Description |
|---|---|
AbstractViewCell |
get(int position) |
int |
getItemCount() |
void |
remove(int position) |
getDecoratedSection, onDataChangedaddObserver, isEmpty, notifyDataChanged, removeObserver, viewCellIteratorpublic ItemDividerSectionDecorator(AbstractSection decoratedSection, Function<? super AbstractViewCell,? extends AbstractViewCell> dividerViewCellFactory)
public AbstractViewCell get(int position)
get in class AbstractSectionpublic void remove(int position)
remove in class AbstractSectionpublic int getItemCount()
getItemCount in class AbstractSection