Interface ViewBeanParserBean

    • Method Detail

      • setActiveViewKey

        void setActiveViewKey​(java.lang.String activeViewKey)
        Set the active view key.
        It's used for initializing current bean from a view Bean.
        Parameters:
        activeViewKey - The specific element to set as active.
      • getActiveViewKey

        java.lang.String getActiveViewKey()
        Returns the active view key.
        Returns:
        String activeElementIndex The specific element to set as active.
      • getViewBean

        ViewBean getViewBean()
        Get a instance of the ViewBean associated with the bean. It will not return the data of the specific view bean. Just the definition will be returned.
        Returns:
        ViewBean instance
      • getActiveElementIndex

        @Deprecated
        int getActiveElementIndex()
        Deprecated.
        This method will no longer be part of this interface.
        Returns:
        the Active element index. It's used to pre-select an item in the template elements list
      • setActiveElementIndex

        @Deprecated
        void setActiveElementIndex​(int activeElementIndex)
        Deprecated.
        This method will no longer be part of this interface.
        Set the Active element index. It's used to pre-select an item in the template elements list
        Parameters:
        activeElementIndex - the active element index
      • getTemplateElementList

        @Deprecated
        java.util.ArrayList getTemplateElementList()
        Deprecated.
        This method will no longer be part of this interface. Create the TemplateParser using the getViewBean to access the template element list.
        Get a list of template elements from ReportBean or RWBean.
        Returns:
        An arraylist containing the elements.
      • getViewBean

        @Deprecated
        ViewBean getViewBean​(int viewInstance)
        Deprecated.
        This method will no longer be part of this interface.
        Get a specific instance of the ViewBean associated with the bean. It will return the data of the specific view bean along with the definition.
        Returns:
        ViewBean instance