net.ontopia.topicmaps.nav2.portlets.pojos
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
 Menu.Heading createHeading(java.lang.String title)
          Create new heading as child of this menu
 Menu.Item createItem(java.lang.String title)
          Create new item as child of this menu
 java.util.List getChildren()
          Get the children.
 
Methods inherited from interface net.ontopia.topicmaps.nav2.portlets.pojos.Menu.MenuObjectIF
delete, getHasChildren, getTitle, getTopic, setTitle
 

Method Detail

getChildren

java.util.List getChildren()
Get the children.


createHeading

Menu.Heading createHeading(java.lang.String title)
Create new heading as child of this menu

Returns:
The heading that was created.

createItem

Menu.Item createItem(java.lang.String title)
Create new item as child of this menu

Returns:
The item that was created.


Copyright © 2000-2012 Ontopia.