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