Uses of Interface
com.sapportals.admin.wizardframework.api.IWizardContext

Packages that use IWizardContext
com.sap.portal.admin.studio   
com.sap.portal.admin.wizard   
com.sap.portal.admin.wizard.handlers   
com.sap.portal.admin.wizard.panes   
com.sap.portal.admin.wizard.validators   
com.sapportals.admin.wizardframework   
com.sapportals.admin.wizardframework.api   
com.sapportals.admin.wizardframework.components   
com.sapportals.admin.wizardframework.components.localization   
com.sapportals.admin.wizardframework.components.tableview   
com.sapportals.admin.wizardframework.templates   
com.sapportals.admin.wizardframework.util   
 

Uses of IWizardContext in com.sap.portal.admin.studio
 

Methods in com.sap.portal.admin.studio with parameters of type IWizardContext
 com.sapportals.htmlb.Component PropertyEditorComponent.getDisplay(IWizardContext context)
           
 void PropertyEditorComponent.setObjectId(java.lang.String objectId, IWizardContext context)
           
 int PropertyEditorComponent.getWidth(IWizardContext context)
          Get the width for the property editor
 void PropertyEditorComponent.processInput(IWizardContext context)
           
protected  com.sap.portal.admin.propertyeditor.api.IPropertyEditor PropertyEditorComponent.getPropertyEditor(IWizardContext context)
          Get the property editor
 

Uses of IWizardContext in com.sap.portal.admin.wizard
 

Methods in com.sap.portal.admin.wizard with parameters of type IWizardContext
 void AbstractPCMWizard.initWizardSession(IWizardContext context)
          Checks if there are any strings that the wizard developer has override, by calling AbstractPCMWizard.setUIStrings(Map), and puts them in the session.
 void AbstractPCMWizard.finalizeSummaries(java.util.Map summaries, IWizardContext context)
          Finalizes the summaries.
 void AbstractPCMWizard.finalizeDescriptor(java.util.Map attributes, java.lang.Object descriptor, IWizardContext context)
          Finalizes the descriptor before saving.
 void AbstractPCMWizard.finalizeObject(IWizardContext context)
          Finalize the new saved object.
 java.lang.String IBasicObjectCreationService.getBundleString(java.lang.String key, IWizardContext context)
          Gets a string from the resource bundle.
 java.lang.String IBasicObjectCreationService.getAttributeValueFromTarget(java.lang.String attrId, IWizardContext context)
          Gets an attribute value from the target object (template or portal component), in order to retain the concept of inheritance (e.g description, locale, etc).
 java.lang.String IBasicObjectCreationService.getMetaAttributeValueFromTarget(java.lang.String attrId, java.lang.String metaAttrId, IWizardContext context)
          Gets a meta-attribute value from the target object (template or portal component), in order to retain the concept of inheritance.
 void IBasicObjectCreationService.setComponentAsAttribute(AbstractInputComponent component, java.lang.String attrId, boolean addAsSummary, IWizardContext context)
          Set the specified component's value to be an attribute for the object.
 void IBasicObjectCreationService.setSummaryCaption(java.lang.String attrId, java.lang.String caption, IWizardContext context)
          Sets the summary caption resource bundle key.
 java.util.Map IBasicObjectCreationService.getAttributes2SummariesMap(IWizardContext context)
          Returns a map that holds the following entries:
Key = attribute id (String), value = Pair{summary caption, value}.
 java.lang.String IBasicObjectCreationService.getDefaultHandlerKey(IWizardContext context)
           
 java.lang.String IBasicObjectCreationService.getSaveLocationParam(IWizardContext context)
          Gets the object's save location (where parameter from Portal Content Catalog).
 java.lang.String IBasicObjectCreationService.getTargetIdParam(IWizardContext context)
          Gets the target object id (what parameter from Portal Content Catalog), implying the template/par id.
 java.lang.String IBasicObjectCreationService.getObjectTypeParam(IWizardContext context)
          Gets the new object's type (ComponentType or com.sap.portal.ComponentType parameter from Portal Content Catalog).
 java.lang.String IBasicObjectCreationService.getCreateModeParam(IWizardContext context)
          Gets the object's OCLASS (oClass parameter from Portal Content Catalog), implying whether it is based on a template or a par.
 java.lang.String IBasicObjectCreationService.getEditorIdParam(IWizardContext context)
          Gets the editor id param(editorID parameter from Portal Content Catalog).
 void IBasicObjectCreationService.setPPLogger(java.lang.String subCategoryName, java.lang.String locationName, IWizardContext context)
          Deprecated.  
 com.sapportals.common.PPLogger IBasicObjectCreationService.getPPLogger(IWizardContext context)
          Deprecated.  
 

