Interface EnumGroupPathEvents


  • public interface EnumGroupPathEvents
    The interface EnumGroupPathEvents defines the event ids and their event arguments supported by the event handler associated with GroupPathBean.
    Since:
    MicroStrategy Web 9.0.0
    • Field Detail

      • GROUP_PATH_EVENT_SELECT_ANCESTOR

        static final int GROUP_PATH_EVENT_SELECT_ANCESTOR
        Specifies an event to select an ancestor to browse in the group path.
        See Also:
        Constant Field Values
      • GROUP_PATH_EVENT_ARGUMENT_ANCESTOR_INDEX

        static final int GROUP_PATH_EVENT_ARGUMENT_ANCESTOR_INDEX
        Specifies the ancestor index in the group path.
        See Also:
        Constant Field Values
      • GROUP_PATH_EVENT_ARGUMENT_ANCESTOR_OBJECT_ID

        static final int GROUP_PATH_EVENT_ARGUMENT_ANCESTOR_OBJECT_ID
        Specifies the ancestor object id in the group path.
        See Also:
        Constant Field Values