Uses of Class
com.vaadin.flow.component.crud.Crud.EditMode
-
-
Uses of Crud.EditMode in com.vaadin.flow.component.crud
Methods in com.vaadin.flow.component.crud that return Crud.EditMode Modifier and Type Method Description static Crud.EditModeCrud.EditMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Crud.EditMode[]Crud.EditMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.crud with parameters of type Crud.EditMode Modifier and Type Method Description voidCrud. edit(E item, Crud.EditMode editMode)Initiates an item edit from the server-side.
-