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 String
COORDINATES_SEPARATOR
static String
ID_SEPARATOR
-
Constructor Summary
Constructors Constructor Description BaseMenuModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generateUniqueIds()
List<MenuElement>
getElements()
-
-
-
Field Detail
-
ID_SEPARATOR
public static final String ID_SEPARATOR
- See Also:
- Constant Field Values
-
COORDINATES_SEPARATOR
public static final String COORDINATES_SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getElements
public List<MenuElement> getElements()
- Specified by:
getElements
in interfaceMenuModel
-
generateUniqueIds
public void generateUniqueIds()
- Specified by:
generateUniqueIds
in interfaceMenuModel
-
-