Package | Description |
---|---|
com.vaadin.flow.component.crud |
Modifier and Type | Method and Description |
---|---|
static Crud.EditMode |
Crud.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Crud.edit(E item,
Crud.EditMode editMode)
Initiates an item edit from the server-side.
|
Copyright © 2021. All rights reserved.