-
-
-
Classes in com.uc4.api that implement IFormItem
Modifier and Type |
Class |
Description |
class |
AbstractFormItem |
Shared implementation for each concrecte form item.
|
class |
FormItemLabel |
This class represents a label in a Form .
|
class |
FormItemList |
This class is used for fields which contain a list of predefined values.
|
class |
FormItemNumber |
This class is used for fields which can only contain numbers.
|
class |
FormItemText |
This 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 a java.util.Iterator to get all FormItem in this form.
|