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