Package com.vaadin.flow.component.crud
package com.vaadin.flow.component.crud
-
ClassDescriptionA CRUD editor that binds editor fields to bean properties using a
Binder
.Crud<E>A component for performing CRUD operations on a data backend (e.g entities from a database).Event fired when the user cancels the creation of a new item or modifications to an existing item.Event fired when the user tries to delete an existing item.Event fired when the user starts to edit an existing item.Determines whether an item presented for editing is to be treated as a new item or an existing item.Event fired when the user starts to create a new item.Event fired when the user tries to save a new item or modifications to an existing item.CrudEditor<E>Interface representing a crud editor.Enum with the possible values for the crud's editor position.The filter type for use withCrudGrid
.CrudGrid<E>A simple grid implementation for Crud that allows searching and sorting backed by a data provider.Internationalization object for customizing the component UI texts.The confirmation dialogs used in the componentRepresents texts in the confirmation dialogsThe confirmation options on a dialogEvent fired to a crud grid when the internationalization object is changed.The set of theme variants applicable to thevaadin-crud
component.