Uses of Class
ontopoly.pojos.MenuItem
-
Packages that use MenuItem Package Description ontopoly.components ontopoly.pages -
-
Uses of MenuItem in ontopoly.components
Constructor parameters in ontopoly.components with type arguments of type MenuItem Constructor Description MenuHelpPanel(String id, List<MenuItem> menuItemList, int selectedMenuItemIndex, org.apache.wicket.model.IModel<String> helpLinkModel)
MenuPanel(String id, List<MenuItem> menuItemList, int selectedMenuItemIndex)
TopicMapHeaderPanel(String id, TopicMapModel model, List<MenuItem> tabMenuItem, int selectedTab)
-
Uses of MenuItem in ontopoly.pages
Methods in ontopoly.pages that return types with arguments of type MenuItem Modifier and Type Method Description static List<MenuItem>
AbstractTypesPage. getSubMenuItems(TopicMapModel topicMapModel)
-