org.primefaces.model.menu
Class DynamicMenuModel

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

public class DynamicMenuModel
extends BaseMenuModel

Default implementation of a MenuModel optimized for dynamic menus that may change after getting initialized.

See Also:
Serialized Form

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

Constructor Detail

DynamicMenuModel

public DynamicMenuModel()


Copyright © 2013. All rights reserved.