com.sapportals.admin.wizardframework.components
Class CloseWizardComponent

java.lang.Object
  |
  +--com.sapportals.admin.wizardframework.components.AbstractWizardComponent
        |
        +--com.sapportals.admin.wizardframework.components.HTMLScriptComponent
              |
              +--com.sapportals.admin.wizardframework.components.CloseWizardComponent
All Implemented Interfaces:
IDependencyObject, IWizardComponent

public class CloseWizardComponent
extends HTMLScriptComponent

Version:
6.0 This component will close the wizard browser window when displayed. You may want to override the empty default implementation of doBeforeDisplay() To do something with the information you collected in the progress of the wizard.

Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT
 
Constructor Summary
CloseWizardComponent()
           
 
Methods inherited from class com.sapportals.admin.wizardframework.components.HTMLScriptComponent
getDisplay, getScript, setScript
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
clearIfInconsistent, doAfterSubmit, doBeforeDisplay, getControlInFocus, getDescription, getErrorMessages, getPath, getProperty, getTitle, init, isComplete, isInitialized, isMandatory, processInput, setMandatory, setPath, setProperty, setTempProperty, setupComponent, wasChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseWizardComponent

public CloseWizardComponent()