Uses of Interface
com.vaadin.flow.component.crud.CrudEditor
-
Packages that use CrudEditor Package Description com.vaadin.flow.component.crud -
-
Uses of CrudEditor in com.vaadin.flow.component.crud
Classes in com.vaadin.flow.component.crud that implement CrudEditor Modifier and Type Class Description classBinderCrudEditor<E>A CRUD editor that binds editor fields to bean properties using aBinder.Methods in com.vaadin.flow.component.crud that return CrudEditor Modifier and Type Method Description CrudEditor<E>Crud. getEditor()Gets the crud editor.Methods in com.vaadin.flow.component.crud with parameters of type CrudEditor Modifier and Type Method Description voidCrud. setEditor(CrudEditor<E> editor)Sets the editor.Constructors in com.vaadin.flow.component.crud with parameters of type CrudEditor Constructor 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.
-