public class ViewCellUtils
extends java.lang.Object
| Constructor and Description |
|---|
ViewCellUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getInternalViewCellIndex(java.util.List<? extends ViewCell> viewCells,
int listPosition) |
static int |
getTotalCount(java.util.List<? extends ViewCell> viewCells) |
static int |
getViewCellIndex(java.util.List<? extends ViewCell> viewCells,
int listPosition) |
public static int getTotalCount(java.util.List<? extends ViewCell> viewCells)
public static int getViewCellIndex(java.util.List<? extends ViewCell> viewCells, int listPosition)
public static int getInternalViewCellIndex(java.util.List<? extends ViewCell> viewCells, int listPosition)