org.jbpm.formbuilder.shared.menu
Class AbstractBaseMenuService

java.lang.Object
  extended by org.jbpm.formbuilder.shared.menu.AbstractBaseMenuService
All Implemented Interfaces:
MenuService
Direct Known Subclasses:
GuvnorMenuService, MockMenuService

public abstract class AbstractBaseMenuService
extends Object
implements MenuService


Constructor Summary
AbstractBaseMenuService()
           
 
Method Summary
protected  void addToMap(String groupName, MenuItemDescription item, Map<String,List<MenuItemDescription>> items)
           
protected  void removeFromMap(String groupName, MenuItemDescription item, Map<String,List<MenuItemDescription>> items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.formbuilder.shared.menu.MenuService
deleteMenuItem, getFormBuilderProperties, listMenuItems, listOptions, listValidations, saveMenuItem
 

Constructor Detail

AbstractBaseMenuService

public AbstractBaseMenuService()
Method Detail

removeFromMap

protected void removeFromMap(String groupName,
                             MenuItemDescription item,
                             Map<String,List<MenuItemDescription>> items)

addToMap

protected void addToMap(String groupName,
                        MenuItemDescription item,
                        Map<String,List<MenuItemDescription>> items)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.