public interface ParentListItem
| Modifier and Type | Method and Description |
|---|---|
java.util.List<?> |
getChildItemList()
Getter for the list of this parent list item's child list items.
|
boolean |
isInitiallyExpanded()
Getter used to determine if this
ParentListItem's
View should show up initially as expanded. |
java.util.List<?> getChildItemList()
If list is empty, the parent list item has no children.
List of the children of this ParentListItemboolean isInitiallyExpanded()
ParentListItem's
View should show up initially as expanded.