Class ThresholdsFormatEditorTransform

    • Field Detail

      • FP_CONDITIONAL_FORMATTING_HELP_TOPIC

        public static final java.lang.String FP_CONDITIONAL_FORMATTING_HELP_TOPIC
        Constant specifying the name of the formal parameter for specifying the help topic for the conditional formatting editor
        See Also:
        Constant Field Values
      • conditionalFormattingHelpTopic

        public FormalParameter conditionalFormattingHelpTopic
        Indicates the type of help topic this editor uses when in conditional formatting mode.
    • Constructor Detail

      • ThresholdsFormatEditorTransform

        public ThresholdsFormatEditorTransform()
    • Method Detail

      • isShowReplaceSelect

        public boolean isShowReplaceSelect()
      • renderNameInput

        public void renderNameInput​(MarkupOutput out)
      • renderReplaceCheckbox

        public void renderReplaceCheckbox​(MarkupOutput out)
      • renderReplaceSelectbox

        public void renderReplaceSelectbox​(MarkupOutput out)
      • renderHideCheckbox

        public void renderHideCheckbox​(MarkupOutput out)
      • renderJavascript

        protected void renderJavascript​(MarkupOutput out)
        Description copied from class: TabManagerTransform
        Generate the JavaScript code required by this editor manager for the proper behavior on the client. Extends the parent method by adding extra property values as well as the required library for it to work properly.
        Overrides:
        renderJavascript in class TabManagerTransform
        Parameters:
        out - MarkupOutput instance where the HTML output will be saved.