public class SectionWithHeaderViewCell extends SectionViewCell
viewCells| Constructor and Description |
|---|
SectionWithHeaderViewCell() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
prependAll(java.util.Collection<? extends ViewCell> viewCells) |
void |
setAll(java.util.Collection<? extends ViewCell> viewCells) |
void |
setSectionHeader(ViewCell headerViewCell) |
add, addAll, bindViewCell, getItemCount, getItemId, getLayoutId, getViewHolderClasspublic void setSectionHeader(ViewCell headerViewCell)
public void setAll(java.util.Collection<? extends ViewCell> viewCells)
setAll in class SectionViewCellpublic void prependAll(java.util.Collection<? extends ViewCell> viewCells)
prependAll in class SectionViewCellpublic void clear()
clear in class SectionViewCell