Class AbstractViewBeanParserBean

    • Constructor Detail

      • AbstractViewBeanParserBean

        public AbstractViewBeanParserBean()
        Class constructor. Initializes a new -empty- instance of the ViewBeanParserBeanBean class.
    • Method Detail

      • setActiveViewKey

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

        public java.lang.String getActiveViewKey()
        Returns the active view key.
        Specified by:
        getActiveViewKey in interface ViewBeanParserBean
        Returns:
        String activeElementIndex The specific element to set as active.
      • getTemplateElementList

        @Deprecated
        public 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.
        Description copied from interface: ViewBeanParserBean
        Get a list of template elements from ReportBean or RWBean.
        Specified by:
        getTemplateElementList in interface ViewBeanParserBean
        Returns:
        An arraylist containing the elements.
        See Also:
        ViewBeanParserBean.getTemplateElementList()
      • getViewBean

        public 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.
        Specified by:
        getViewBean in interface ViewBeanParserBean
        Returns:
        ViewBean instance