Package org.primefaces.model.menu
Class BaseMenuModel
- java.lang.Object
-
- org.primefaces.model.menu.BaseMenuModel
-
- All Implemented Interfaces:
Serializable,MenuModel
- Direct Known Subclasses:
DefaultMenuModel
public class BaseMenuModel extends Object implements MenuModel, Serializable
Base implementation for model of a programmatic menu- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringID_SEPARATOR
-
Constructor Summary
Constructors Constructor Description BaseMenuModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateUniqueIds()List<MenuElement>getElements()
-
-
-
Field Detail
-
ID_SEPARATOR
public static final String ID_SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getElements
public List<MenuElement> getElements()
- Specified by:
getElementsin interfaceMenuModel
-
generateUniqueIds
public void generateUniqueIds()
- Specified by:
generateUniqueIdsin interfaceMenuModel
-
-