Class IPhoneTimeSeriesEditorTransform

    • Constructor Detail

      • IPhoneTimeSeriesEditorTransform

        public IPhoneTimeSeriesEditorTransform()
    • Method Detail

      • populateNodes

        public void populateNodes​(BlockList list)
      • populateTemplateInfo

        public void populateTemplateInfo​(Block block)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • addTimeSeriesVisPropsToBlock

        public static void addTimeSeriesVisPropsToBlock​(BlockList list,
                                                        java.lang.String xml)
      • 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
      • isValidGrid

        public boolean isValidGrid()
      • renderValidationError

        public void renderValidationError​(MarkupOutput out)
      • 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
      • renderColorPickerMarix

        public void renderColorPickerMarix​(MarkupOutput out,
                                           java.lang.String propNamePrefix)