Module is.codion.swing.framework.ui
Package is.codion.swing.framework.ui
Interface EntityEditPanel.UpdateCommandBuilder
- Enclosing class:
- EntityEditPanel
public static interface EntityEditPanel.UpdateCommandBuilder
Builds an async update command
-
Method Details
-
confirm
- Parameters:
confirm
- true if confirmation should be performed, default true- Returns:
- this builder instance
-
onUpdate
- Parameters:
onUpdate
- called after a successful update- Returns:
- this builder instance
-
build
Control.Command build()- Returns:
- the command
-