com.sapportals.admin.wizardframework.components
Class ProgressBarComponent

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

public class ProgressBarComponent
extends AbstractWizardComponent


Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT
 
Constructor Summary
ProgressBarComponent(com.sap.portal.admin.util.backgroundtasks.AbstractBackgroundTask task)
           
 
Method Summary
 void doAfterSubmit(IWizardContext ctx)
          the default implemention does nothing
 void doBeforeDisplay(IWizardContext ctx)
          the default implemention does nothing before display
 com.sapportals.htmlb.Component getDisplay(IWizardContext ctx)
          the default implementation returns null - if your component has a display it should inherit AbstractDisplayComponent or AbstractInputComponent.
 java.lang.String getTitle(IWizardContext ctx)
          Set the title of a pane - this function is relevant only for panes.
 void processInput(IWizardContext ctx)
          the default implemention does no input processing.
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
clearIfInconsistent, getControlInFocus, getDescription, getErrorMessages, getPath, getProperty, init, isComplete, isInitialized, isMandatory, 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

ProgressBarComponent

public ProgressBarComponent(com.sap.portal.admin.util.backgroundtasks.AbstractBackgroundTask task)
Method Detail

doBeforeDisplay

public void doBeforeDisplay(IWizardContext ctx)
Description copied from class: AbstractWizardComponent
the default implemention does nothing before display
Overrides:
doBeforeDisplay in class AbstractWizardComponent

getDisplay

public com.sapportals.htmlb.Component getDisplay(IWizardContext ctx)
Description copied from class: AbstractWizardComponent
the default implementation returns null - if your component has a display it should inherit AbstractDisplayComponent or AbstractInputComponent.
Overrides:
getDisplay in class AbstractWizardComponent

processInput

public void processInput(IWizardContext ctx)
Description copied from class: AbstractWizardComponent
the default implemention does no input processing.
Overrides:
processInput in class AbstractWizardComponent

getTitle

public java.lang.String getTitle(IWizardContext ctx)
Description copied from interface: IWizardComponent
Set the title of a pane - this function is relevant only for panes. It won't have any effect if used in subcomponents.
Overrides:
getTitle in class AbstractWizardComponent

doAfterSubmit

public void doAfterSubmit(IWizardContext ctx)
Description copied from class: AbstractWizardComponent
the default implemention does nothing
Overrides:
doAfterSubmit in class AbstractWizardComponent