org.codehaus.waffle.menu
Class Menu
java.lang.Object
org.codehaus.waffle.menu.Menu
public class Menu
- extends Object
Represents the menu holding the navigation model. Menus entries are divided into groups.
Content can be provided as a map, keyed on group title, of lists of entries where each entry
is a colon-separated string "title:path".
- Author:
- Mauro Talevi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Menu
public Menu()
Menu
public Menu(List<Menu.Group> groups)
Menu
public Menu(Map<String,List<String>> content)
getGroups
public List<Menu.Group> getGroups()
Copyright © 2008. All Rights Reserved.