| WidgetInterface | Interface for input widgets. |
| BasicWidget | Basic input class. |
| ButtonWidget | Button input class |
| CheckboxWidget | Input widget for creating checkbox widgets. |
| DateTimeWidget | Input widget class for generating a date time input widget. |
| FileWidget | Input widget class for generating a file upload control. |
| LabelWidget | Form 'widget' for creating labels. |
| MultiCheckboxWidget | Input widget class for generating multiple checkboxes. |
| NestingLabelWidget | Form 'widget' for creating labels that contain their input. |
| RadioWidget | Input widget class for generating a set of radio buttons. |
| SelectBoxWidget | Input widget class for generating a selectbox. |
| TextareaWidget | Input widget class for generating a textarea control. |
| WidgetLocator | A registry/factory for input widgets. |