|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.String name)
|
FormItemConfig |
FormConfigImpl.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 | |
---|---|
java.util.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(java.lang.String name)
Get a FormItem defined by this FormSection, or the enclosing FormConfig. |
FormItemConfig |
FormConfig.getFormItem(java.lang.String name)
Get a FormItem defined by this FormConfig. |
FormItemConfig |
FormConfig.newFormItem(java.lang.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 | |
---|---|
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 | |
---|---|
void |
FormSection.addFormItem(FormItemConfig item)
Add a FormItem to this FormSection. |
void |
FormConfig.addFormItem(FormItemConfig item)
Add a FormItem definition to this FormConfig |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |