Package com.microstrategy.web.app.beans
Interface EnumDerivedElementsBrowserEvents
-
- All Known Implementing Classes:
DerivedElementsBrowserEventHandler
public interface EnumDerivedElementsBrowserEvents
This 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 int
DEBR_EVENT_ARGUMENT_ID
static int
DEBR_EVENT_MOVE_DOWN
static int
DEBR_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
-
-