Interface Menu.ParentIF
- All Superinterfaces:
Menu.MenuObjectIF
- All Known Implementing Classes:
Menu.Heading
- Enclosing class:
- Menu
-
Method Summary
Modifier and TypeMethodDescriptioncreateHeading(String title) Create new heading as child of this menucreateItem(String title) Create new item as child of this menuGet the children.Methods inherited from interface net.ontopia.topicmaps.nav2.portlets.pojos.Menu.MenuObjectIF
delete, getHasChildren, getTitle, getTopic, setTitle
-
Method Details
-
getChildren
List getChildren()Get the children. -
createHeading
Create new heading as child of this menu- Returns:
- The heading that was created.
-
createItem
Create new item as child of this menu- Returns:
- The item that was created.
-