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, setParent
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.