org.primefaces.model.menu
Class DefaultMenuModel

java.lang.Object
  extended by org.primefaces.model.menu.BaseMenuModel
      extended by org.primefaces.model.menu.DefaultMenuModel
All Implemented Interfaces:
Serializable, MenuModel

public class DefaultMenuModel
extends BaseMenuModel

Default implementation of a MenuModel optimized for static menus that do not change once built.

See Also:
Serialized Form

Constructor Summary
DefaultMenuModel()
           
 
Method Summary
 void generateUniqueIds()
           
 
Methods inherited from class org.primefaces.model.menu.BaseMenuModel
addElement, getElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMenuModel

public DefaultMenuModel()
Method Detail

generateUniqueIds

public void generateUniqueIds()
Specified by:
generateUniqueIds in interface MenuModel
Overrides:
generateUniqueIds in class BaseMenuModel


Copyright © 2013. All rights reserved.