Interface FunctionEditorBean

    • Method Detail

      • getFolderList

        java.util.Iterator getFolderList()
        Returns the list of functions to be displayed.
        Returns:
        Iterator - iterator through a WebFunction collection.
      • setSelectedFunctionId

        void setSelectedFunctionId​(java.lang.String functionId)
        Set the current function name on the bean.
        Parameters:
        functionId - function name
      • getSelectedFunctionId

        java.lang.String getSelectedFunctionId()
        Returns the current function name on the bean.
        Returns:
        functionName set on the bean.
      • setSelectedCategoryIndex

        void setSelectedCategoryIndex​(int categoryIndex)
        Set the current selected category index on the bean.
        Parameters:
        categoryIndex -
      • getSelectedCategoryIndex

        int getSelectedCategoryIndex()
        Returns the current selected category index on the bean.
        Returns:
        categoryIndex set on the bean.
      • setSelectedFunctionIndex

        void setSelectedFunctionIndex​(int functionIndex)
        Set the current selected function index on the bean.
        Parameters:
        functionIndex -
      • getSelectedFunctionIndex

        int getSelectedFunctionIndex()
        Returns the current selected function index on the bean.
        Returns:
        functionIndex set on the bean.
      • getSelectedFunction

        WebFunction getSelectedFunction()
        Returns the current function.
        Returns:
        returns the current function. If the functionName is not set, it returns null.