| Changed Classes and Interfaces |
|
AbstractSelectField
|
An abstract class for fields that represents a control for selecting one or several of the provided options. |
|
CheckBox
|
Extension of the FormField class representing a checkbox so that a CheckBoxRenderer is used instead of the default renderer for fields. |
|
IFormField
|
Common interface for HTML form elements. |
|
InputField
|
Extension of the FormField class representing a button so that a InputFieldRenderer is used. |
|
ListBoxField
|
A field that represents a control for selecting one or several of the provided options. |
|
SignatureFieldAppearance
|
Extension of the FormField class representing a signature field in PDF. |
|
TextArea
|
Extension of the FormField class representing a button so that a TextAreaRenderer is used instead of the default renderer for fields. |