Package | Description |
---|---|
com.vaadin.flow.component.crud |
Modifier and Type | Class and Description |
---|---|
class |
BinderCrudEditor<E>
A CRUD editor that binds editor fields to bean properties using a
Binder . |
Modifier and Type | Method and Description |
---|---|
CrudEditor<E> |
Crud.getEditor()
Gets the crud editor.
|
Modifier and Type | Method and Description |
---|---|
void |
Crud.setEditor(CrudEditor<E> editor)
Sets the editor.
|
Constructor and Description |
---|
Crud(Class<E> beanType,
CrudEditor<E> editor)
Instantiates a new Crud for the given bean type and uses the supplied
editor.
|
Crud(Class<E> beanType,
Grid<E> grid,
CrudEditor<E> editor)
Instantiates a new Crud using a custom grid.
|
Copyright © 2025. All rights reserved.