Supported Bean: WizardBean

Description: This application bean can be used to present the user with a series of steps or pages that must be answered in a predetermined order.


Event handler: com.microstrategy.web.app.beans.EnumSysBeanTypes.AppBeanWizard (53)

Application bean type for the Wizard bean

Events

cancelWizard, finishWizard, processCurrentStep, processPreviousStep, setTopLeft

cancelWizard
Event to cancel Wizard.

53003

EnumWizardBeanEvents.WebEventCancelWizardBean

finishWizard
Event to finish Wizard.

53004

EnumWizardBeanEvents.WebEventFinishWizardBean

processCurrentStep
Event to process current wizard step.

53001

EnumWizardBeanEvents.WebEventGoToNextStep

processPreviousStep
Event to process previous wizard step.

53002

EnumWizardBeanEvents.WebEventGoToPreviousStep

setTopLeft
Event for setting the top left position of the component

73001

EnumAppComponentEvents.WebEventSetTopLeftPosition

*left

Event argument to define the left (x) position of the component

73002

EnumAppComponentEvents.WebEventArgumentLeftPosition

*top

Event argument to define the top (y) position of the component

73001

EnumAppComponentEvents.WebEventArgumentTopPosition


Notes

* denotes required field.