Interface EntityEditModel.Insert.Result

Enclosing interface:
EntityEditModel.Insert

public static interface EntityEditModel.Insert.Result
The insert task result
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<is.codion.framework.domain.entity.Entity>
    Notifies listeners that an insert has been performed.
  • Method Details

    • handle

      Collection<is.codion.framework.domain.entity.Entity> handle()
      Notifies listeners that an insert has been performed. Must be called on the UI thread if this model has a panel based on it.
      Returns:
      the inserted entities