public interface NavGroup extends NavItem
NavItem that contains a list of children.NavItem.Type| Modifier and Type | Method and Description |
|---|---|
List<NavItem> |
getChildren()
Get the children items
|
void |
setChildren(List<NavItem> items)
Change the children list
|
accept, cloneItem, getContext, getDescription, getId, getName, getParent, getType, isModifiable, setContext, setDescription, setId, setModifiable, setName, setParentCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.