Module is.codion.swing.framework.ui
Package is.codion.swing.framework.ui
Interface EntityEditPanel.RefreshCommand.Builder
- Enclosing interface:
EntityEditPanel.RefreshCommand
public static interface EntityEditPanel.RefreshCommand.Builder
Builds an async refresh command
-
Method Details
-
onRefresh
- Parameters:
onRefresh- called after a successful refresh- Returns:
- this builder instance
-
onRefresh
- Parameters:
onRefresh- called after a successful refresh- Returns:
- this builder instance
-
execute
void execute()Builds and executes this command -
build
EntityEditPanel.RefreshCommand build()- Returns:
- the command
-