Class FolderIconRadioButtonTransform

    • Field Detail

      • labelAnchorJS

        public FormalParameter labelAnchorJS
        Indicates whether or not to render an HTML anchor (JS method) surrounding object name.
        This formal parameter will indicate a JS function name to be invoked when object link name is selected. It'll affect renderObjectName() function behavior. Default value is empty String
      • FP_LABEL_ANCHOR_JS_FLAG

        public static final java.lang.String FP_LABEL_ANCHOR_JS_FLAG
        Constant specifying the name of the formal parameter for defining the JS function to be invoked when selecting object label name.
        See Also:
        Constant Field Values
      • imgAnchorJS

        public FormalParameter imgAnchorJS
        Indicates whether or not to render an HTML anchor (JS method) surrounding object's image.
        This formal parameter will indicate a JS function name to be invoked when object's image is selected. It'll affect renderObjectImage() function behavior. Default value is empty String
      • renderFormTag

        public FormalParameter renderFormTag
        Indicates whether to render the form surrounding the folder contents.
        Since:
        MicroStrategy Web 9.0.0
      • FP_IMG_ANCHOR_JS_FLAG

        public static final java.lang.String FP_IMG_ANCHOR_JS_FLAG
        Constant specifying the name of the formal parameter for defining the JS function to be invoked when selecting object image.
        See Also:
        Constant Field Values
      • FP_RENDER_FORM_TAG

        public static final java.lang.String FP_RENDER_FORM_TAG
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • FolderIconRadioButtonTransform

        public FolderIconRadioButtonTransform()