RowFormEditor

interface RowFormEditor

Form-like editing contract for a selected row. Implementations should emit changes through the parent editor.

Inheritors

Functions

Link copied to clipboard
abstract fun close()

Exit edit mode discarding transient UI state.

Link copied to clipboard
abstract fun edit()

Enter edit mode for the current row.

Link copied to clipboard
abstract fun submit(update: (Submission) -> Unit = {})

Submit row changes via update, supporting batched mutations.