Interface EntityEditPanel.UpdateCommandBuilder

Enclosing class:
EntityEditPanel

public static interface EntityEditPanel.UpdateCommandBuilder
Builds an async update command
  • Method Details

    • confirm

      EntityEditPanel.UpdateCommandBuilder confirm(boolean confirm)
      Parameters:
      confirm - true if confirmation should be performed, default true
      Returns:
      this builder instance
    • onUpdate

      EntityEditPanel.UpdateCommandBuilder onUpdate(Consumer<Collection<is.codion.framework.domain.entity.Entity>> onUpdate)
      Parameters:
      onUpdate - called after a successful update
      Returns:
      this builder instance
    • build

      is.codion.swing.common.ui.control.Control.Command build()
      Returns:
      the command