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
|
Constructor Summary |
ProgressBarComponent(com.sap.portal.admin.util.backgroundtasks.AbstractBackgroundTask task)
|
| 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 |
ProgressBarComponent
public ProgressBarComponent(com.sap.portal.admin.util.backgroundtasks.AbstractBackgroundTask task)
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