Uses of IWizardContext in com.sap.portal.admin.wizard.handlers
 

Methods in com.sap.portal.admin.wizard.handlers with parameters of type IWizardContext
 void AbstractObjectTypeHandler.saveObject(java.lang.Object descriptor, IWizardContext context)
           
 java.lang.Object SystemHandler.createObjectDescriptor(java.lang.String targetId, com.sap.portal.pcm.CreateMethod method, IWizardContext context)
           
 java.lang.Object IViewHandler.createObjectDescriptor(java.lang.String targetId, com.sap.portal.pcm.CreateMethod method, IWizardContext context)
           
 java.lang.Object PageHandler.createObjectDescriptor(java.lang.String targetId, com.sap.portal.pcm.CreateMethod method, IWizardContext context)
           
 java.lang.Object LayoutHandler.createObjectDescriptor(java.lang.String targetId, com.sap.portal.pcm.CreateMethod method, IWizardContext context)
           
 java.lang.Object IObjectTypeHandler.createObjectDescriptor(java.lang.String targetId, com.sap.portal.pcm.CreateMethod method, IWizardContext context)
          Create a new object descriptor that is in charge of storing the object's data.
 void IObjectTypeHandler.saveObject(java.lang.Object descriptor, IWizardContext context)
          Saves the object in the persistence.
 java.lang.Object ProducerPortalHandler.createObjectDescriptor(java.lang.String targetId, com.sap.portal.pcm.CreateMethod method, IWizardContext context)
           
 

Uses of IWizardContext in com.sap.portal.admin.wizard.panes
 

Methods in com.sap.portal.admin.wizard.panes with parameters of type IWizardContext
 com.sapportals.htmlb.Component WriteProtectionPane.getDisplay(IWizardContext context)
           
 java.lang.String WriteProtectionPane.getScript(IWizardContext context)
           
protected  void SummaryPane.mySetupComponent(IWizardContext context)
           
protected  com.sapportals.htmlb.Component SummaryPane.getSummariesGrid(IWizardContext context)
          Gets the summaries map from the session, sorts it alphabetically and returns htmlb component containing the summaries.
 java.lang.String SummaryPane.getTitle(IWizardContext context)
           
 java.lang.String InfoPane.getTitle(IWizardContext context)
           
protected  void InfoPane.mySetupComponent(IWizardContext context)
           
protected  void InfoPane.myProcessInput(IWizardContext context)
           
 java.util.List InfoPane.getErrorMessages(IWizardContext context)
           
 void SavePane.doAfterSubmit(IWizardContext context)
          Saves the new object into the persistence, using the registered handler, in 4 steps: Gets the handler from the session.
 void InitPane.doAfterSubmit(IWizardContext context)
           Sets the wizard's title.
 java.lang.String FinishPane.getScript(IWizardContext context)
           
 com.sapportals.htmlb.Component FinishPane.getDisplay(IWizardContext context)
          Setting pane's display and script section: show completion message and refresh content catalog node.
 boolean IsWriteProtection.isTrue(IWizardContext ctx)
           
 

Uses of IWizardContext in com.sap.portal.admin.wizard.validators
 

