> For the complete documentation index, see [llms.txt](https://cherrycake.tin.cat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cherrycake.tin.cat/reference/core-modules/itemadmin.md).

# ItemAdmin

It allows the creation of HTML forms in conjunction with the UiComponentItemAdmin, and also simplifies the process of receiving data for an Item via a request, validating the values and storing them.

## Constants

* `FORM_ITEM_TYPE_NUMERIC`

* `FORM_ITEM_TYPE_STRING`

* `FORM_ITEM_TYPE_TEXT`

* `FORM_ITEM_TYPE_BOOLEAN`

* `FORM_ITEM_TYPE_RADIOS`

* `FORM_ITEM_TYPE_SELECT`

* `FORM_ITEM_TYPE_DATABASE_QUERY`

* `FORM_ITEM_TYPE_COUNTRY`

* `FORM_ITEM_META_TYPE_MULTILEVEL_SELECT`

* `FORM_ITEM_META_TYPE_LOCATION`
