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

Packages that use IWizardComponentContainer
com.sap.portal.admin.wizard.panes   
com.sapportals.admin.wizardframework.components   
com.sapportals.admin.wizardframework.templates   
 

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

Classes in com.sap.portal.admin.wizard.panes that implement IWizardComponentContainer
 class InfoPane
          InfoPane is a UI pane that contains the commonly shared input fields: name, ID, ID prefix, description, master language.
 class SummaryPane
          SummaryPane displays the wizard summaries that are aggregated along the wizard flow.
 

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

Classes in com.sapportals.admin.wizardframework.components that implement IWizardComponentContainer
 class FlowContainer
          This wizard component can contain other wizard components.
 class GridContainer
           
 class Group
           
 class MultiSelectionComponent
           
 class WizardComponentContainer
           
 

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

Classes in com.sapportals.admin.wizardframework.templates that implement IWizardComponentContainer
 class AbstractWizardPane