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 int
WebEventAddMultipleDataFields
Event to process current wizard step.static int
WebEventAddMultipleGroupBys
Event to process current wizard step.static int
WebEventArgumentDataFieldHorizontalPos
Events:
WebEventAddMultipleDataFields
static int
WebEventArgumentDataFieldHorizontalSpacing
Events:
WebEventAddMultipleDataFields
static int
WebEventArgumentDatafieldList
Argument to specify the step position to redirect to.static int
WebEventArgumentDataFieldPerRow
Events:
WebEventAddMultipleDataFields
static int
WebEventArgumentDataFieldVerticalPos
Events:
WebEventAddMultipleDataFields
static int
WebEventArgumentDataFieldVerticalSpacing
Events:
WebEventAddMultipleDataFields
static int
WebEventArgumentGroupByList
Argument to specify the step position to redirect to.static int
WebEventArgumentSectionKey
Events:
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
-
-