Completes the wizard. Other actions are not callable anymore. Exceptions are thrown if they are called. An exception is thrown if called when canComplete is false.
Goes back to the previous step. An exception is thrown if called when canGoBack is false.
Goes forward to the next step. An exception is thrown if called when canGoForward is false.
Initializes the wizard. An exception is thrown if is called twice.
Skips all steps that can go forward. The wizard begins from the first step that can't go forward.
Generated using TypeDoc
Aborts the wizard. Other actions are not callable anymore. Exceptions are thrown if they are called. An exception is thrown if called when canAbort is false.