Interface IServiceInterfaceMenuItemRequest


  • public interface IServiceInterfaceMenuItemRequest
    Request for rendering a service interface menu item.
    Since:
    10.2.0
    Version:
    $Revision: 20413 $ $Date: 2017-07-20 16:57:40 -0300 (Thu, 20 Jul 2017) $
    • Method Detail

      • getServiceInterfaceInstanceConfig

        ServiceInterfaceInstanceConfig getServiceInterfaceInstanceConfig()
        The service interface instance for which the menu item is being rendered.
        Returns:
        the service interface instance.
        Since:
        10.2.0
      • getServiceInterfaceMenuLevel

        ServiceInterfaceMenuLevel getServiceInterfaceMenuLevel()
        Returns the menu level where this item will be used.
        Returns:
        the menu level.
        Since:
        10.2.0
      • getMenuItemDefinition

        Element getMenuItemDefinition()
        The definition of the menu item being requested.
        Returns:
        the menu item definition.
        Since:
        10.2.0