| Modifier | Constructor and Description |
|---|---|
protected |
SimpleParent(java.util.List<C> childItemList) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<C> |
getChildList()
Getter for the list of this parent's child items.
|
boolean |
isInitiallyExpanded()
Getter used to determine if this
Parent's
View should show up initially as expanded. |
void |
setChildList(java.util.List<C> childList) |
protected SimpleParent(java.util.List<C> childItemList)
public boolean isInitiallyExpanded()
ParentParent's
View should show up initially as expanded.isInitiallyExpanded in interface Parent<C>public java.util.List<C> getChildList()
ParentIf list is empty, the parent has no children.
getChildList in interface Parent<C>List of the children of this Parentpublic void setChildList(java.util.List<C> childList)