Package com.microstrategy.web.app.beans
Interface EnumDerivedElementsBrowserEvents
- 
- All Known Implementing Classes:
 DerivedElementsBrowserEventHandler
public interface EnumDerivedElementsBrowserEventsThis interface lists the IDs for the events and the IDs for the corresponding arguments for the events supported by theExpressionBean- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDEBR_EVENT_ARGUMENT_IDstatic intDEBR_EVENT_MOVE_DOWNstatic intDEBR_EVENT_MOVE_UP 
 - 
 
- 
- 
Field Detail
- 
DEBR_EVENT_MOVE_UP
static final int DEBR_EVENT_MOVE_UP
- See Also:
 - Constant Field Values
 
 
- 
DEBR_EVENT_MOVE_DOWN
static final int DEBR_EVENT_MOVE_DOWN
- See Also:
 - Constant Field Values
 
 
- 
DEBR_EVENT_ARGUMENT_ID
static final int DEBR_EVENT_ARGUMENT_ID
- See Also:
 - Constant Field Values
 
 
 - 
 
 -