com.microstrategy.web.app.beans.EnumWizardBeanEvents |
EnumWizardBeanEvents.
Enumeration listing all possible events happening in Wizard steps.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | WebEventArgumentGoToPosition | Argument to specify the step position to redirect to. | |||||||||
int | WebEventArgumentGoToPositionName | Argument to specify the step name to redirect to. | |||||||||
int | WebEventCancelWizardBean | Event to cancel Wizard. | |||||||||
int | WebEventFinishWizardBean | Event to finish Wizard. | |||||||||
int | WebEventGoToNextStep | Event to process current wizard step. | |||||||||
int | WebEventGoToPreviousStep | Event to process previous wizard step. |
Argument to specify the step position to redirect to.
Used either by WebEventGoToNextStep or WebEventGoToPreviousStep events.
Argument to specify the step name to redirect to.
Used either by WebEventGoToNextStep or WebEventGoToPreviousStep events.
Event to cancel Wizard.
Event to finish Wizard.
Event to process current wizard step.
Event to process previous wizard step.