Interface EnumFormulaBarEvents

    • Field Detail

      • WebEventFormulaBarProcess

        static final int WebEventFormulaBarProcess
        Event for the formular editor form.
        It includes changing alias for a template unit and changing formula for a metric-type unit on the template.
        See Also:
        Constant Field Values
      • WebEventArgumentFormName

        static final int WebEventArgumentFormName
        event argument: the HTML form name for the formula editor.
        See Also:
        Constant Field Values
      • WebEventArgumentTemplateUnitList

        static final int WebEventArgumentTemplateUnitList
        event argument: the HTML dropdown box name for the template unit list.
        See Also:
        Constant Field Values
      • WebEventArgumentGo

        static final int WebEventArgumentGo
        event argument: the HTML image name for the "go" image in pure HTML mode.
        When you change element in the dropdown list and click "go", the alias and formula boxes will be updated.
        In DHTML mode, we don't need this go button, because we use javascript to sync up with the alias and formula boxes.
        See Also:
        Constant Field Values
      • WebEventArgumentActiveViewKey

        static final int WebEventArgumentActiveViewKey
        event argument: Needed for getting active ViewBean from a RWBean instance.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentAlias

        static final int WebEventArgumentAlias
        event argument: the HTML textbox name for the template unit's alias.
        The text box is preloaded with the current alias, and user can type new alias.
        See Also:
        Constant Field Values
      • WebEventArgumentFormula

        static final int WebEventArgumentFormula
        event argument: the HTML textbox name for the template unit's formula - if it is a metric.
        The text box is preloaded with the current formula, and user can type new formula.
        If the unit is not of metric type, the text box is uneditable.
        See Also:
        Constant Field Values
      • WebEventArgumentHasDynamicAlias

        static final int WebEventArgumentHasDynamicAlias
        event argument: the HTML checkbox name for the template unit's dynamic alias.
        The text box is preloaded with the current alias, and user can type new alias.
        See Also:
        Constant Field Values
      • WebEventArgumentApplyAggFromBase

        static final int WebEventArgumentApplyAggFromBase
        event argument: the HTML checkbox name for the template unit's aggregate from base - if it is a derived metric.
        The checkbox is preloaded with the current derived metric, and user check or uncheck.
        See Also:
        Constant Field Values
      • WebEventArgumentIsPassThrough

        static final int WebEventArgumentIsPassThrough
        See Also:
        Constant Field Values