Interface FlashTabBean

    • Method Detail

      • needToCorrectSelection

        boolean needToCorrectSelection()
        Indicates whether a correction has been made to the selected sectioni of the cart upon loading.
        Returns:
        true if a correction has made automatically.
      • getAllSecondaryDataSources

        java.util.List getAllSecondaryDataSources()
                                           throws WebBeanException
        This method will return a List of RWGridGraphDef objects that are valid secondary data sources for the current selected RWUnit
        Returns:
        list of secondary data sources for the current selected RWUnit
        Throws:
        WebBeanException
      • getSelectedRWUnitDef

        RWUnitDef getSelectedRWUnitDef()
                                throws WebBeanException
        Return the definition for current selected RWUnit. If there are multiple selections, this method will return null.
        Returns:
        RWUnitDef
        Throws:
        WebBeanException
      • getSelectedDataSources

        java.util.List getSelectedDataSources​(java.util.List available)
                                       throws WebBeanException
        Return the VALID selections of secondary data providers.
        Parameters:
        available - List the data providers available for selection.
        Returns:
        list of valid selections of secondary data providers
        Throws:
        WebBeanException