Interface EnumObjectSelectionBeanEvents


  • public interface EnumObjectSelectionBeanEvents
    This interface contains those events for a ObjectSelectionBean.
    Since:
    MicroStrategy Web 9.0.0
    • Field Detail

      • WebEventUpdateSelections

        static final int WebEventUpdateSelections
        This event is used to update and/or accept selections. If the argument WebEventArgumentSelectionList is provided, then the given list will replace the currently defined list. If the argument WebEventArgumentAcceptSelections is provided as "1", then the list will be "accepted", and propagated back to the original source.
        See Also:
        Constant Field Values
      • WebEventCancelSelector

        static final int WebEventCancelSelector
        This event will cancel the selector, removing any changes made and closing the bean.
        See Also:
        Constant Field Values
      • WebEventAddSelections

        static final int WebEventAddSelections
        This event will add selections to the current list. Takes one argument - WebEventArugmentSelectionList, which contains the items to add.
        See Also:
        Constant Field Values
      • WebEventRemoveSelections

        static final int WebEventRemoveSelections
        This event will remove selections from the current list. Takes one argument - WebEventArugmentSelectionList, which contains the items to remove.
        See Also:
        Constant Field Values
      • WebEventArgumentAcceptSelections

        static final int WebEventArgumentAcceptSelections
        This argument tells whether the selections should be "accepted" - i.e. whether they should be propagated from the list back to the source object. If this is "1", then the selections should be accepted, otherwise, they will not be.
        See Also:
        Constant Field Values