com.sapportals.admin.wizardframework.api
Interface IWizardComponentContainer
- All Known Implementing Classes:
- GridContainer, WizardComponentContainer, FlowContainer
- public interface IWizardComponentContainer
IWizard componet containers are wizard components that can contain other components.
containers should delegate all the standard functions from the IWizardComponent
interface to their subcomponents in the order these subcomponents were added in.
- Version:
- 6.0
getComponent
public IWizardComponent getComponent(java.lang.String key)
- get a (sub)component from this container