@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, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getContext, getDescription, getId, getName, getParent, getType, isModifiable, setContext, setDescription, setId, setModifiable, setName, setParent
public List<NavItem> getChildren()
NavGroup
getChildren
in interface NavGroup
public void setChildren(List<NavItem> children)
NavGroup
setChildren
in interface NavGroup
public void accept(NavItemVisitor visitor)
NavItem
accept
in interface NavItem
accept
in class NavItemImpl
public NavItem cloneItem()
NavItem
cloneItem
in interface NavItem
cloneItem
in class NavItemImpl
public String toString()
toString
in class NavItemImpl
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.