public class Section extends AbstractSection
AbstractSection.AbstractSectionIterator| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AbstractViewCell> |
viewCells |
| Constructor and Description |
|---|
Section() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AbstractViewCell viewCell) |
void |
addAll(java.util.Collection<? extends AbstractViewCell> viewCells) |
void |
clear() |
AbstractViewCell |
get(int position) |
java.util.List<AbstractViewCell> |
getAll() |
java.util.List<AbstractViewCell> |
getAllSelected() |
int |
getItemCount() |
void |
prependAll(java.util.Collection<? extends AbstractViewCell> viewCells) |
void |
remove(int position) |
void |
setAll(java.util.Collection<? extends AbstractViewCell> viewCells) |
isEmpty, viewCellIteratorprotected java.util.List<AbstractViewCell> viewCells
public java.util.List<AbstractViewCell> getAll()
public java.util.List<AbstractViewCell> getAllSelected()
public void add(AbstractViewCell viewCell)
public void addAll(java.util.Collection<? extends AbstractViewCell> viewCells)
public void setAll(java.util.Collection<? extends AbstractViewCell> viewCells)
public void prependAll(java.util.Collection<? extends AbstractViewCell> viewCells)
public void clear()
public AbstractViewCell get(int position)
get in class AbstractSectionpublic void remove(int position)
remove in class AbstractSectionpublic int getItemCount()
getItemCount in class AbstractSection