Interface GridAutoStylesBean

  • All Superinterfaces:
    AppComponent, Transformable, WebComponent

    public interface GridAutoStylesBean
    extends AppComponent

    Title: GridAutoStylesBean.

    Description: Public interface for Grid Auto styles.

    Company: Microstrategy, Inc.

    Since:
    MicroStrategy Web 8.0.0
    • Method Detail

      • getReportStyleID

        java.lang.String getReportStyleID()
        Returns ID for given style.
        Returns:
        String Id.
      • getReportStyleName

        java.lang.String getReportStyleName()
        Returns name for given style.
        Returns:
        String name.
      • getReportStyleLocalizedName

        java.lang.String getReportStyleLocalizedName()
        Returns localized name for given style.
        Returns:
        String localized name.
      • ignoreOldStyle

        boolean ignoreOldStyle()
        Checks whether or not to ignore old style.
        Returns:
        boolean value.
      • getAllStyles

        WebFolder getAllStyles()
        Returns all styles.
        Returns:
        WebFolder instance.
      • setActiveViewKey

        void setActiveViewKey​(java.lang.String activeViewKey)
        Sets the active view key.
        It's used for initializing current bean from a view Bean.
        Parameters:
        activeViewKey - the 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.
      • setIgnoreOldStyle

        void setIgnoreOldStyle​(java.lang.String value)
        Specifies name for web property Ignore Old Style flag.
        Parameters:
        value - String Property name.
      • setSelectedAutostyle

        void setSelectedAutostyle​(java.lang.String value)
        Specifies name for web property Selected Autostyle.
        Parameters:
        value - String Property name.
      • setSelectedAutostyleID

        void setSelectedAutostyleID​(java.lang.String value)
        Specifies name for web property Selected Autostyle ID.
        Parameters:
        value - String Property name.
      • setWebGridAutoStyle

        void setWebGridAutoStyle​(java.lang.String value)
        Specifies name for web property Web Grid Auto Style.
        Parameters:
        value - String Property name.
      • setWebProperties

        void setWebProperties​(java.lang.String value)
        Specifies name for web property web Properties.
        Parameters:
        value - String Property name.
      • getIgnoreOldStyle

        java.lang.String getIgnoreOldStyle()
        Returns name for web property Ignore Old Style flag.
        Returns:
        String value of Property name.
      • getSelectedAutostyle

        java.lang.String getSelectedAutostyle()
        Returns name for web property Selected Autostyle.
        Returns:
        String value of Property name.
      • getSelectedAutostyleID

        java.lang.String getSelectedAutostyleID()
        Returns name for web property Selected Autostyle ID.
        Returns:
        String value of Property name.
      • getWebGridAutoStyle

        java.lang.String getWebGridAutoStyle()
        Returns name for web property Web Grid Auto Style.
        Returns:
        String value of Property name.
      • getWebProperties

        java.lang.String getWebProperties()
        Returns name for web property web Properties.
        Returns:
        String value of Property name.
      • getChangeStyleEvent

        WebEvent getChangeStyleEvent()
        Returns instace of WebEvent set for changing grid style.
        Returns:
        WebEvent instance.