Methods in com.sap.portal.admin.wizard.validators with parameters of type IWizardContext
 boolean IValidator.isValid(java.lang.Object key, IWizardContext context)
          Checks to see if the required field/input/key/value is valid/correct/any other check.
 java.util.List IValidator.getErrorKeyList(IWizardContext context)
          Get a list that holds the resource bundle keys for the collected errors in case the validity check failed.
 boolean ObjectIdValidator.isValid(java.lang.Object key, IWizardContext context)
          Performs 2 checks for the object ID : Does the same ID (including prefix) already exist under the same folder.
 boolean ObjectIdValidator.isValid(java.lang.String prefix, java.lang.String id, IWizardContext context)
          Performs separate id check for the prefix and the id, allowing dots in the prefix and forbidding them in the ID.
 java.util.List ObjectIdValidator.getErrorKeyList(IWizardContext context)
           
protected  boolean ObjectIdValidator.idExists(java.lang.String id, IWizardContext context)
          Checks whether the provided ID already exists in the specified location (including the prefix).
 

Uses of IWizardContext in com.sapportals.admin.wizardframework
 

Methods in com.sapportals.admin.wizardframework with parameters of type IWizardContext
 void AbstractDynamicWizard.initWizardSession(IWizardContext ctx)
           
 void AbstractStaticWizard.initWizardSession(IWizardContext ctx)
          Deprecated.  
 

Uses of IWizardContext in com.sapportals.admin.wizardframework.api
 

