Class TabPropertiesAdvancedTransform

    • Constructor Detail

      • TabPropertiesAdvancedTransform

        public TabPropertiesAdvancedTransform()
        Default constructor. Initializes the formal parameters.
    • Method Detail

      • renderMobileSection

        public void renderMobileSection​(MarkupOutput out)
        Generates the HTML output for the export section on this tab instance.
        Parameters:
        out - MarkupOutput instance where the HTML contents to render will be saved.
      • renderEnableZoomOption

        public void renderEnableZoomOption​(Tag fldsetTag)
      • renderMakePrivateOption

        public void renderMakePrivateOption​(Tag fldsetTag)
      • renderEnableGridCellCopy

        public void renderEnableGridCellCopy​(Tag fldsetTag)
      • renderSchedulesSection

        public void renderSchedulesSection​(MarkupOutput out)
        Generates the HTML output for the Advanced -> Schedules for Subscriptions section on this tab instance.
        Parameters:
        out - MarkupOutput instance where the HTML contents to render will be saved.
      • renderJoinSection

        public void renderJoinSection​(MarkupOutput out)
      • renderContentsBody

        public void renderContentsBody​(MarkupOutput out)
        Description copied from class: AbstractTabTransform
        Method that renders the main contents of the transform, according to the information available on the bean. This method can be customized if users would like to obtain a different output for the same given bean.
        Specified by:
        renderContentsBody in class AbstractTabTransform
        Parameters:
        out - MarkupOutput instance where the HTML contents to render will be saved.
      • 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
      • initializeCss

        public void initializeCss()
        Description copied from class: AbstractTabTransform
        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