public class SectionViewCell extends ViewCell<BaseViewHolder>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ViewCell> |
viewCells |
| Constructor and Description |
|---|
SectionViewCell() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ViewCell viewCell) |
void |
addAll(java.util.Collection<? extends ViewCell> viewCells) |
void |
bindViewCell(BaseViewHolder viewHolder,
int position) |
void |
clear() |
int |
getItemCount() |
int |
getItemId(int position) |
int |
getLayoutId(int position) |
java.lang.Class<? extends BaseViewHolder> |
getViewHolderClass(int position) |
void |
prependAll(java.util.Collection<? extends ViewCell> viewCells) |
void |
setAll(java.util.Collection<? extends ViewCell> viewCells) |
protected java.util.List<ViewCell> viewCells
public void add(ViewCell viewCell)
public void addAll(java.util.Collection<? extends ViewCell> viewCells)
public void setAll(java.util.Collection<? extends ViewCell> viewCells)
public void prependAll(java.util.Collection<? extends ViewCell> viewCells)
public void clear()
public int getLayoutId(int position)
getLayoutId in class ViewCell<BaseViewHolder>public int getItemId(int position)
getItemId in class ViewCell<BaseViewHolder>public int getItemCount()
getItemCount in class ViewCell<BaseViewHolder>public void bindViewCell(BaseViewHolder viewHolder, int position)
bindViewCell in class ViewCell<BaseViewHolder>public java.lang.Class<? extends BaseViewHolder> getViewHolderClass(int position)
getViewHolderClass in class ViewCell<BaseViewHolder>