public interface Parent<C>
| 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. |
java.util.List<C> getChildList()
If list is empty, the parent has no children.
List of the children of this Parentboolean isInitiallyExpanded()
Parent's
View should show up initially as expanded.