Class MenuConstants


  • public final class MenuConstants
    extends Object
    • Field Detail

      • DEFAULT_MENU_TYPE

        public static final String DEFAULT_MENU_TYPE
        key used for default menu implementation (display all type of menu element)
        See Also:
        Constant Field Values
      • SEE_ALSO_MENU_TYPE

        public static final String SEE_ALSO_MENU_TYPE
        key used for seealso implementation (display space, only kmelia component, theme)
        See Also:
        Constant Field Values
      • THEME_MENU_TYPE

        public static final String THEME_MENU_TYPE
        key used for theme implementation (displays theme only)
        See Also:
        Constant Field Values
      • REQUEST_KEY_MENU_TYPE

        public static final String REQUEST_KEY_MENU_TYPE
        key used to store in the HTTP request the menu type to build
        See Also:
        Constant Field Values
      • REQUEST_KEY_NODE_TYPE

        public static final String REQUEST_KEY_NODE_TYPE
        key used to store in the HTTP request the node type of father elements to build
        See Also:
        Constant Field Values
      • REQUEST_KEY_MENU_LEVEL

        public static final String REQUEST_KEY_MENU_LEVEL
        key used to store in the HTTP request the level of the father of elements to build
        See Also:
        Constant Field Values
      • REQUEST_KEY_COMPONENT_ID

        public static final String REQUEST_KEY_COMPONENT_ID
        key used to store in the HTTP request the compoId of the father of elements to build
        See Also:
        Constant Field Values
      • REQUEST_KEY_LEAF

        public static final String REQUEST_KEY_LEAF
        key used to store in the HTTP request if he father elements to build is a leaf or not
        See Also:
        Constant Field Values
      • REQUEST_KEY_ITEM_MENU_ID

        public static final String REQUEST_KEY_ITEM_MENU_ID
        key used to store in the HTTP request the identifier of father elements to build
        See Also:
        Constant Field Values
      • ICON_STYLE_PREFIX

        public static final String ICON_STYLE_PREFIX
        prefix used to create the style used to display component icon
        See Also:
        Constant Field Values