Module is.codion.swing.framework.ui
Package is.codion.swing.framework.ui
Interface EntityEditPanel.InsertCommand.Builder
- Enclosing interface:
EntityEditPanel.InsertCommand
public static interface EntityEditPanel.InsertCommand.Builder
Builds an async insert command
-
Method Details
-
confirm
- Parameters:
confirm- specifies whether confirmation should be requested, default false- Returns:
- this builder instance
-
onInsert
- Parameters:
onInsert- called after a successful insert- Returns:
- this builder instance
-
onInsert
- Parameters:
onInsert- called after a successful insert- Returns:
- this builder instance
-
execute
void execute()Builds and executes this command -
build
EntityEditPanel.InsertCommand build()- Returns:
- the command
-