Interface EnumFormatTabManagerEvents

    • Field Detail

      • WebEventChangeFormattingTarget

        static final int WebEventChangeFormattingTarget
        Identifier for the event that allows users to change the target object to be formatted.
        See Also:
        Constant Field Values
      • WebEventArgumentAxisPosition

        static final int WebEventArgumentAxisPosition
        Identifier for the argument that includes the location of the target object to format. Usage:
        The possible values for this argument include strings that specify the axis and position location of the object to be formatted, separated by comma: axis,position.
        Valid values for the axis section of the value include those defined on the EnumDSSXMLAxisName enumeration, such as EnumDSSXMLAxisName.DssXmlAxisNameRows, so an argument value defined as 1,2 represents the second element on the rows axis.
        If the second element of the string (representing position) is zero, then the axis value indicates which full axis will be formatted, for example, 1,0 represents the row axis.
        If the second element of the string is a -1 the code represents a metric, and its position on the array of metrics is indicated on the first element of the value, for example 1,-1 represents the second metric on the grid.
        If the second element of the string has as value GridWebFormatHelper.LOCAL_TARGET_ALL_METRICS or GridWebFormatHelper.LOCAL_TARGET_ALL_REPORT then this indicates the formatting object that will be modified.
        See Also:
        Constant Field Values
      • WebEventArgumentAxis

        static final int WebEventArgumentAxis
        Identifier of the argument that indicates in which axis the target object is located Usage:
        Possible values for this argument include elements from the EnumDSSXMLAxisName enumeration
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values