Class ImageLayoutVisualizationPropertiesTransform

    • Field Detail

      • DISPLAY_MODE_AUTOMATIC

        public static final java.lang.String DISPLAY_MODE_AUTOMATIC
        See Also:
        Constant Field Values
      • DISPLAY_MODE_AREA_MASHUP

        public static final java.lang.String DISPLAY_MODE_AREA_MASHUP
        See Also:
        Constant Field Values
      • DISPLAY_MODE_BUBBLE

        public static final java.lang.String DISPLAY_MODE_BUBBLE
        See Also:
        Constant Field Values
      • shapeFilePath

        public FormalParameter shapeFilePath
        Deprecated.
        This parameter is not used anymore. Please modify the "src" attribute of <ShapeFileMaps> node in pageConfig.xml to apply custom shapeFile
        Indicates the path to the shape file
    • Constructor Detail

      • ImageLayoutVisualizationPropertiesTransform

        public ImageLayoutVisualizationPropertiesTransform()
    • Method Detail

      • renderMaxSizeValTextbox

        public void renderMaxSizeValTextbox​(MarkupOutput out,
                                            java.lang.String propName)
      • getVisPropValue

        protected java.lang.String getVisPropValue​(java.lang.String propName)
        Overrides:
        getVisPropValue in class VisualizationPropertiesTransform
        Parameters:
        propName - The property name
        Returns:
        The value of a visualization Property
      • getScriptClass

        protected java.lang.String getScriptClass()
        Description copied from class: AbstractAppTransform

        Returns the name of the javaScript class (if any) to be associated with the component. When the scriptClass is specified, a bone is registered on the page for this component.

        A bone is the corresponding concept of a bean in Microstrategy's javascript environment.
        By default, thie methods returns an empty string. Transform which does have an associated bone needs to override this method.
        Overrides:
        getScriptClass in class AbstractAppTransform
        Returns:
        String representing the name of a javaScript class
      • isValidGrid

        public boolean isValidGrid()
      • renderValidationError

        public void renderValidationError​(MarkupOutput out)