Interface RWDColorGradientEditorBean

    • Method Detail

      • getStartFromSolid

        boolean getStartFromSolid()
        Indicates wheteher the gradient's first color was obtained from the solid fill color of the object to edit
        Returns:
        boolean true if the first color comes from the solid fill color
      • getAllPanels

        boolean getAllPanels()
        Indicates whether the gradient editor is changin all the panels in a panel stack or a single panel only
        Returns:
        true if all panels are being edited
      • setStartFromSolid

        void setStartFromSolid​(boolean value)
        Sets wheteher the gradient's first color was obtained from the solid fill color of the object to edit
        Parameters:
        value - true if the first color comes from the solid fill color
      • setAllPanels

        void setAllPanels​(boolean value)
        Sets whether the gradient editor is changin all the panels in a panel stack or a single panel only
        Parameters:
        value - true if all panels are being edited
      • setRetrieveGradient

        void setRetrieveGradient​(boolean value)
        Indicates whether the gradient editor needs to retrieve gradient value once loaded on the client side or not.
        Parameters:
        value - true if graident value needs to be retrieved upon clinet side loading
        Since:
        MicroStrategy Web 8.1.1
      • getRetrieveGradient

        boolean getRetrieveGradient()
        Boolean indicating whether the gradient editor needs to retrieve gradient value once loaded on the client side or not.
        Returns:
        true if graident value needs to be retrieved upon clinet side loading
        Since:
        MicroStrategy Web 8.1.1