Examples of MenuItemDef


Examples of org.projectforge.web.MenuItemDef

    registerWeb(ID, LiquidityEntryListPage.class, LiquidityEntryEditPage.class, DaoRegistry.ACCOUNTING_RECORD, true);

    addMountPage("liquidityForecast", LiquidityForecastPage.class);

    // Register the menu entry as sub menu entry of the reporting menu:
    final MenuItemDef parentMenu = getMenuItemDef(MenuItemDefId.REPORTING);
    registerMenuItem(new MenuItemDef(parentMenu, ID, 10, "plugins.liquidityplanning.menu", LiquidityEntryListPage.class,
        LiquidityEntryDao.USER_RIGHT_ID, UserRightValue.READONLY, UserRightValue.READWRITE));

    // Define the access management:
    registerRight(new LiquidityPlanningRight());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.