@Portable public class NavGroupImpl extends NavItemImpl implements NavGroup
NavItem.Type| Constructor and Description |
|---|
NavGroupImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(NavItemVisitor visitor)
Entry point for visitor interfaces
|
NavItem |
cloneItem()
Creates a brand new copy of this item
|
List<NavItem> |
getChildren()
Get the children items
|
void |
setChildren(List<NavItem> children)
Change the children list
|
String |
toString() |
equals, getContext, getDescription, getId, getName, getParent, getType, isModifiable, setContext, setDescription, setId, setModifiable, setName, setParent, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContext, getDescription, getId, getName, getParent, getType, isModifiable, setContext, setDescription, setId, setModifiable, setName, setParentpublic List<NavItem> getChildren()
NavGroupgetChildren in interface NavGrouppublic void setChildren(List<NavItem> children)
NavGroupsetChildren in interface NavGrouppublic void accept(NavItemVisitor visitor)
NavItemaccept in interface NavItemaccept in class NavItemImplpublic NavItem cloneItem()
NavItemcloneItem in interface NavItemcloneItem in class NavItemImplpublic String toString()
toString in class NavItemImplCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.