Class AbstractServerPropertiesTransform

    • Field Detail

      • _adminBean

        protected AdminBean _adminBean
        Since:
        MicroStrategy Web 8.0.0
      • cssMainTable

        protected java.lang.String cssMainTable
      • cssHeaderTable

        protected java.lang.String cssHeaderTable
      • cssValuesTable

        protected java.lang.String cssValuesTable
      • cssMainTableHeading

        protected java.lang.String cssMainTableHeading
      • cssSubHeading

        protected java.lang.String cssSubHeading
      • cssPropertyName

        protected java.lang.String cssPropertyName
      • cssInvalidPropertyName

        protected java.lang.String cssInvalidPropertyName
      • cssPropertyValue

        protected java.lang.String cssPropertyValue
      • cssHR

        protected java.lang.String cssHR
      • cssSubmitButton

        protected java.lang.String cssSubmitButton
      • cancelEvent

        protected WebEvent cancelEvent
      • deleteEvent

        protected WebEvent deleteEvent
      • upperLeftCorner

        @Deprecated
        public FormalParameter upperLeftCorner
        Deprecated.
        FP created but not used anywhere in Transform or children objects.
        Name of the image used to indicate the upper left corner of the dialog box.
      • _imgUpperLeftCorner

        protected java.lang.String _imgUpperLeftCorner
      • upperRightCorner

        @Deprecated
        public FormalParameter upperRightCorner
        Deprecated.
        FP created but not used anywhere in Transform or children objects.
        Name of the image used to indicate the upper right corner of the dialog box.
      • _imgUpperRightCorner

        protected java.lang.String _imgUpperRightCorner
      • FP_UPPER_LEFT_CORNER_IMAGE

        public static final java.lang.String FP_UPPER_LEFT_CORNER_IMAGE
        See Also:
        Constant Field Values
      • FP_UPPER_RIGHT_CORNER_IMAGE

        public static final java.lang.String FP_UPPER_RIGHT_CORNER_IMAGE
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractServerPropertiesTransform

        public AbstractServerPropertiesTransform()
        Default empty constructor. Initialize formal parameters.
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Returns the textual description of the transform
        Returns:
        the textual description of the transform
      • initializeTransform

        public void initializeTransform​(Transformable data)
        This method initialize the private and protected fields of the transform. It also invokes the initializeImages and initializeCss methods.
        Specified by:
        initializeTransform in interface AppTransform
        Overrides:
        initializeTransform in class AbstractAppTransform
        Parameters:
        data - The data (bean) that this transform is going to transform.
      • transformBody

        protected abstract void transformBody​(MarkupOutput out)
      • getTitle

        protected abstract java.lang.String getTitle()
      • getSaveConnectEvent

        protected abstract WebEvent getSaveConnectEvent()
      • showSubHeading

        protected void showSubHeading​(MarkupOutput out,
                                      java.lang.String text)
      • showSubmitButtons

        protected void showSubmitButtons​(MarkupOutput out)
      • renderSaveButton

        protected void renderSaveButton​(MarkupOutput out)
        Parameters:
        out -
        Since:
        MicroStrategy Web 8.0.0
      • showConnectionPropertyName

        protected void showConnectionPropertyName​(MarkupOutput out,
                                                  java.lang.String value,
                                                  java.lang.String preferenceName)
      • showConnectionPropertyName

        protected void showConnectionPropertyName​(MarkupOutput out,
                                                  java.lang.String value,
                                                  java.lang.String preferenceName,
                                                  java.lang.String validPropertyStyle,
                                                  java.lang.String inValidPropertyStyle)
      • showCheckBoxOption

        protected void showCheckBoxOption​(MarkupOutput out,
                                          java.lang.String name,
                                          java.lang.String description,
                                          java.lang.String argument,
                                          boolean selected)
      • showCheckBoxOption

        protected void showCheckBoxOption​(MarkupOutput out,
                                          java.lang.String name,
                                          java.lang.String description,
                                          java.lang.String argument,
                                          boolean selected,
                                          java.lang.String tooltip)
      • showEditBoxOption

        protected void showEditBoxOption​(MarkupOutput out,
                                         java.lang.String name,
                                         java.lang.String argument,
                                         java.lang.String inputValue)
        Since:
        MicroStrategy Web 9.4.0
      • showOption

        protected void showOption​(MarkupOutput out,
                                  java.lang.String name,
                                  Tag option)
        Since:
        MicroStrategy Web 8.0.0
      • showOptionHeading

        protected void showOptionHeading​(MarkupOutput out,
                                         java.lang.String name,
                                         java.lang.String description)
        Since:
        MicroStrategy Web 8.0.1
      • showRadioButtonOption

        protected void showRadioButtonOption​(MarkupOutput out,
                                             java.lang.String name,
                                             java.lang.String description,
                                             java.lang.String argument,
                                             java.lang.String value,
                                             boolean selected)
      • getPreference

        protected java.lang.String getPreference​(java.lang.String preferenceName,
                                                 java.lang.String inputName)
        Returns the value of the preference with the given name. The value is automatically selected for the current level. If there is any validation error while saving the preference, this method will return the value of inputName from the request keys.
        Parameters:
        preferenceName - the name (key) of the preference
        inputName - the name of the HTML input element for the preference
        Returns:
        The value of the requested preference. This is either from the request keys or from the preferences collection.
      • getInfoTooltip

        protected ImageTag getInfoTooltip​(java.lang.String descriptor)
      • renderServerError

        protected void renderServerError​(MarkupOutput out)