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 classFormItemConfigImplImplementation of one item in aFormConfigImplMethods in com.ibm.di.config.base that return FormItemConfig Modifier and Type Method Description FormItemConfigFormConfigImpl. getFormItem(java.lang.String name)FormItemConfigFormSectionImpl. getFormItem(java.lang.String name)FormItemConfigFormConfigImpl. 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 voidFormConfigImpl. addFormItem(FormItemConfig item)voidFormSectionImpl. 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 FormItemConfigFormConfig. getFormItem(java.lang.String name)Get a FormItem defined by this FormConfig.FormItemConfigFormSection. getFormItem(java.lang.String name)Get a FormItem defined by this FormSection, or the enclosing FormConfig.FormItemConfigFormConfig. 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 voidFormConfig. addFormItem(FormItemConfig item)Add a FormItem definition to this FormConfigvoidFormSection. addFormItem(FormItemConfig item)Add a FormItem to this FormSection.
-