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