Form component
Until now we have presented components that take care of all the data grid exhibition with regard to filtering, paging, navigation, and even functionality to temporary recording parameters (Bookmark). Beside all these elements that provide indispensable functionalities to a data grid, it is necessary to have a specific component that takes care of CRUD operations on specific elements of the grid. This is the Form component scope of action.
In the previous section of this chapter, it was possible to observe that the File uploader component integrates part of the Form component scope so that it is a common item to HTML forms.
The following components extend the functionalities of the Form component:
DataSource
FieldSet
Field
Layout
Container
To better understand this dynamic, make an analysis of the configuration file definition responsible for forms management of the customer module in Magento 2. Open the file <magento_root>/vendor/magento/module-customer/view/base/ui_component...