Class ApogeeSimpleMenu

    • Method Detail

      • getScripts

        public List<ClientSideElement.ScriptgetScripts​(boolean ignoreRights,
                                                         Map<String,​Object> contextParameters)
        Description copied from interface: ClientSideElement
        This method return the scripts that will be used on client side. This class will be parametrized by initial and current parameters.
        Specified by:
        getScripts in interface ClientSideElement
        Overrides:
        getScripts in class SimpleMenu
        Parameters:
        ignoreRights - True to ignore the rights verification.
        contextParameters - Contextuals parameters transmitted by the environment.
        Returns:
        The list of scripts or an empty list.