Methods
Modifier and Type |
Method and Description |
void |
addMenuCommand(T t,
String menuPosition) |
protected abstract void |
addMenuItems(K subMenu,
Map<String,Object> value) |
protected static String |
getGroupForLabel(String label,
List<String> submenuOrder) |
protected static Map<String,String> |
getLabelProperties(String commandLabel) |
protected Set<Map.Entry<String,Object>> |
getSortedMenuItems() |
protected Set<Map.Entry<String,Object>> |
getSortedSubmenuGroup(String parentMenuName,
Map<String,Object> value) |
protected static String |
removeLabelProperties(String commandKey) |
void |
setSubMenuGroupOrder(Map<String,List<String>> submenOrderMap) |
void |
setTopLevelMenuOrder(List<String> menuOrder) |