Package com.microstrategy.web.app.beans
Interface EnumCustomWizardStepBeanEvents
-
- All Superinterfaces:
EnumWizardStepBeanEvents
public interface EnumCustomWizardStepBeanEvents extends EnumWizardStepBeanEvents
Title: EnumCustomWizardStepBeanEvents.
- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intWebEventAddMultipleDataFieldsEvent to process current wizard step.static intWebEventAddMultipleGroupBysEvent to process current wizard step.static intWebEventArgumentDataFieldHorizontalPosEvents:
WebEventAddMultipleDataFieldsstatic intWebEventArgumentDataFieldHorizontalSpacingEvents:
WebEventAddMultipleDataFieldsstatic intWebEventArgumentDatafieldListArgument to specify the step position to redirect to.static intWebEventArgumentDataFieldPerRowEvents:
WebEventAddMultipleDataFieldsstatic intWebEventArgumentDataFieldVerticalPosEvents:
WebEventAddMultipleDataFieldsstatic intWebEventArgumentDataFieldVerticalSpacingEvents:
WebEventAddMultipleDataFieldsstatic intWebEventArgumentGroupByListArgument to specify the step position to redirect to.static intWebEventArgumentSectionKeyEvents:
WebEventAddMultipleDataFields-
Fields inherited from interface com.microstrategy.web.app.beans.EnumWizardStepBeanEvents
WebEventProcessStep
-
-
-
-
Field Detail
-
WebEventAddMultipleDataFields
static final int WebEventAddMultipleDataFields
Event to process current wizard step.- See Also:
- Constant Field Values
-
WebEventAddMultipleGroupBys
static final int WebEventAddMultipleGroupBys
Event to process current wizard step.- See Also:
- Constant Field Values
-
WebEventArgumentDatafieldList
static final int WebEventArgumentDatafieldList
Argument to specify the step position to redirect to. Events:
WebEventAddMultipleDataFields- See Also:
- Constant Field Values
-
WebEventArgumentSectionKey
static final int WebEventArgumentSectionKey
Events:
WebEventAddMultipleDataFields- See Also:
- Constant Field Values
-
WebEventArgumentDataFieldVerticalPos
static final int WebEventArgumentDataFieldVerticalPos
Events:
WebEventAddMultipleDataFields- See Also:
- Constant Field Values
-
WebEventArgumentDataFieldHorizontalPos
static final int WebEventArgumentDataFieldHorizontalPos
Events:
WebEventAddMultipleDataFields- See Also:
- Constant Field Values
-
WebEventArgumentDataFieldVerticalSpacing
static final int WebEventArgumentDataFieldVerticalSpacing
Events:
WebEventAddMultipleDataFields- See Also:
- Constant Field Values
-
WebEventArgumentDataFieldHorizontalSpacing
static final int WebEventArgumentDataFieldHorizontalSpacing
Events:
WebEventAddMultipleDataFields- See Also:
- Constant Field Values
-
WebEventArgumentDataFieldPerRow
static final int WebEventArgumentDataFieldPerRow
Events:
WebEventAddMultipleDataFields- See Also:
- Constant Field Values
-
WebEventArgumentGroupByList
static final int WebEventArgumentGroupByList
- See Also:
- Constant Field Values
-
-