public class ParentWrapper
extends java.lang.Object
ParentListItem.| Constructor and Description |
|---|
ParentWrapper(ParentListItem parentListItem)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<?> |
getChildItemList() |
ParentListItem |
getParentListItem()
Gets the
ParentListItem being wrapped. |
boolean |
isExpanded()
Gets the expanded state associated with the
ParentListItem. |
boolean |
isInitiallyExpanded() |
void |
setExpanded(boolean expanded)
Sets the expanded state associated with the
ParentListItem. |
void |
setParentListItem(ParentListItem parentListItem)
Sets the
ParentListItem to wrap. |
public ParentWrapper(ParentListItem parentListItem)
parentListItem - The ParentListItem to wrappublic ParentListItem getParentListItem()
ParentListItem being wrapped.ParentListItem being wrappedpublic void setParentListItem(ParentListItem parentListItem)
ParentListItem to wrap.parentListItem - The ParentListItem to wrappublic boolean isExpanded()
ParentListItem.public void setExpanded(boolean expanded)
ParentListItem.expanded - true if expanded, false if notpublic boolean isInitiallyExpanded()
public java.util.List<?> getChildItemList()