Namespace Nette\Forms
| Container | Container for form controls. |
| ControlGroup | A user group of form controls. |
| Form | Creates, validates and renders HTML forms. |
| Helpers | Forms helpers. |
| Rule | Single validation rule or condition represented as value object. |
| Rules | List of validation & condition rules. |
| Validator | Common validators. |
| IControl | Defines method that must be implemented to allow a component to act like a form control. |
| IFormRenderer | Defines method that must implement form renderer. |
| ISubmitterControl | Defines method that must be implemented to allow a control to submit web form. |
| Nette\Forms\Controls |
| Nette\Forms\Rendering |