Methods in com.sapportals.admin.wizardframework.api with parameters of type IWizardContext
 void IDependencyObject.wasChanged(IWizardContext context)
          classes implementing IDependencyObject should call this function each time the object state is changed (e.g. from all of their set...(
 void IDependencyObject.clearIfInconsistent(java.lang.String changedObjectKey, IWizardContext context)
          the framework will call this method when an object this object depends on was changed. you should clear any values in the pane that depend on the changed object.
 void IWizardConfigurator.initWizardSession(IWizardContext context)
           
 boolean ICondition.isTrue(IWizardContext context)
          evaluate this condition against the given wizard context
 java.lang.String IWizardComponent.getTitle(IWizardContext ctx)
          Set the title of a pane - this function is relevant only for panes.
 java.lang.String IWizardComponent.getDescription(IWizardContext ctx)
          Set the description of a pane - this function is relevant only for panes.
 void IWizardComponent.setupComponent(IWizardContext ctx)
          setup the component here. if this component is a container add all subcomponents here
 boolean IWizardComponent.isInitialized(IWizardContext context)
           
 void IWizardComponent.init(IWizardContext context)
          initialize this component.
 void IWizardComponent.doBeforeDisplay(IWizardContext context)
          Do any preparations, that may be needed before display.
 com.sapportals.htmlb.Component IWizardComponent.getDisplay(IWizardContext context)
          get the htmlb display for this component. in non-display components return null.
 void IWizardComponent.processInput(IWizardContext context)
          read the user input from the submitted form here and store it in the session.
 void IWizardComponent.doAfterSubmit(IWizardContext context)
          Actions performed after user input was collected should be placed into this function.
 java.util.List IWizardComponent.getErrorMessages(IWizardContext context)
           
 com.sapportals.htmlb.Component IWizardComponent.getControlInFocus(IWizardContext ctx)
           
 IWizardComponent IWizardStructure.getComponent(java.lang.String componentPath, IWizardContext ctx)
          Get a component of from the structure of this wizard.
 

Uses of IWizardContext in com.sapportals.admin.wizardframework.components
 

Methods in com.sapportals.admin.wizardframework.components with parameters of type IWizardContext
 void AbstractWizardComponent.setupComponent(IWizardContext ctx)
           
 java.lang.String AbstractWizardComponent.getTitle(IWizardContext ctx)
           
 java.lang.String AbstractWizardComponent.getDescription(IWizardContext ctx)
           
 boolean AbstractWizardComponent.isInitialized(IWizardContext context)
          always returns true - override this function if your component needs dynamic initialization
 void AbstractWizardComponent.init(IWizardContext context)
          the default implemention does nothing on init
 void AbstractWizardComponent.doBeforeDisplay(IWizardContext context)
          the default implemention does nothing before display
 com.sapportals.htmlb.Component AbstractWizardComponent.getDisplay(IWizardContext context)
          the default implementation returns null - if your component has a display it should inherit AbstractDisplayComponent or AbstractInputComponent.
 void AbstractWizardComponent.processInput(IWizardContext context)
          the default implemention does no input processing.
 void AbstractWizardComponent.doAfterSubmit(IWizardContext context)
          the default implemention does nothing
 void AbstractWizardComponent.wasChanged(IWizardContext context)
          this method should be called whenever a component is changed.
 void AbstractWizardComponent.clearIfInconsistent(java.lang.String changedObject, IWizardContext context)
          the default implementtion clears all values from this component's branch in the session.
 boolean AbstractWizardComponent.isComplete(IWizardContext context)
          the default implemention returns true
 java.util.List AbstractWizardComponent.getErrorMessages(IWizardContext context)
          the default implemention returns null
 com.sapportals.htmlb.Component AbstractWizardComponent.getControlInFocus(IWizardContext ctx)
           
 com.sapportals.htmlb.Component HTMLScriptComponent.getDisplay(IWizardContext ctx)
           
 void HTMLScriptComponent.setScript(java.lang.String newScript, IWizardContext ctx)
           
 java.lang.String HTMLScriptComponent.getScript(IWizardContext ctx)
           
 void GridContainer.setupComponent(IWizardContext context)
           
protected  void GridContainer.delegateSetupComponent(IWizardContext context)
           
protected  void GridContainer.mySetupComponent(IWizardContext context)
           
 boolean GridContainer.isInitialized(IWizardContext context)
           
 void GridContainer.init(IWizardContext context)
           
 void GridContainer.doBeforeDisplay(IWizardContext context)
           
protected  void GridContainer.delegateDoBeforeDisplay(IWizardContext context)
           
protected  void GridContainer.myDoBeforeDisplay(IWizardContext ctx)
           
 void GridContainer.processInput(IWizardContext ctx)
           
protected  void GridContainer.delegateProcessInput(IWizardContext ctx)
           
protected  void GridContainer.myProcessInput(IWizardContext ctx)
           
 void GridContainer.doAfterSubmit(IWizardContext context)
           
 com.sapportals.htmlb.GridLayout GridContainer.getGrid(IWizardContext ctx)
           
 com.sapportals.htmlb.GridLayoutCell GridContainer.getCell(int row, int column, IWizardContext ctx)
           
 com.sapportals.htmlb.Component GridContainer.getDisplay(IWizardContext context)
           
 void GridContainer.wasChanged(IWizardContext context)
           
 void GridContainer.clearIfInconsistent(java.lang.String changedObjectKey, IWizardContext context)
           
 java.util.List GridContainer.getErrorMessages(IWizardContext context)
           
 com.sapportals.htmlb.Component GridContainer.getControlInFocus(IWizardContext ctx)
           
 com.sapportals.htmlb.Component AbstractActionComponent.getDisplay(IWizardContext ctx)
           
 void AbstractInputComponent.setupComponent(IWizardContext ctx)
           
 void AbstractInputComponent.setValueGeneric(java.lang.Object newValue, IWizardContext context)
           
 java.lang.String AbstractInputComponent.getTooltip(IWizardContext context)
           
 void AbstractInputComponent.setCaption(java.lang.String caption, IWizardContext context)
           
 void AbstractInputComponent.setTooltip(java.lang.String tooltip, IWizardContext ctx)
           
 com.sapportals.htmlb.Label AbstractInputComponent.getCaptionComponent(IWizardContext context)
           
 com.sapportals.htmlb.Component AbstractInputComponent.getDisplay(IWizardContext context)
           
 java.util.List AbstractInputComponent.getErrorMessages(IWizardContext context)
          Get the error messages for this component.
 void AbstractInputComponent.clearIfInconsistent(java.lang.String changedObject, IWizardContext ctx)
           
 boolean AbstractInputComponent.isComplete(IWizardContext ctx)
           
abstract  void AbstractInputComponent.processInput(IWizardContext ctx)
           
 void AbstractSelectionComponent.setChoices(java.util.List choices, IWizardContext context)
          Set the list of choices for this component. please note that this implementation will reset the display of the htmlb display of the component, such that any modifications done to the display disappear.
 void AbstractSelectionComponent.setChoicesTitles(java.util.List titles, IWizardContext context)
          Set the list of titles for this component. please note that this implementation will reset the display of the htmlb display of the component, such that any modifications done to the display disappear.
 void AbstractSelectionComponent.setChoicesTooltips(java.util.List tooltips, IWizardContext context)
          Set the list of tooltips for this component. please note that this implementation will reset the display of the htmlb display of the component, such that any modifications done to the display disappear.
protected  void AbstractSelectionComponent.updateInputComponent(IWizardContext context)
           
abstract  void AbstractSelectionComponent.processInput(IWizardContext context)
           
protected  boolean AbstractSelectionComponent.setSingleValue(java.lang.String selection, IWizardContext context)
           
protected  boolean AbstractSelectionComponent.setMultiValue(java.util.List selections, IWizardContext context)
           
protected  java.lang.String AbstractSelectionComponent.getSingleValueTitle(IWizardContext context)
           
protected  java.lang.String AbstractSelectionComponent.getSingleValueTooltip(IWizardContext context)
           
protected  java.lang.String AbstractSelectionComponent.getRadioButtonInputValueFromForm(IWizardContext context)
           
protected  java.util.List AbstractSelectionComponent.getListBoxValuesFromForm(IWizardContext context)
           
protected  java.lang.String AbstractSelectionComponent.getDropdownValueFromForm(IWizardContext context)
          Store the value from the htmlb display in the session.
protected  java.util.List AbstractSelectionComponent.getCheckboxGroupValuesFromForm(IWizardContext context)
           
 boolean AbstractSelectionComponent.isComplete(IWizardContext ctx)
           
 void CheckboxSelectionComponent.processInput(IWizardContext context)
           
 java.util.List CheckboxSelectionComponent.getValue(IWizardContext context)
           
 com.sapportals.htmlb.Component HtmlbComponentWrapper.getDisplay(IWizardContext ctx)
           
 com.sapportals.htmlb.Component HtmlbComponentWrapper.getSubmittedComponent(IWizardContext ctx)
           
 boolean WizardComponentContainer.isInitialized(IWizardContext context)
           
 void WizardComponentContainer.init(IWizardContext context)
           
 void WizardComponentContainer.doBeforeDisplay(IWizardContext context)
           
 void WizardComponentContainer.processInput(IWizardContext context)
           
 void WizardComponentContainer.doAfterSubmit(IWizardContext context)
           
 com.sapportals.htmlb.Component WizardComponentContainer.getDisplay(IWizardContext context)
           
 void WizardComponentContainer.wasChanged(IWizardContext context)
           
 void WizardComponentContainer.clearIfInconsistent(java.lang.String changedObjectKey, IWizardContext context)
           
 java.util.List WizardComponentContainer.getErrorMessages(IWizardContext context)
           
 void ProgressBarComponent.doBeforeDisplay(IWizardContext ctx)
           
 com.sapportals.htmlb.Component ProgressBarComponent.getDisplay(IWizardContext ctx)
           
 void ProgressBarComponent.processInput(IWizardContext ctx)
           
 java.lang.String ProgressBarComponent.getTitle(IWizardContext ctx)
           
 void ProgressBarComponent.doAfterSubmit(IWizardContext ctx)
           
 boolean TextInputComponent.isInitialized(IWizardContext ctx)
           
 void TextInputComponent.init(IWizardContext ctx)
           
 void TextInputComponent.setValue(java.lang.String newValue, IWizardContext context)
           
 void TextInputComponent.processInput(IWizardContext context)
          Store the value from the htmlb display in the session.
 void TextInputComponent.doAfterSubmit(IWizardContext context)
           
 void TextInputComponent.wasChanged(IWizardContext context)
           
 void TextInputComponent.clearIfInconsistent(java.lang.String changedObject, IWizardContext ctx)
           
 com.sapportals.htmlb.Component TextInputComponent.getControlInFocus(IWizardContext ctx)
           
 void MultiSelectionComponent.mySetupComponent(IWizardContext ctx)
           
 com.sapportals.htmlb.Component MultiSelectionComponent.getDisplay(IWizardContext ctx)
          Sorry, no documentation comment here
 void MultiSelectionComponent.myProcessInput(IWizardContext ctx)
          Store the value from the htmlb display in the session.
 void MultiSelectionComponent.doAfterProcess(IWizardContext ctx)
           
 boolean MultiSelectionComponent.isComplete(IWizardContext context)
           
 java.util.List MultiSelectionComponent.getErrorMessages(IWizardContext context)
          Get the error messages for this component.
 void MultiSelectionComponent.clearIfInconsistent(java.lang.String changedObjectKey, IWizardContext ctx)
           
 void ListSelectionComponent.processInput(IWizardContext context)
          reads the new value from the submitted form and stores it in the session
 java.util.List ListSelectionComponent.getValue(IWizardContext context)
           
 boolean ListSelectionComponent.setValue(java.util.List newValue, IWizardContext context)
          set this component's value to newValue
 void AlignedInputComponentList.setupComponent(IWizardContext context)
           
protected  void AlignedInputComponentList.delegateSetupComponent(IWizardContext context)
           
protected  void AlignedInputComponentList.mySetupComponent(IWizardContext context)
           
 boolean AlignedInputComponentList.isInitialized(IWizardContext context)
           
 void AlignedInputComponentList.init(IWizardContext context)
           
 void AlignedInputComponentList.doBeforeDisplay(IWizardContext context)
           
protected  void AlignedInputComponentList.delegateDoBeforeDisplay(IWizardContext context)
           
protected  void AlignedInputComponentList.myDoBeforeDisplay(IWizardContext ctx)
           
 void AlignedInputComponentList.processInput(IWizardContext ctx)
           
protected  void AlignedInputComponentList.delegateProcessInput(IWizardContext ctx)
           
protected  void AlignedInputComponentList.myProcessInput(IWizardContext ctx)
           
 void AlignedInputComponentList.doAfterSubmit(IWizardContext context)
           
 com.sapportals.htmlb.Component AlignedInputComponentList.getDisplay(IWizardContext context)
           
 void AlignedInputComponentList.wasChanged(IWizardContext context)
           
 void AlignedInputComponentList.clearIfInconsistent(java.lang.String changedObjectKey, IWizardContext context)
           
 java.util.List AlignedInputComponentList.getErrorMessages(IWizardContext context)
           
 com.sapportals.htmlb.Component AlignedInputComponentList.getControlInFocus(IWizardContext ctx)
           
 void RadioButtonSelectionComponent.processInput(IWizardContext context)
          reads the new value from the submitted form and stores it in the session
 java.lang.String RadioButtonSelectionComponent.getValue(IWizardContext context)
           
 java.lang.String RadioButtonSelectionComponent.getValueTitle(IWizardContext context)
           
 boolean RadioButtonSelectionComponent.setValue(java.lang.String newValue, IWizardContext context)
          set this component's value to newValue
 com.sapportals.htmlb.DropdownListBox DropdownSelectionComponent.getListComponent(IWizardContext context)
           
 void DropdownSelectionComponent.processInput(IWizardContext context)
          reads the new value from the submitted form and stores it in the session
 java.lang.String DropdownSelectionComponent.getValue(IWizardContext context)
           
 java.lang.String DropdownSelectionComponent.getValueTitle(IWizardContext context)
           
 boolean DropdownSelectionComponent.setValue(java.lang.String newValue, IWizardContext context)
          set this component's value to newValue
 com.sapportals.htmlb.Component DropdownSelectionComponent.getControlInFocus(IWizardContext ctx)
           
 void FlowContainer.setupComponent(IWizardContext context)
           
protected  void FlowContainer.delegateSetupComponent(IWizardContext context)
           
protected  void FlowContainer.mySetupComponent(IWizardContext context)
           
 boolean FlowContainer.isInitialized(IWizardContext context)
           
 void FlowContainer.init(IWizardContext context)
           
 void FlowContainer.doBeforeDisplay(IWizardContext context)
           
protected  void FlowContainer.delegateDoBeforeDisplay(IWizardContext context)
           
protected  void FlowContainer.myDoBeforeDisplay(IWizardContext ctx)
           
 void FlowContainer.processInput(IWizardContext ctx)
           
protected  void FlowContainer.delegateProcessInput(IWizardContext ctx)
           
protected  void FlowContainer.myProcessInput(IWizardContext ctx)
           
 void FlowContainer.doAfterSubmit(IWizardContext context)
           
 com.sapportals.htmlb.Component FlowContainer.getDisplay(IWizardContext context)
           
 void FlowContainer.wasChanged(IWizardContext context)
           
 void FlowContainer.clearIfInconsistent(java.lang.String changedObjectKey, IWizardContext context)
           
 java.util.List FlowContainer.getErrorMessages(IWizardContext context)
           
 com.sapportals.htmlb.Component FlowContainer.getControlInFocus(IWizardContext ctx)
           
 com.sapportals.htmlb.Group Group.getGroup(IWizardContext ctx)
           
 com.sapportals.htmlb.Component Group.getDisplay(IWizardContext ctx)
           
 void Group.clearIfInconsistent(java.lang.String changedObjectKey, IWizardContext ctx)
           
 void CheckboxChoiceComponent.setSelected(boolean selected, IWizardContext context)
          Deprecated. - use setValue(...) instead
 void CheckboxChoiceComponent.setValue(boolean selected, IWizardContext context)
           
 boolean CheckboxChoiceComponent.getValue(IWizardContext context)
           
 void CheckboxChoiceComponent.processInput(IWizardContext context)
           
 void MultilineInputComponent.setValue(java.lang.String newValue, IWizardContext context)
           
 void MultilineInputComponent.processInput(IWizardContext context)
          Store the value from the htmlb display in the session.
 void MultilineInputComponent.doAfterSubmit(IWizardContext context)
           
 void MultilineInputComponent.wasChanged(IWizardContext context)
           
 com.sapportals.htmlb.Component MultilineInputComponent.getControlInFocus(IWizardContext ctx)
           
 com.sapportals.htmlb.Group ListDisplayComponent.getGroupComponent(IWizardContext ctx)
           
 com.sapportals.htmlb.Component ListDisplayComponent.getDisplay(IWizardContext ctx)
           
 void ListDisplayComponent.clearIfInconsistent(java.lang.String changedObject, IWizardContext ctx)
           
 

Uses of IWizardContext in com.sapportals.admin.wizardframework.components.localization
 

Methods in com.sapportals.admin.wizardframework.components.localization with parameters of type IWizardContext
 java.lang.String LanguageResourceKey.getLocalizedResource(IWizardContext context)
           
 

Uses of IWizardContext in com.sapportals.admin.wizardframework.components.tableview
 

Methods in com.sapportals.admin.wizardframework.components.tableview with parameters of type IWizardContext
protected  int TableViewColumns.getKeyColumnIndex(IWizardContext context)
           
 com.sapportals.htmlb.Component TableViewComponent.getDisplay(IWizardContext context)
           
 void TableViewComponent.processInput(IWizardContext context)
           
 void TableViewComponent.doBeforeDisplay(IWizardContext context)
           
 

Uses of IWizardContext in com.sapportals.admin.wizardframework.templates
 

Methods in com.sapportals.admin.wizardframework.templates with parameters of type IWizardContext
 void AbstractWizardPane.mySetupComponent(IWizardContext ctx)
           
protected abstract  void AbstractWizardPane.setupPane(IWizardContext ctx, FlowContainer pane)
           
abstract  java.lang.String AbstractWizardPane.getTitle(IWizardContext ctx)
           
 com.sapportals.htmlb.Component AbstractWizardPane.getDescriptionComponent(IWizardContext ctx)
           
 void AbstractWizardPane.myDoBeforeDisplay(IWizardContext ctx)
           
 void AbstractWizardPane.myProcessInput(IWizardContext ctx)
           
abstract  java.lang.String AbstractScriptState.getScript(IWizardContext ctx)
           
 void AbstractActionState.doBeforeDisplay(IWizardContext ctx)
           
protected abstract  void AbstractActionState.doAction(IWizardContext ctx)
           
 

Uses of IWizardContext in com.sapportals.admin.wizardframework.util
 

Methods in com.sapportals.admin.wizardframework.util with parameters of type IWizardContext
 com.sapportals.htmlb.Component RedirectComponent.getDisplay(IWizardContext ctx)