Uses of Interface
com.ibm.di.config.interfaces.FormItemConfig
-
Packages that use FormItemConfig Package Description com.ibm.di.config.base Provides classes that implement the Security Verify Directory Integrator configuration model.com.ibm.di.config.interfaces Provides the interfaces for the Security Verify Directory Integrator configuration model. -
-
Uses of FormItemConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement FormItemConfig Modifier and Type Class Description class
FormItemConfigImpl
Implementation of one item in aFormConfigImpl
Methods in com.ibm.di.config.base that return FormItemConfig Modifier and Type Method Description FormItemConfig
FormConfigImpl. getFormItem(java.lang.String name)
FormItemConfig
FormSectionImpl. getFormItem(java.lang.String name)
FormItemConfig
FormConfigImpl. newFormItem(java.lang.String name)
Methods in com.ibm.di.config.base that return types with arguments of type FormItemConfig Modifier and Type Method Description java.util.Collection<FormItemConfig>
FormSectionImpl. getFormItems()
Methods in com.ibm.di.config.base with parameters of type FormItemConfig Modifier and Type Method Description void
FormConfigImpl. addFormItem(FormItemConfig item)
void
FormSectionImpl. addFormItem(FormItemConfig item)
-
Uses of FormItemConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return FormItemConfig Modifier and Type Method Description FormItemConfig
FormConfig. getFormItem(java.lang.String name)
Get a FormItem defined by this FormConfig.FormItemConfig
FormSection. getFormItem(java.lang.String name)
Get a FormItem defined by this FormSection, or the enclosing FormConfig.FormItemConfig
FormConfig. newFormItem(java.lang.String name)
Create a new FormItem with the given nameMethods in com.ibm.di.config.interfaces that return types with arguments of type FormItemConfig Modifier and Type Method Description java.util.Collection<FormItemConfig>
FormSection. getFormItems()
Returns a Collection of all locally defined FormItemConfigs.Methods in com.ibm.di.config.interfaces with parameters of type FormItemConfig Modifier and Type Method Description void
FormConfig. addFormItem(FormItemConfig item)
Add a FormItem definition to this FormConfigvoid
FormSection. addFormItem(FormItemConfig item)
Add a FormItem to this FormSection.
-