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