Uses of Interface
com.uc4.api.IFormItem
- 
Packages that use IFormItem Package Description com.uc4.api  - 
- 
Uses of IFormItem in com.uc4.api
Classes in com.uc4.api that implement IFormItem Modifier and Type Class Description classAbstractFormItemShared implementation for each concrecte form item.classFormItemLabelThis class represents a label in aForm.classFormItemListThis class is used for fields which contain a list of predefined values.classFormItemNumberThis class is used for fields which can only contain numbers.classFormItemTextThis class is used for text input fields and date fields.Methods in com.uc4.api that return types with arguments of type IFormItem Modifier and Type Method Description java.util.Iterator<IFormItem>Form. iterator()Returns ajava.util.Iteratorto get allFormItemin this form. 
 -