Package com.microstrategy.web.app.beans
Interface EnumGroupPathEvents
- 
public interface EnumGroupPathEventsThe interfaceEnumGroupPathEventsdefines the event ids and their event arguments supported by the event handler associated withGroupPathBean.- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intGROUP_PATH_EVENT_ARGUMENT_ANCESTOR_INDEXSpecifies the ancestor index in the group path.static intGROUP_PATH_EVENT_ARGUMENT_ANCESTOR_OBJECT_IDSpecifies the ancestor object id in the group path.static intGROUP_PATH_EVENT_SELECT_ANCESTORSpecifies an event to select an ancestor to browse in the group path. 
 - 
 
- 
- 
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
 
 
 - 
 
 -