Class ResizeEditorTransform

    • Constructor Detail

      • ResizeEditorTransform

        public ResizeEditorTransform()
        Since:
        MicroStrategy Web 9.0.0
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Returns the textual description of the transform
        Specified by:
        getDescription in interface Transform
        Returns:
        the description of the transform
      • renderUnitsLabel

        public void renderUnitsLabel​(MarkupOutput out)
        Renders the measurement units label according to the user preferences.
        Parameters:
        out - MarkupOutput
      • renderColumnList

        public void renderColumnList​(MarkupOutput out)
        Renders a select box containing the list of available columns on the selected grid
        Parameters:
        out - MarkupOutput instance where to create the HTML output
      • renderFitToColumnRadioButton

        public void renderFitToColumnRadioButton​(MarkupOutput out,
                                                 int fitToType)
        Renders the radio button to select the type of width mode for the grid
        Parameters:
        out - MarkupOutput instance where to create the HTML output
        fitToType - int with the fit to type value of the radio button to display
      • renderFitToRowRadioButton

        public void renderFitToRowRadioButton​(MarkupOutput out,
                                              int fitToType)
        Renders the radio button to select the type of height mode for the grid
        Parameters:
        out - MarkupOutput instance where to create the HTML output
        fitToType - int with the fit to type value of the radio button to display
      • renderWidthTextBox

        public void renderWidthTextBox​(MarkupOutput out)
        Renders the textbox where users can specify the columns' width of the selected grid
        Parameters:
        out - MarkupOutput instance where to create the HTML output
      • renderHeightTextBox

        public void renderHeightTextBox​(MarkupOutput out)
        Renders the textbox where users can specify the rows' height of the selected grid
        Parameters:
        out - MarkupOutput instance where to create the HTML output
      • setHelpEventInformation

        protected void setHelpEventInformation​(Editor editor)
        Deprecated.
        Sets the event to use by the editor when the user clicks the help button
        Parameters:
        editor - Editor used by the transform to render its output