org.primefaces.model
Class DefaultMenuModel
java.lang.Object
org.primefaces.model.DefaultMenuModel
- All Implemented Interfaces:
- Serializable, MenuModel
public class DefaultMenuModel
- extends Object
- implements MenuModel, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMenuModel
public DefaultMenuModel()
addSubmenu
public void addSubmenu(Submenu submenu)
- Specified by:
addSubmenu
in interface MenuModel
addMenuItem
public void addMenuItem(MenuItem menuItem)
- Specified by:
addMenuItem
in interface MenuModel
addSeparator
public void addSeparator(Separator separator)
- Specified by:
addSeparator
in interface MenuModel
getContents
public List<javax.faces.component.UIComponent> getContents()
- Specified by:
getContents
in interface MenuModel
Copyright © 2013. All Rights Reserved.