Package | Description |
---|---|
net.ontopia.topicmaps.nav2.portlets.pojos |
Modifier and Type | Method and Description |
---|---|
Menu.Item |
Menu.createItem(String title)
Create new item as child of this menu
|
Menu.Item |
Menu.ParentIF.createItem(String title)
Create new item as child of this menu
|
Menu.Item |
Menu.Heading.createItem(String title)
Create new Item as child of this Heading.
|
static Menu.Item |
MenuUtils.createItem(TopicIF topic,
String title)
Create new Item as child of the given parent
|