com.sapportals.admin.wizardframework.api
Interface IWizardStructure


public interface IWizardStructure

This interface provides runtime access to the pane/component structure of a wizard.

Version:
6.0

Method Summary
 IWizardComponent getComponent(java.lang.String componentPath, IWizardContext ctx)
          Get a component of from the structure of this wizard.
 

Method Detail

getComponent

public IWizardComponent getComponent(java.lang.String componentPath,
                                     IWizardContext ctx)
Get a component of from the structure of this wizard. The component requested may be a pane or a pane's subcomponent. In the case of a subcomponent the framework will 'drill down' to the requested component by use of the getComponent() method in the IWizardComponentContainer interface.