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