public class EntityFormUtils extends Object
| Constructor and Description |
|---|
EntityFormUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkForChangesAndConfirm(com.vaadin.flow.data.binder.Binder<?> binder,
Callable<Void> save,
java.util.function.Consumer<Boolean> leave) |
static void |
checkForChangesAndConfirm(com.vaadin.flow.data.binder.Binder<?> binder,
Callable<Void> save,
java.util.function.Consumer<Boolean> dialog,
java.util.function.Consumer<Boolean> leave) |
public static void checkForChangesAndConfirm(com.vaadin.flow.data.binder.Binder<?> binder,
Callable<Void> save,
java.util.function.Consumer<Boolean> leave)
public static void checkForChangesAndConfirm(com.vaadin.flow.data.binder.Binder<?> binder,
Callable<Void> save,
java.util.function.Consumer<Boolean> dialog,
java.util.function.Consumer<Boolean> leave)
Copyright © 2021. All rights reserved.