Uses of Interface
com.ibm.di.config.interfaces.FormItemConfig

Packages that use FormItemConfig
com.ibm.di.config.base Provides classes that implement the Tivoli Directory Integrator configuration model. 
com.ibm.di.config.interfaces Provides the interfaces for the Tivoli Directory Integrator configuration model. 
 

Uses of FormItemConfig in com.ibm.di.config.base
 

Classes in com.ibm.di.config.base that implement FormItemConfig
 class FormItemConfigImpl
          Implementation of one item in a FormConfigImpl
 

Methods in com.ibm.di.config.base that return FormItemConfig
 FormItemConfig FormSectionImpl.getFormItem(String name)
           
 FormItemConfig FormConfigImpl.getFormItem(String name)
           
 FormItemConfig FormConfigImpl.newFormItem(String name)
           
 

Methods in com.ibm.di.config.base that return types with arguments of type FormItemConfig
 Collection<FormItemConfig> FormSectionImpl.getFormItems()
           
 

Methods in com.ibm.di.config.base with parameters of type FormItemConfig
 void FormSectionImpl.addFormItem(FormItemConfig item)
           
 void FormConfigImpl.addFormItem(FormItemConfig item)
           
 

Uses of FormItemConfig in com.ibm.di.config.interfaces
 

Methods in com.ibm.di.config.interfaces that return FormItemConfig
 FormItemConfig FormSection.getFormItem(String name)
          Get a FormItem defined by this FormSection, or the enclosing FormConfig.
 FormItemConfig FormConfig.getFormItem(String name)
          Get a FormItem defined by this FormConfig.
 FormItemConfig FormConfig.newFormItem(String name)
          Create a new FormItem with the given name
 

Methods in com.ibm.di.config.interfaces that return types with arguments of type FormItemConfig
 Collection<FormItemConfig> FormSection.getFormItems()
          Returns a Collection of all locally defined FormItemConfigs.
 

Methods in com.ibm.di.config.interfaces with parameters of type FormItemConfig
 void FormSection.addFormItem(FormItemConfig item)
          Add a FormItem to this FormSection.
 void FormConfig.addFormItem(FormItemConfig item)
          Add a FormItem definition to this FormConfig