Class TabPropertiesFlashTransform

    • Constructor Detail

      • TabPropertiesFlashTransform

        public TabPropertiesFlashTransform()
    • Method Detail

      • renderTransitionSection

        public void renderTransitionSection​(MarkupOutput out)
        Renders the transition section for the Flash tab.
        Parameters:
        out -
      • renderTransitionSectionContent

        public void renderTransitionSectionContent​(MarkupOutput out)
        Renders the main part of the transition section.
        Parameters:
        out -
      • renderWidgetSection

        public void renderWidgetSection​(MarkupOutput out)
        Renders the widget section of the Flash tab.
        Parameters:
        out -
      • renderWidgetSectionContent

        public void renderWidgetSectionContent​(MarkupOutput out)
        Renders the main content for the widget section of the Flash tab.
        Parameters:
        out -
      • initializeCss

        public void initializeCss()
        Initializes the Css Classes to use. For each one of the css classes to use, the prefix indicated on the formal parameter is added to the name of the class to use.
        Overrides:
        initializeCss in class AbstractTabTransform
      • initializeJavaScriptAttributes

        public void initializeJavaScriptAttributes()
        Description copied from class: AbstractTabTransform
        For JavaScript, certain properties are required to be added to the HTML tags to generate for its integration with the code generated for the feature to work in DHTML environments. This method assigns values to these attributes, so they can be displayed together with the tags they represent. If a value is set to be null, it won't be included on the HTML tag definition. By default, it includes the definition of values for properties such as styFrame, tyFrame and scriptClassFrame.
        Overrides:
        initializeJavaScriptAttributes in class AbstractTabTransform
      • getAllAvailableDataSources

        protected java.util.List getAllAvailableDataSources()
        Since:
        MicroStrategy Web 8.1.1
      • getSelectedDataSources

        protected java.util.List getSelectedDataSources​(java.util.List available)
        Since:
        MicroStrategy Web 8.1.1