Interface EnumPageByBeanEvents

    • Field Detail

      • WebEventPageByPivot

        static final int WebEventPageByPivot
        Event to pivot a PageBy Unit.
        See Also:
        Constant Field Values
      • WebEventPageBySort

        static final int WebEventPageBySort
        Event that toggles the sort a PageBy Unit.
        See Also:
        Constant Field Values
      • WebEventPageBySelectElement

        static final int WebEventPageBySelectElement
        Event to select an element in a PageBy Unit.
        See Also:
        Constant Field Values
      • WebEventPageByRemove

        static final int WebEventPageByRemove
        Event to remove an element from the PageBy section.
        See Also:
        Constant Field Values
      • WebEventPageByAdd

        static final int WebEventPageByAdd
        Event to add an element into the PageBy.
        See Also:
        Constant Field Values
      • WebEventPageByGeneric

        static final int WebEventPageByGeneric
        Generic Event for Page-by. This event is designed to support all the page-by actions. The action to perform is sent as an argument. More over, if the name of the argument ends with ".x" it assumes the value is coming from an IMG INPUT and reads the values directly from the argument name; all of this is intended to support HTML mode and its usage is not recommended.
        See Also:
        Constant Field Values
      • WebEventPageByDelete

        static final int WebEventPageByDelete
        Event to delete a PageBy unit from the report definition.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebEventPageByDisplayType

        static final int WebEventPageByDisplayType
        Event to select display type in a GroupBy Unit.
        See Also:
        Constant Field Values
      • WebEventPageByDisplayAttrForms

        static final int WebEventPageByDisplayAttrForms
        Event to select attribute forms to display in a GroupBy Unit.
        See Also:
        Constant Field Values
See Also:
Constant Field Values
See Also:
Constant Field Values