public class ViewCellUtils
extends java.lang.Object
| Constructor and Description |
|---|
ViewCellUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getSectionIndex(java.util.List<? extends AbstractSection> sections,
int listPosition) |
static int |
getSpanSizeFor(AbstractViewCell viewCell,
int spanCount) |
static int |
getTotalCount(java.util.List<? extends AbstractSection> sections) |
static AbstractViewCell |
getViewCell(java.util.List<? extends AbstractSection> sections,
int listPosition) |
static int |
getViewCellIndex(java.util.List<? extends AbstractSection> sections,
int listPosition) |
public static int getTotalCount(java.util.List<? extends AbstractSection> sections)
public static int getSectionIndex(java.util.List<? extends AbstractSection> sections, int listPosition)
public static int getViewCellIndex(java.util.List<? extends AbstractSection> sections, int listPosition)
public static AbstractViewCell getViewCell(java.util.List<? extends AbstractSection> sections, int listPosition)
public static int getSpanSizeFor(AbstractViewCell viewCell, int spanCount)