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

Packages that use IWizardComponent
com.sap.portal.admin.editor   
com.sap.portal.admin.studio   
com.sap.portal.admin.wizard.panes   
com.sapportals.admin.wizardframework.api   
com.sapportals.admin.wizardframework.components   
com.sapportals.admin.wizardframework.components.tableview   
com.sapportals.admin.wizardframework.templates   
com.sapportals.admin.wizardframework.util   
 

Uses of IWizardComponent in com.sap.portal.admin.editor
 

Methods in com.sap.portal.admin.editor with parameters of type IWizardComponent
 void IEditorContainer.addComponent(java.lang.String componentId, IWizardComponent component)
          Add wizrd component to this container
 

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

Classes in com.sap.portal.admin.studio that implement IWizardComponent
 class PropertyEditorComponent
          Property Editor wizard component
 

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

Classes in com.sap.portal.admin.wizard.panes that implement IWizardComponent
 class FinishPane
          FinishPane contains info message that informs the end-user that the object was created, and displays 3 Radio Buttons that offers finish actions: Open object editor - opens the new object's editor in place of the wizard.
 class InfoPane
          InfoPane is a UI pane that contains the commonly shared input fields: name, ID, ID prefix, description, master language.
 class InitPane
          InitPane is an invisible pane that pulls initial required info from the target object and stores it.
 class SavePane
          SavePane saves the new object into the persistence, using the new PCM API and the provided object-type handler.
 class SummaryPane
          SummaryPane displays the wizard summaries that are aggregated along the wizard flow.
 class WriteProtectionPane
           
 

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

Methods in com.sapportals.admin.wizardframework.api that return IWizardComponent
 IWizardComponent IWizardContext.getComponent(java.lang.String key)
          get the WizardComponent at path "key" from the (static) structure of this wizard.
 IWizardComponent IWizardComponentContainer.getComponent(java.lang.String key)
          get a (sub)component from this container
 IWizardComponent IWizardStructure.getComponent(java.lang.String componentPath, IWizardContext ctx)
          Get a component of from the structure of this wizard.
 

Methods in com.sapportals.admin.wizardframework.api with parameters of type IWizardComponent
 void IConfigurableWizard.addPane(java.lang.String key, IWizardComponent pane)
          Deprecated. Since wizards will be instantiated dynamically using this function carries a serious ferformance penalty. add a state (pane) to this wizard. the IWizardComponent instance added will be shared among all instances/invocations of this wizard.
 

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

Classes in com.sapportals.admin.wizardframework.components that implement IWizardComponent
 class AbstractActionComponent
           
 class AbstractInputComponent
           
 class AbstractSelectionComponent
           
 class AbstractWizardComponent
          The default component implementation all wizard components should inherit.
 class AlignedInputComponentList
           
 class CheckboxChoiceComponent
           
 class CheckboxSelectionComponent
           
 class CloseWizardComponent
           
 class DropdownSelectionComponent
           
 class FlowContainer
          This wizard component can contain other wizard components.
 class GridContainer
           
 class Group
           
 class HtmlbComponentWrapper
           
 class HTMLScriptComponent
           
 class ListDisplayComponent
           
 class ListSelectionComponent
           
 class MultilineInputComponent
          implementation of a simple text input component.
 class MultiSelectionComponent
           
 class ProgressBarComponent
           
 class RadioButtonSelectionComponent
           
 class TextInputComponent
           
 class WizardComponentContainer
           
 

Methods in com.sapportals.admin.wizardframework.components that return IWizardComponent
 IWizardComponent GridContainer.getComponent(java.lang.String key)
           
 IWizardComponent WizardComponentContainer.getComponent(java.lang.String key)
           
 IWizardComponent FlowContainer.getComponent(java.lang.String key)
           
 

Methods in com.sapportals.admin.wizardframework.components with parameters of type IWizardComponent
 void GridContainer.addComponent(java.lang.String key, IWizardComponent component, int line, int column, boolean isMandatoryField)
           
 void WizardComponentContainer.addComponent(java.lang.String key, IWizardComponent component)
           
 void WizardComponentContainer.addComponent(java.lang.String key, IWizardComponent component, boolean isMandatoryField)
           
 void FlowContainer.addComponent(java.lang.String key, IWizardComponent component)
           
 void FlowContainer.addComponent(java.lang.String key, IWizardComponent component, boolean isMandatoryField)
           
 

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

Classes in com.sapportals.admin.wizardframework.components.tableview that implement IWizardComponent
 class TableViewComponent
           
 

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

Classes in com.sapportals.admin.wizardframework.templates that implement IWizardComponent
 class AbstractActionState
           
 class AbstractScriptState
           
 class AbstractWizardPane
           
 

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

Classes in com.sapportals.admin.wizardframework.util that implement IWizardComponent
 class RedirectComponent