public class BaseMenuModel extends Object implements MenuModel, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
ID_SEPARATOR |
Constructor and Description |
---|
BaseMenuModel() |
Modifier and Type | Method and Description |
---|---|
void |
addElement(MenuElement element) |
void |
generateUniqueIds() |
List<MenuElement> |
getElements() |
public static final String ID_SEPARATOR
public void addElement(MenuElement element)
addElement
in interface MenuModel
public List<MenuElement> getElements()
getElements
in interface MenuModel
public void generateUniqueIds()
generateUniqueIds
in interface MenuModel
Copyright © 2016. All rights reserved.